branch: elpa/moe-theme
commit 6bfedeed1d2c9c7e288d7fca65a78dd3848b09a9
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>

    Dimmer keyword to differentiate from function name.
---
 moe-dark-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 8be4764a3b..b15c4ab46b 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -76,7 +76,7 @@ Moe, moe, kyun!")
    `(font-lock-doc-face ((,class (:foreground ,red-0))))
    `(font-lock-doc-string-face ((,class (:foreground ,yellow-3))))
    `(font-lock-function-name-face ((,class (:foreground ,yellow-2))))
-   `(font-lock-keyword-face ((,class (:foreground ,green-01))))
+   `(font-lock-keyword-face ((,class (:foreground ,green-2))))
    `(font-lock-negation-char-face ((,class (:foreground ,green-2))))
    `(font-lock-preprocessor-face ((,class (:foreground ,purple-1))))
    `(font-lock-regexp-grouping-backslash ((,class (:foreground ,yellow-1))))

Reply via email to