From: Lars Ingebrigtsen Date: Thu, 12 Aug 2021 13:34:36 +0000 (+0200) Subject: Change the `region' face in the Wombat theme X-Git-Tag: emacs-28.0.90~1541 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7328a6ea10d812aa1a1033cb355c870707521e7a;p=emacs.git 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). --- diff --git a/etc/themes/wombat-theme.el b/etc/themes/wombat-theme.el index d625b7f9cf7..922114fb64a 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"))))