emacs-diffs
[Top][All Lists]
Advanced

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

master 7328a6e 2/4: Change the `region' face in the Wombat theme


From: Lars Ingebrigtsen
Subject: master 7328a6e 2/4: Change the `region' face in the Wombat theme
Date: Thu, 12 Aug 2021 10:11:08 -0400 (EDT)

branch: master
commit 7328a6ea10d812aa1a1033cb355c870707521e7a
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Change the `region' face in the Wombat theme
    
    * etc/themes/wombat-theme.el (class): Don't use a foreground in
    the `region' face because it obscures syntax highlighting (bug#32143).
---
 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 d625b7f..922114f 100644
--- a/etc/themes/wombat-theme.el
+++ b/etc/themes/wombat-theme.el
@@ -36,7 +36,7 @@ are included.")
    `(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]