summaryrefslogtreecommitdiff
path: root/etc/themes/wombat-theme.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-08-12 15:34:36 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-08-12 15:34:36 +0200
commit7328a6ea10d812aa1a1033cb355c870707521e7a (patch)
tree4607901d3c975e4dcc0586b4a3b0aed2a7fce0c6 /etc/themes/wombat-theme.el
parent45cfa2a8cd521b81770a123aff548abae70f7322 (diff)
downloademacs-7328a6ea10d812aa1a1033cb355c870707521e7a.tar.gz
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).
Diffstat (limited to 'etc/themes/wombat-theme.el')
-rw-r--r--etc/themes/wombat-theme.el2
1 files changed, 1 insertions, 1 deletions
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"))))