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

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

[nongnu] elpa/moe-theme 74658b8d09 191/352: Set font-lock-type-face into


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 74658b8d09 191/352: Set font-lock-type-face into blue-1, which is more clear than cyan-3.
Date: Fri, 7 Jan 2022 03:59:23 -0500 (EST)

branch: elpa/moe-theme
commit 74658b8d0941f813c5d1e9bdcd2cfda6a513bdc2
Author: kuanyui <azazabc123@gmail.com>
Commit: kuanyui <azazabc123@gmail.com>

    Set font-lock-type-face into blue-1, which is more clear than cyan-3.
---
 moe-light-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/moe-light-theme.el b/moe-light-theme.el
index ef6e419bee..aec499e688 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -84,7 +84,7 @@ Moe, moe, kyun!")
    `(font-lock-regexp-grouping-backslash ((,class (:foreground ,orange-2))))
    `(font-lock-regexp-grouping-construct ((,class (:foreground ,purple-2))))
    `(font-lock-string-face ((,class (:foreground ,magenta-3))))
-   `(font-lock-type-face ((,class (:foreground ,cyan-3))))
+   `(font-lock-type-face ((,class (:foreground ,blue-1))))
    `(font-lock-variable-name-face ((,class (:foreground ,orange-2))))
    `(font-lock-warning-face ((,class (:weight bold :foreground ,red-2))))
 



reply via email to

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