branch: elpa/moe-theme
commit a05e3301b6530eb28a35ef4f95c3bc09fd28abc5
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
[font-lock] Type.
---
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 539c2a5896..4a3d1f80eb 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -86,7 +86,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 ,blue-4))))
+ `(font-lock-type-face ((,class (:foreground ,cyan-5))))
`(font-lock-variable-name-face ((,class (:foreground ,orange-2))))
`(font-lock-warning-face ((,class (:weight bold :foreground ,red-2))))