branch: elpa/alect-themes
commit 5a51a7a8735fe87bb22d6661a0714b27c6612fbd
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Change 'font-lock-string-face'
Recently I found that "red-2" is too light for strings, "red-1" is a bit
darker and more visible.
---
alect-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/alect-themes.el b/alect-themes.el
index 3794436fcee..2d9781aa2a5 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -873,7 +873,7 @@ For INVERT, see `alect-get-color'."
:weight bold)))
(font-lock-negation-char-face ((,c :foreground ,(gc 'blue))))
(font-lock-preprocessor-face ((,c :foreground ,(gc 'green-1))))
- (font-lock-string-face ((,c :foreground ,(gc 'red-2))))
+ (font-lock-string-face ((,c :foreground ,(gc 'red-1))))
(font-lock-type-face ((,c :foreground ,(gc 'magenta+1))))
(font-lock-variable-name-face ((,c :foreground ,(gc 'yellow+2))))
(font-lock-warning-face ((,c :foreground ,(gc 'red)