Difference between revisions of "Zenburn-theme"
Jump to navigation
Jump to search
(added basic zenburn page) |
(Undo revision 2910 by 94.23.1.28 (talk)) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|name=Zenburn theme | |name=Zenburn theme | ||
|description=The Zenburn theme, ported to Emacs | |description=The Zenburn theme, ported to Emacs | ||
− | |maintainer=Bozhidar Batsov | + | |author=Jami Nurminen |
+ | |maintainer=[[User:Bozhidar|Bozhidar Batsov]] | ||
|source=https://github.com/bbatsov/zenburn-emacs | |source=https://github.com/bbatsov/zenburn-emacs | ||
}} | }} | ||
Line 9: | Line 10: | ||
The theme has two versions - one for Emacs 23, relying on the color-theme package and another for Emacs 24 using the built-in theming support there. | The theme has two versions - one for Emacs 23, relying on the color-theme package and another for Emacs 24 using the built-in theming support there. | ||
+ | |||
+ | [[File:Zenburn-theme.png|800px|thumb|right|Zenburn]] | ||
= Basic setup = | = Basic setup = | ||
Line 30: | Line 33: | ||
= Project Pages = | = Project Pages = | ||
* [https://github.com/bbatsov/zenburn-emacs GitHub Repo] | * [https://github.com/bbatsov/zenburn-emacs GitHub Repo] | ||
− | |||
− | |||
[[Category:Theme]][[Category:Third Party Package]] | [[Category:Theme]][[Category:Third Party Package]] |
Latest revision as of 06:17, 8 August 2012
Description | The Zenburn theme, ported to Emacs |
---|---|
Author | Jami Nurminen |
Maintainer | Bozhidar Batsov |
Source | https://github.com/bbatsov/zenburn-emacs |
Zenburn for Emacs is a direct port of the popular Zenburn theme for vim, developed by Jani Nurminen.
The theme has two versions - one for Emacs 23, relying on the color-theme package and another for Emacs 24 using the built-in theming support there.
Basic setup
Emacs 23
(require 'color-theme-zenburn)
(color-theme-zenburn)
Emacs 24
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
(load-theme 'zenburn t)