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

    light: Change function's face into red.
---
 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 201949a8de..29586d9905 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -80,7 +80,7 @@ Moe, moe, kyun!")
    `(font-lock-constant-face ((,class (:foreground ,blue-2))))
    `(font-lock-doc-face ((,class (:foreground ,red-2))))
    `(font-lock-doc-string-face ((,class (:foreground ,yellow-3))))
-   `(font-lock-function-name-face ((,class (:foreground ,orange-2))))
+   `(font-lock-function-name-face ((,class (:foreground ,red-1))))
    `(font-lock-keyword-face ((,class (:foreground ,green-3))))
    `(font-lock-negation-char-face ((,class (:foreground ,red-2))))
    `(font-lock-preprocessor-face ((,class (:foreground ,purple-2))))

Reply via email to