branch: elpa/alect-themes
commit 653ed3f00e0c7fd30c7a6e5a64937a29383c6618
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
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))))