branch: elpa/moe-theme
commit 3fc15b90b41809d18a62ba1174d35b03e33df62e
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Rearrange some faces for org-outlines.
---
moe-dark-theme.el | 22 +++++++++++-----------
moe-light-theme.el | 10 +++++-----
2 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index a80587646a..24741a49c6 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -105,11 +105,11 @@ Moe, moe, kyun!")
`(org-level-1 ((,class (:foreground ,blue-1))))
`(org-level-2 ((,class (:foreground ,green-2))))
`(org-level-3 ((,class (:foreground ,orange-2))))
- `(org-level-4 ((,class (:foreground ,yellow-2))))
+ `(org-level-4 ((,class (:foreground ,cyan-3))))
`(org-level-5 ((,class (:foreground ,red-1))))
- `(org-level-6 ((,class (:foreground ,cyan-3))))
+ `(org-level-6 ((,class (:foreground ,purple-2))))
`(org-level-7 ((,class (:foreground ,magenta-2))))
- `(org-level-8 ((,class (:foreground ,purple-2))))
+ `(org-level-8 ((,class (:foreground ,yellow-2))))
`(org-tag ((,class (:background ,black-3 :foreground ,white-1 :bold t
:weight bold))))
`(org-column ((,class (:background ,black-4 :foreground ,black-3))))
@@ -150,14 +150,14 @@ Moe, moe, kyun!")
`(org-verbatim ((,class (:foreground ,blue-1 :background ,black-3 :bold
nil))))
;; outline
- `(outline-1 ((,class (:bold t :foreground ,blue-1))))
- `(outline-2 ((,class (:bold t :foreground ,green-2))))
- `(outline-3 ((,class (:bold t :foreground ,orange-2))))
- `(outline-4 ((,class (:bold t :foreground ,yellow-2))))
- `(outline-5 ((,class (:bold t :foreground ,red-1))))
- `(outline-6 ((,class (:bold t :foreground ,cyan-3))))
- `(outline-7 ((,class (:bold t :foreground ,magenta-2))))
- `(outline-8 ((,class (:bold t :foreground ,purple-2))))
+ `(outline-1 ((,class (:foreground ,blue-1))))
+ `(outline-2 ((,class (:foreground ,green-2))))
+ `(outline-3 ((,class (:foreground ,orange-2))))
+ `(outline-4 ((,class (:foreground ,cyan-3))))
+ `(outline-5 ((,class (:foreground ,red-1))))
+ `(outline-6 ((,class (:foreground ,purple-2))))
+ `(outline-7 ((,class (:foreground ,magenta-2))))
+ `(outline-8 ((,class (:foreground ,yellow-2))))
;; undo-tree
`(undo-tree-visualizer-default-face ((,class (:foreground ,white-1))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 57fecba0dd..93702f3451 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -106,8 +106,8 @@ Moe, moe, kyun!")
`(org-level-3 ((,class (:bold t :foreground ,orange-2))))
`(org-level-4 ((,class (:bold t :foreground ,cyan-3))))
`(org-level-5 ((,class (:bold t :foreground ,red-2))))
- `(org-level-6 ((,class (:bold t :foreground ,magenta-2))))
- `(org-level-7 ((,class (:bold t :foreground ,purple-2))))
+ `(org-level-6 ((,class (:bold t :foreground ,purple-2))))
+ `(org-level-7 ((,class (:bold t :foreground ,magenta-2))))
`(org-level-8 ((,class (:bold t :foreground ,yellow-2))))
`(org-tag ((,class (:background ,black-1 :foreground ,white-0 :bold t
:weight bold))))
`(org-column ((,class (:background ,yellow-00 :foreground ,black-3))))
@@ -149,12 +149,12 @@ Moe, moe, kyun!")
;; outline
`(outline-1 ((,class (:bold t :foreground ,blue-1))))
- `(outline-2 ((,class (:bold t :foreground ,green-2))))
+ `(outline-2 ((,class (:bold t :foreground ,green-02))))
`(outline-3 ((,class (:bold t :foreground ,orange-2))))
`(outline-4 ((,class (:bold t :foreground ,cyan-3))))
`(outline-5 ((,class (:bold t :foreground ,red-2))))
- `(outline-6 ((,class (:bold t :foreground ,magenta-2))))
- `(outline-7 ((,class (:bold t :foreground ,purple-2))))
+ `(outline-6 ((,class (:bold t :foreground ,purple-2))))
+ `(outline-7 ((,class (:bold t :foreground ,magenta-2))))
`(outline-8 ((,class (:bold t :foreground ,yellow-2))))
;; undo-tree