emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] * etc/themes/wombat-theme.el: Don't set foreground on region


From: Mitchel Humpherys
Subject: [PATCH] * etc/themes/wombat-theme.el: Don't set foreground on region
Date: Mon, 22 Feb 2016 17:04:31 -0800

Setting a foreground color on the `region' face is slightly annoying.
This is subjective, of course, but the consensus among other themes and
around the web is to *not* set a foreground color on the region face.
---
 etc/themes/wombat-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/themes/wombat-theme.el b/etc/themes/wombat-theme.el
index 08ae12f2b13b..fec910f7fb53 100644
--- a/etc/themes/wombat-theme.el
+++ b/etc/themes/wombat-theme.el
@@ -36,7 +36,7 @@ wombat
    `(fringe ((,class (:background "#303030"))))
    `(highlight ((,class (:background "#454545" :foreground "#ffffff"
                         :underline t))))
-   `(region ((,class (:background "#444444" :foreground "#f6f3e8"))))
+   `(region ((,class (:background "#444444"))))
    `(secondary-selection ((,class (:background "#333366" :foreground 
"#f6f3e8"))))
    `(isearch ((,class (:background "#343434" :foreground "#857b6f"))))
    `(lazy-highlight ((,class (:background "#384048" :foreground "#a0a8b0"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]