]> git.eshelyaron.com Git - emacs.git/commitdiff
Change the `region' face in the Wombat theme
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 12 Aug 2021 13:34:36 +0000 (15:34 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 12 Aug 2021 13:34:36 +0000 (15:34 +0200)
* 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

index d625b7f9cf7c5a75c275e11e93c34e4a9cdb7e7e..922114fb64ad57888df2d948cc890cd9cc489378 100644 (file)
@@ -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"))))