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

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

[nongnu] elpa/moe-theme b8a0a20555 020/352: 1. Fix the parentheses of ra


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme b8a0a20555 020/352: 1. Fix the parentheses of rainbow-delimiter in moe-light without bold 2. ...and set moe-dark with nil.
Date: Fri, 7 Jan 2022 03:59:02 -0500 (EST)

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

    1. Fix the parentheses of rainbow-delimiter in moe-light without bold 2. 
...and set moe-dark with nil.
---
 moe-dark-theme.el  | 21 +++++++++++----------
 moe-light-theme.el | 18 +++++++++---------
 2 files changed, 20 insertions(+), 19 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index ad8c603384..b44ff47036 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -354,16 +354,17 @@ Moe, moe, chew!")
    `(ace-jump-face-foreground ((,class (:foreground ,red-2))))
 
    ;; Rainbow-delimiters
-   `(rainbow-delimiters-depth-1-face ((,class (:bold t :foreground ,red-1))))
-   `(rainbow-delimiters-depth-2-face ((,class (:bold t :foreground ,blue-1))))
-   `(rainbow-delimiters-depth-3-face ((,class (:bold t :foreground 
,orange-2))))
-   `(rainbow-delimiters-depth-4-face ((,class (:bold t :foreground ,green-2))))
-   `(rainbow-delimiters-depth-5-face ((,class (:bold t :foreground 
,magenta-2))))
-   `(rainbow-delimiters-depth-6-face ((,class (:bold t :foreground ,cyan-1))))
-   `(rainbow-delimiters-depth-7-face ((,class (:bold t :foreground 
,purple-2))))
-   `(rainbow-delimiters-depth-8-face ((,class (:bold t :foreground ,white-1))))
-   `(rainbow-delimiters-depth-9-face ((,class (:bold t :foreground 
,yellow-2))))
-   `(rainbow-delimiters-unmatched-face ((,class (:foreground ,white-1 
:background ,red-3 :bold t))))
+   `(rainbow-delimiters-depth-1-face ((,class (:bold nil :foreground ,red-2))))
+   `(rainbow-delimiters-depth-2-face ((,class (:bold nil :foreground 
,blue-1))))
+   `(rainbow-delimiters-depth-3-face ((,class (:bold nil :foreground 
,green-2))))
+   `(rainbow-delimiters-depth-4-face ((,class (:bold nil :foreground 
,magenta-2))))
+   `(rainbow-delimiters-depth-5-face ((,class (:bold nil :foreground 
,cyan-3))))
+   `(rainbow-delimiters-depth-6-face ((,class (:bold nil :foreground 
,orange-2))))
+   `(rainbow-delimiters-depth-7-face ((,class (:bold nil :foreground 
,purple-2))))
+   `(rainbow-delimiters-depth-8-face ((,class (:bold nil :foreground 
,white-1))))
+   `(rainbow-delimiters-depth-9-face ((,class (:bold nil :foreground 
,yellow-2))))
+   `(rainbow-delimiters-unmatched-face ((,class (:foreground ,white-0 
:background ,red-3 :bold t))))
+
 
    ;; which-function-mode
    `(which-func ((,class (:foreground ,white-0 :background ,orange-2))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index ce82cbdaf2..87fa25105f 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -354,15 +354,15 @@ Moe, moe, chew!")
    `(ace-jump-face-foreground ((,class (:foreground ,red-2 :bold t))))
 
    ;; Rainbow-delimiters
-   `(rainbow-delimiters-depth-1-face ((,class (:foreground ,red-2))))
-   `(rainbow-delimiters-depth-2-face ((,class (:foreground ,blue-2))))
-   `(rainbow-delimiters-depth-3-face ((,class (:foreground ,orange-3))))
-   `(rainbow-delimiters-depth-4-face ((,class (:foreground ,green-2))))
-   `(rainbow-delimiters-depth-5-face ((,class (:foreground ,magenta-3))))
-   `(rainbow-delimiters-depth-6-face ((,class (:foreground ,cyan-3))))
-   `(rainbow-delimiters-depth-7-face ((,class (:foreground ,purple-3))))
-   `(rainbow-delimiters-depth-8-face ((,class (:foreground ,black-5))))
-   `(rainbow-delimiters-depth-9-face ((,class (:foreground ,yellow-2))))
+   `(rainbow-delimiters-depth-1-face ((,class (:bold t :foreground ,red-2))))
+   `(rainbow-delimiters-depth-2-face ((,class (:bold t :foreground ,blue-2))))
+   `(rainbow-delimiters-depth-3-face ((,class (:bold t :foreground ,green-2))))
+   `(rainbow-delimiters-depth-4-face ((,class (:bold t :foreground 
,magenta-2))))
+   `(rainbow-delimiters-depth-5-face ((,class (:bold t :foreground ,cyan-3))))
+   `(rainbow-delimiters-depth-6-face ((,class (:bold t :foreground 
,orange-2))))
+   `(rainbow-delimiters-depth-7-face ((,class (:bold t :foreground 
,purple-3))))
+   `(rainbow-delimiters-depth-8-face ((,class (:bold t :foreground ,black-5))))
+   `(rainbow-delimiters-depth-9-face ((,class (:bold t :foreground 
,yellow-2))))
    `(rainbow-delimiters-unmatched-face ((,class (:foreground ,white-0 
:background ,red-3 :bold t))))
 
    ;; which-function-mode



reply via email to

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