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

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

[nongnu] elpa/alect-themes 466d188 148/269: Modify `font-lock-type-face'


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 466d188 148/269: Modify `font-lock-type-face'
Date: Thu, 21 Oct 2021 17:59:08 -0400 (EDT)

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

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



reply via email to

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