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

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

[nongnu] elpa/moe-theme 72b4bd5ce4 209/352: Add Tuareg.


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 72b4bd5ce4 209/352: Add Tuareg.
Date: Fri, 7 Jan 2022 03:59:24 -0500 (EST)

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

    Add Tuareg.
---
 moe-dark-theme.el  | 20 ++++++++++++++------
 moe-light-theme.el | 19 +++++++++++++++++++
 2 files changed, 33 insertions(+), 6 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index c720095033..6e28acc65c 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -728,13 +728,21 @@ Moe, moe, kyun!")
    `(info-xref ((,class (:foreground ,blue-1 :underline t))))
    `(info-xref-visited ((,class (:foreground ,purple-1 :underline t))))
 
+   ;; Tuareg
+   `(tuareg-font-lock-error-face ((,class (:foreground ,red-3 :background 
,red-00 :bold t))))
+   `(tuareg-font-lock-governing-face ((,class (:foreground ,white-1 :bold t))))
+   `(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))))
+
    ;; Custom
-  `(custom-button ((,class (:background ,blue-0 :foreground ,blue-3
-                                        :box (:line-width 1 :style 
released-button)))))
-  `(custom-button-mouse ((,class (:background ,blue-00 :foreground ,black-3
-                                              :box (:line-width 1 :style 
released-button)))))
-  `(custom-button-pressed ((,class (:foreground ,black-3 :background ,white-1
-                                                :box (:line-width 1 :style 
pressed-button)))))
+   `(custom-button ((,class (:background ,blue-0 :foreground ,blue-3
+                                        :box (:line-width 1 :style 
released-button)))))
+   `(custom-button-mouse ((,class (:background ,blue-00 :foreground ,black-3
+                                              :box (:line-width 1 :style 
released-button)))))
+   `(custom-button-pressed ((,class (:foreground ,black-3 :background ,white-1
+                                                :box (:line-width 1 :style 
pressed-button)))))
 )
 
   (custom-theme-set-variables
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 1a6473e274..201949a8de 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -722,6 +722,25 @@ Moe, moe, kyun!")
    `(info-xref ((,class (:foreground ,blue-2 :underline t))))
    `(info-xref-visited ((,class (:foreground ,purple-1 :underline t))))
 
+   `(whitespace-empty ((,class (:foreground ,magenta-3 :background 
,magenta-00))))
+   `(whitespace-hspace ((,class (:foreground ,blue-0 :background "#f5f5dc"))))
+   `(whitespace-indentation ((,class (:foreground "#dadada" :background 
"#f5f5dc"))))
+   `(whitespace-line ((,class (:foreground nil :background ,yellow-00))))
+   `(whitespace-newline ((,class (:foreground "#dadada" :background nil))))
+   `(whitespace-space ((,class (:foreground "#dadada" :background "#f5f5dc"))))
+   `(whitespace-space-after-tab ((,class (:foreground ,cyan-2 :background 
"#f5f5dc"))))
+   `(whitespace-space-before-tab ((,class (:foreground ,orange-3 :background 
,orange-00))))
+   `(whitespace-tab ((,class (:foreground ,cyan-2 :background "#f5f5dc"))))
+   `(whitespace-trailing ((,class (:foreground ,red-1 :background ,red-000))))
+
+   ;; Tuareg
+   `(tuareg-font-lock-error-face ((,class (:foreground ,red-3 :background 
,red-00 :bold t))))
+   `(tuareg-font-lock-governing-face ((,class (:foreground ,black-4 :bold t))))
+   `(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))))
+
    ;; Custom
    `(custom-button ((,class (:foreground ,white-0 :background ,black-3
                                          :box (:line-width 1 :style 
released-button)))))



reply via email to

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