From dc15f114d84acb660bf71cde9e6fa96ebb66ff97 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 22 Dec 2022 01:50:52 -0500 Subject: [PATCH] Consolidate definitions of highlight-like faces --- adwaita-dark-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adwaita-dark-theme.el b/adwaita-dark-theme.el index 2c2f05c..6d071c5 100644 --- a/adwaita-dark-theme.el +++ b/adwaita-dark-theme.el @@ -157,12 +157,12 @@ `(fringe ((,class (:inherit 'default :foreground ,base-4)))) `(region ((,class (:background ,base-4 :foreground nil :distant-foreground ,fg)))) `(highlight ((,class (:background ,blue :foreground ,base-0 :distant-foreground ,base-8)))) + `(lazy-highlight ((,class (:inherit 'highlight)))) `(cursor ((,class (:background ,fg)))) `(shadow ((,class (:foreground ,base-5)))) `(minibuffer-prompt ((,class (:foreground ,base-7)))) `(tooltip ((,class (:background ,base-3 :foreground ,fg)))) `(secondary-selection ((,class (:background ,gray)))) - `(lazy-highlight ((,class (:background ,dark-blue :foreground ,base-8 :distant-foreground ,base-0 :weight bold)))) `(fill-column-indicator ((,class (:foreground ,base-3)))) `(match ((,class (:background ,base-0 :foreground ,green :weight bold)))) `(trailing-whitespace ((,class (:background ,red)))) @@ -355,7 +355,7 @@ `(ido-virtual ((,class (:foreground ,base-5)))) ;; isearch - `(isearch ((,class (:background ,blue :foreground ,base-0 :weight bold)))) + `(isearch ((,class (:inherit 'highlight)))) ;; line-number `(line-number ((,class (:inherit 'default