From b52bd6d74e74330c2309c466e382cf4eb4d5c6b4 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 22 Dec 2022 03:58:28 -0500 Subject: [PATCH] Remove unnecessary inherit properties --- adwaita-dark-theme.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/adwaita-dark-theme.el b/adwaita-dark-theme.el index cc8d1a4..f82ba44 100644 --- a/adwaita-dark-theme.el +++ b/adwaita-dark-theme.el @@ -754,10 +754,10 @@ ;; swiper `(swiper-line-face ((,class (:background ,blue :foreground ,base-0)))) - `(swiper-match-face-1 ((,class (:inherit unspecified :background ,base-0 :foreground ,base-5)))) - `(swiper-match-face-2 ((,class (:inherit unspecified :background ,orange :foreground ,base-0 :weight bold)))) - `(swiper-match-face-3 ((,class (:inherit unspecified :background ,magenta :foreground ,base-0 :weight bold)))) - `(swiper-match-face-4 ((,class (:inherit unspecified :background ,green :foreground ,base-0 :weight bold)))) + `(swiper-match-face-1 ((,class (:background ,base-0 :foreground ,base-5)))) + `(swiper-match-face-2 ((,class (:background ,orange :foreground ,base-0 :weight bold)))) + `(swiper-match-face-3 ((,class (:background ,magenta :foreground ,base-0 :weight bold)))) + `(swiper-match-face-4 ((,class (:background ,green :foreground ,base-0 :weight bold)))) ;; transient `(transient-heading ((,class (:foreground ,base-8 :weight bold))))