This commit is contained in:
Matthew Duck 2014-11-13 14:27:40 +00:00
commit bd4705e9e1
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
((foreground-color . ,(when (<= 16 (display-color-cells)) base0))
(background-color . ,back)
(background-mode . ,mode)
(background-mode . ,(symbol-name mode))
(cursor-color . ,(when (<= 16 (display-color-cells))
base0))
(ansi-color-names-vector . [,base02 ,red ,green ,yellow ,blue ,magenta ,cyan ,base00]))))))))