branch: elpa/alect-themes
commit fa7b2e7b2add2bb72b1fc810e99bf8c6ea634133
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Modify `font-lock-negation-char-face'
---
alect-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/alect-themes.el b/alect-themes.el
index ae4a0ed..32ebe0e 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -559,7 +559,7 @@ For INVERT, see `alect-get-color'."
(font-lock-doc-string-face ((t :foreground ,(gc 'cyan+2))))
(font-lock-function-name-face ((t :foreground ,(gc 'blue-1))))
(font-lock-keyword-face ((t :foreground ,(gc 'blue+1) :weight
bold)))
- (font-lock-negation-char-face ((t :foreground ,(gc 'fg+1))))
+ (font-lock-negation-char-face ((t :foreground ,(gc 'blue))))
(font-lock-preprocessor-face ((t :foreground ,(gc 'green-1))))
(font-lock-string-face ((t :foreground ,(gc 'red-2))))
(font-lock-type-face ((t :foreground ,(gc 'magenta+2))))