Difference between revisions of "Zenburn-theme"
Jump to navigation
Jump to search
(added basic zenburn page) |
(added screenshot) |
||
Line 9: | Line 9: | ||
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 = |
Revision as of 11:30, 2 April 2012
Description | The Zenburn theme, ported to Emacs |
---|---|
Author | name of author |
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)