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

    Update operator os Tuareg. Forgotten CPerl.
---
 moe-dark-theme.el  | 2 +-
 moe-light-theme.el | 7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index de4a9a2334..fd5dd18e16 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -734,7 +734,7 @@ Moe, moe, kyun!")
    `(tuareg-font-lock-interactive-error-face ((,class (:foreground ,red-3 
:background ,red-00 :bold t))))
    `(tuareg-font-lock-interactive-output-face ((,class (:foreground ,blue-3))))
    `(tuareg-font-lock-multistage-face ((,class (:foreground ,blue-3 
:background ,blue-0))))
-   `(tuareg-font-lock-operator-face ((,class (:foreground ,red-1 :bold t))))
+   `(tuareg-font-lock-operator-face ((,class (:foreground ,green-2 :background 
,black-3 :bold t))))
 
    ;; CPerl
    `(cperl-array-face ((,class (:foreground ,blue-01 :background ,blue-3))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 29586d9905..ef066725a8 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -739,7 +739,12 @@ Moe, moe, kyun!")
    `(tuareg-font-lock-interactive-error-face ((,class (:foreground ,red-3 
:background ,red-00 :bold t))))
    `(tuareg-font-lock-interactive-output-face ((,class (:foreground ,blue-3))))
    `(tuareg-font-lock-multistage-face ((,class (:foreground ,blue-3 
:background ,blue-0))))
-   `(tuareg-font-lock-operator-face ((,class (:foreground ,red-1 :bold t))))
+   `(tuareg-font-lock-operator-face ((,class (:foreground ,green-3 :background 
,yellow-00 :bold t))))
+
+   ;; CPerl
+   `(cperl-array-face ((,class (:foreground ,blue-3 :background ,blue-00))))
+   `(cperl-hash-face ((,class (:foreground ,orange-3 :background 
,orange-000))))
+   `(cperl-nonoverridable-face ((,class (:foreground ,green-3 :background 
,green-00))))
 
    ;; Custom
    `(custom-button ((,class (:foreground ,white-0 :background ,black-3

Reply via email to