branch: elpa/alect-themes
commit 7b4397a329bbcdae346483c81049b90c0c9fd692
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Modify `font-lock-warning-face'
---
alect-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/alect-themes.el b/alect-themes.el
index af505d0..3ecc102 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -521,7 +521,7 @@ For INVERT, see `alect-get-color'."
(font-lock-string-face ((t :foreground ,(gc 'red-2))))
(font-lock-type-face ((t :foreground ,(gc 'magenta+2))))
(font-lock-variable-name-face ((t :foreground ,(gc 'yellow+2))))
- (font-lock-warning-face ((t :foreground ,(gc 'red+1) :weight
bold)))
+ (font-lock-warning-face ((t :foreground ,(gc 'red) :weight
bold)))
;; git-commit
(git-commit-summary-face ((t :weight bold)))