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

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

[nongnu] elpa/moe-theme 051de194c2 088/352: Lighter font-lock-preprocess


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 051de194c2 088/352: Lighter font-lock-preprocessor-face in moe-dark.
Date: Fri, 7 Jan 2022 03:59:09 -0500 (EST)

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

    Lighter font-lock-preprocessor-face in moe-dark.
---
 moe-dark-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index a0ef42fe70..6bdcb8862e 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -17,7 +17,7 @@ Moe, moe, kyun!")
       (green-1 "#afff00") (green-2 "#a1db00") (green-3 "#5faf00") (green-4 
"#008700") (green-5 "#005f00")
       (blue-1 "#729fcf") (blue-2 "#1f5bff") (blue-3 "#005f87") (blue-4 
"#005faf") (blue-5 "#0000af") 
       (cyan-1 "#87ffff") (cyan-2 "#00ffff") (cyan-3 "#00d7af") (cyan-4 
"#5f87af")
-      (purple-1 "#d18aff") (purple-2 "#9a08ff") (purple-3 "#6c0099")
+      (purple-1 "#d18aff") (purple-2 "#af5fff") (purple-3 "#9a08ff") (purple-4 
"#6c0099")
       (red-1 "#ef2929")  (red-2 "#dd0000")  (red-3 "#a40000")
       (white-1 "#c6c6c6") (white-2 "#c6c6c6") (white-3 "#b2b2b2") (LIGHT_BG 
"#ffffd7") ;;original:(white-1 "#dadada")
       (black-1 "#a8a8a8") (black-2 "#8a8a8a") (black-2-5 "#6c6c6c") (black-3 
"#4e4e4e")
@@ -78,7 +78,7 @@ Moe, moe, kyun!")
    `(font-lock-function-name-face ((,class (:foreground ,yellow-2))))
    `(font-lock-keyword-face ((,class (:foreground ,green-01))))
    `(font-lock-negation-char-face ((,class (:foreground ,green-2))))
-   `(font-lock-preprocessor-face ((,class (:foreground ,purple-2))))
+   `(font-lock-preprocessor-face ((,class (:foreground ,purple-1))))
    `(font-lock-regexp-grouping-backslash ((,class (:foreground ,yellow-1))))
    `(font-lock-regexp-grouping-construct ((,class (:foreground ,purple-1))))
    `(font-lock-string-face ((,class (:foreground ,magenta-2))))



reply via email to

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