.emacs.d/themes/new-theme.el

This commit is contained in:
Tom Willemsen 2012-09-25 22:03:20 +02:00
parent 883b25b99f
commit 7370081612

View file

@ -43,6 +43,7 @@
'(mode-line ((t (:background "#222224" :foreground "#eeeeec" :box nil))))
'(mode-line-inactive ((t (:background "#171719" :foreground "#999999" :box nil))))
'(region ((t (:background "#2729b6"))))
'(highlight ((t (:background "#171719"))))
)
(provide-theme 'new)