commit 68a7094552dd7e6c7b34e81345e27bc47c2b28ca
parent d9056470d4ef91061d876e345b4f96987a5c098d
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Tue, 20 May 2014 11:54:32 +0200
add xterm-color colors
xterm-color.el might not work in Emacs 24, it didn't work for me when
copy/pasting instructions anyway.
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -1983,6 +1983,11 @@ customize the resulting theme."
,magenta-d ,magenta
,cyan-d ,cyan
,base0 ,base00)))
+ ;; xterm-color
+ `(xterm-color-names [,base02 ,red ,green ,yellow
+ ,blue ,magenta ,cyan ,base2])
+ `(xterm-color-names-bright [,base03 ,orange ,base01 ,base00
+ ,base0 ,violet ,base1 ,base3])
;; call chained theme function
(when childtheme (funcall childtheme))))