branch: elpa/alect-themes
commit 466d18843858be3f8b0dcb1379538cf9b7cf6c68
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Modify `font-lock-type-face'
---
alect-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/alect-themes.el b/alect-themes.el
index e77eb1c..33a10ff 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -703,7 +703,7 @@ For INVERT, see `alect-get-color'."
(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-type-face ((,c :foreground ,(gc 'magenta+2))))
+ (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) :weight
bold)))
(font-lock-regexp-grouping-backslash ((,c :foreground ,(gc 'red+2))))