branch: elpa/moe-theme
commit b8a0a20555ac7d9bc505146ed0c1b5233163a2b5
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
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