From 847968f6907b51ac684ec9ff24c5a8d9caacaba7 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 20:35:18 +0100 Subject: Add region face --- sw-theme.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sw-theme.el b/sw-theme.el index b937878..7a40312 100644 --- a/sw-theme.el +++ b/sw-theme.el @@ -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) -- cgit v1.2.3-54-g00ecf