1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

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

This commit is contained in:
Tom Willemsen 2012-09-25 22:03:20 +02:00
parent 2b179a58a6
commit d200e57a13

View file

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