Difference between revisions of "Zenburn-theme"

From WikEmacs
Jump to navigation Jump to search
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
 
}}
 
}}

Revision as of 12:10, 2 April 2012

Zenburn theme
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.

Zenburn

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)

See Also

Project Pages