Difference between revisions of "Solarized-theme"
Jump to navigation
Jump to search
(add basic solarized theme page) |
|||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
|name=Solarized theme | |name=Solarized theme | ||
|description=The Solarized theme, ported to Emacs | |description=The Solarized theme, ported to Emacs | ||
− | |maintainer=Bozhidar Batsov | + | |author=Ethan Schoonover |
+ | |maintainer=[[User:Bozhidar|Bozhidar Batsov]] | ||
|source=https://github.com/bbatsov/solarized-emacs | |source=https://github.com/bbatsov/solarized-emacs | ||
}} | }} | ||
Line 17: | Line 18: | ||
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/") | (add-to-list 'custom-theme-load-path "~/.emacs.d/themes/") | ||
(load-theme 'solarized-dark t) | (load-theme 'solarized-dark t) | ||
+ | ;; Or alternate color palette | ||
+ | ;; (load-theme 'solarized-light t) | ||
</source> | </source> | ||
Latest revision as of 20:30, 4 June 2012
Description | The Solarized theme, ported to Emacs |
---|---|
Author | Ethan Schoonover |
Maintainer | Bozhidar Batsov |
Source | https://github.com/bbatsov/solarized-emacs |
Solarized for Emacs is an Emacs port of the Solarized theme for vim, developed by Ethan Schoonover.
Solarized for Emacs is tested only under Emacs 24, but should be working under Emacs 23 as well. The theme is implemented in terms of customizations and deftheme and does not require the color-theme-package.
Basic setup
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
(load-theme 'solarized-dark t)
;; Or alternate color palette
;; (load-theme 'solarized-light t)