branch: elpa/moe-theme
commit 6f6e56cb206c0d3a49219b026266d600fb73bae3
Author: ono ono <[email protected]>
Commit: ono ono <[email protected]>

    colorize markdown-header-* like org-mode
---
 moe-dark-theme.el  | 14 +++++++-------
 moe-light-theme.el | 12 ++++++------
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 30758fc8954..e962569cb64 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -230,15 +230,15 @@ Moe, moe, kyun!")
    `(markdown-blockquote-face ((,class (:foreground ,orange-2 :background 
,black-3 :italic t))))
    `(markdown-bold-face ((,class (:foreground ,white-1 :bold t))))
    `(markdown-comment-face ((,class (:foreground ,black-2 :italic t))))
-   `(markdown-header-delimiter-face ((,class (:foreground ,green-3 :bold t))))
-   `(markdown-header-face ((,class (:foreground ,green-2 :bold t))))
    `(markdown-header-rule-face ((,class (:foreground ,green-2 :bold t))))
-   `(markdown-header-face-1 ((,class (:foreground ,green-2 :bold t))))
+   `(markdown-header-delimiter-face ((,class (:foreground ,white-0 :background 
,black-3 :bold t))))
+   `(markdown-header-face ((,class (:foreground ,green-2 :bold t))))
+   `(markdown-header-face-1 ((,class (:foreground ,blue-1 :bold t))))
    `(markdown-header-face-2 ((,class (:foreground ,green-2 :bold t))))
-   `(markdown-header-face-3 ((,class (:foreground ,green-2 :bold t))))
-   `(markdown-header-face-4 ((,class (:foreground ,green-2 :bold t))))
-   `(markdown-header-face-5 ((,class (:foreground ,green-2 :bold t))))
-   `(markdown-header-face-6 ((,class (:foreground ,green-2 :bold t))))
+   `(markdown-header-face-3 ((,class (:foreground ,orange-2 :bold t))))
+   `(markdown-header-face-4 ((,class (:foreground ,cyan-3 :bold t))))
+   `(markdown-header-face-5 ((,class (:foreground ,red-1 :bold t))))
+   `(markdown-header-face-6 ((,class (:foreground ,purple-2 :bold t))))
    `(markdown-link-face ((,class (:foreground ,magenta-1 :underline t))))
    `(markdown-inline-code-face ((,class (:foreground ,white-0 :background 
,black-2-5))))
    `(markdown-code-face ((,class (:foreground unspecified :background 
unspecified))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 5bdca5b65bf..702182d6630 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -230,15 +230,15 @@ Moe, moe, kyun!")
    `(markdown-blockquote-face ((,class (:foreground ,green-3 :background 
,green-00 :italic t))))
    `(markdown-bold-face ((,class (:foreground ,black-5 :bold t))))
    `(markdown-comment-face ((,class (:foreground ,white-4 :italic t))))
+   `(markdown-header-rule-face ((,class (:foreground ,orange-2 :bold t))))
    `(markdown-header-delimiter-face ((,class (:foreground ,orange-3 :bold t))))
    `(markdown-header-face ((,class (:foreground ,orange-2 :bold t))))
-   `(markdown-header-rule-face ((,class (:foreground ,orange-2 :bold t))))
-   `(markdown-header-face-1 ((,class (:foreground ,orange-2 :bold t))))
-   `(markdown-header-face-2 ((,class (:foreground ,orange-2 :bold t))))
+   `(markdown-header-face-1 ((,class (:foreground ,blue-1 :bold t))))
+   `(markdown-header-face-2 ((,class (:foreground ,green-02 :bold t))))
    `(markdown-header-face-3 ((,class (:foreground ,orange-2 :bold t))))
-   `(markdown-header-face-4 ((,class (:foreground ,orange-2 :bold t))))
-   `(markdown-header-face-5 ((,class (:foreground ,orange-2 :bold t))))
-   `(markdown-header-face-6 ((,class (:foreground ,orange-2 :bold t))))
+   `(markdown-header-face-4 ((,class (:foreground ,cyan-3 :bold t))))
+   `(markdown-header-face-5 ((,class (:foreground ,red-2 :bold t))))
+   `(markdown-header-face-6 ((,class (:foreground ,purple-2 :bold t))))
    `(markdown-link-face ((,class (:foreground ,magenta-1 :bold t :underline 
,magenta-1))))
    `(markdown-inline-code-face ((,class (:foreground ,black-4 :background 
,white-1))))
    `(markdown-code-face ((,class (:foreground unspecified :background 
unspecified))))

Reply via email to