emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/alect-themes 653ed3f 131/269: Remove grep "faces"


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 653ed3f 131/269: Remove grep "faces"
Date: Thu, 21 Oct 2021 17:59:04 -0400 (EDT)

branch: elpa/alect-themes
commit 653ed3f00e0c7fd30c7a6e5a64937a29383c6618
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Remove grep "faces"
    
    These "faces" are actually variables and can not be themed like this.
---
 alect-themes.el | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index d9d69fc..508164f 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -770,12 +770,6 @@ For INVERT, see `alect-get-color'."
          (google-translate-listen-button-face    ((,c :inherit button
                                                       :foreground ,(gc 
'magenta))))
 
-         ;; grep
-         (grep-context-face  ((,c :foreground ,(gc 'fg+1))))
-         (grep-error-face    ((,c :foreground ,(gc 'red-1) :weight bold 
:underline t)))
-         (grep-hit-face      ((,c :foreground ,(gc 'blue))))
-         (grep-match-face    ((,c :foreground ,(gc 'fg-2) :weight bold)))
-
          ;; guide-key
          (guide-key/highlight-command-face ((,c :foreground ,(gc 'blue))))
          (guide-key/key-face ((,c :foreground ,(gc 'green))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]