From cfb7de600eb68adcb1e91ff42eccbaedf305721f Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 22 Dec 2022 03:58:17 -0500 Subject: [PATCH] Remove faces for legacy packages --- adwaita-dark-theme.el | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/adwaita-dark-theme.el b/adwaita-dark-theme.el index 897adc6..cc8d1a4 100644 --- a/adwaita-dark-theme.el +++ b/adwaita-dark-theme.el @@ -561,15 +561,12 @@ `(helm-swoop-target-word-face ((,class (:inherit bold :foreground ,green)))) `(helm-swoop-target-number-face ((,class (:foreground ,base-5)))) - ;; highlight-indentation-mode + ;; highlight-indentation `(highlight-indentation-face ((,class (:inherit hl-line)))) `(highlight-indentation-current-column-face ((,class (:background ,base-1)))) `(highlight-indentation-guides-odd-face ((,class (:inherit highlight-indentation-face)))) `(highlight-indentation-guides-even-face ((,class (:inherit highlight-indentation-face)))) - ;; hlinum - `(linum-highlight-face ((,class (:foreground ,fg :distant-foreground nil :weight normal)))) - ;; hl-todo `(hl-todo ((,class (:foreground ,yellow :weight bold)))) @@ -762,17 +759,6 @@ `(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)))) - ;; tabbar - `(tabbar-default ((,class (:background ,bg :foreground ,bg :height 1.0)))) - `(tabbar-highlight ((,class (:background ,dark-blue :foreground ,fg :distant-foreground ,bg)))) - `(tabbar-button ((,class (:background ,bg :foreground ,fg)))) - `(tabbar-button-highlight ((,class (:inherit tabbar-button :inverse-video t)))) - `(tabbar-modified ((,class (:inherit tabbar-default :foreground ,red :weight bold)))) - `(tabbar-unselected ((,class (:inherit tabbar-default :foreground ,base-5)))) - `(tabbar-unselected-modified ((,class (:inherit tabbar-modified)))) - `(tabbar-selected ((,class (:inherit tabbar-default :background ,bg-alt :foreground ,fg :weight bold)))) - `(tabbar-selected-modified ((,class (:inherit tabbar-selected :foreground ,green)))) - ;; transient `(transient-heading ((,class (:foreground ,base-8 :weight bold)))) `(transient-key ((,class (:inherit help-key-binding))))