Add region face

This commit is contained in:
Tom Willemsen 2012-02-23 20:35:18 +01:00
parent 9aa83495b1
commit 847968f690

View file

@ -56,7 +56,11 @@
:box (:line-width 1 :color "#004000")))
(((background dark))
(:background "#000000" :foreground "#aaaaaa"
:box (:line-width 1 :color "#500000")))))))
:box (:line-width 1 :color "#500000")))))
'(region ((((background light))
(:background "#00aa00" :foreground "#ffffff"))
(((background dark))
(:background "#ff0000" :foreground "#ffffff"))))))
(defun turn-on-jedi ()
(disable-theme 'sith)