emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/alect-themes 7b4397a 064/269: Modify `font-lock-warning-fa


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 7b4397a 064/269: Modify `font-lock-warning-face'
Date: Thu, 21 Oct 2021 17:58:50 -0400 (EDT)

branch: elpa/alect-themes
commit 7b4397a329bbcdae346483c81049b90c0c9fd692
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]