branch: elpa/moe-theme commit 4d9e876d24d69d18c4111fa42bd34fe01a124866 Author: ono ono <azazabc...@gmail.com> Commit: ono ono <azazabc...@gmail.com>
update for latest Markdown-mode --- moe-dark-theme.el | 6 ++++-- moe-light-theme.el | 8 +++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/moe-dark-theme.el b/moe-dark-theme.el index ce073fee62..99eb1df22a 100644 --- a/moe-dark-theme.el +++ b/moe-dark-theme.el @@ -238,12 +238,14 @@ Moe, moe, kyun!") `(markdown-header-face-5 ((,class (:foreground ,green-2 :bold t)))) `(markdown-header-face-6 ((,class (:foreground ,green-2 :bold t)))) `(markdown-link-face ((,class (:foreground ,magenta-1 :underline t)))) - `(markdown-inline-code-face ((,class (:foreground ,blue-1 :background ,black-3)))) + `(markdown-inline-code-face ((,class (:foreground ,white-0 :background ,black-2-5)))) + `(markdown-code-face ((,class (:foreground nil :background nil)))) + `(markdown-markup-face ((,class (:foreground ,black-1 :background nil)))) `(markdown-italic-face ((,class (:foreground ,white-1 :italic t :underline ,white-1)))) `(markdown-list-face ((,class (:foreground ,green-2 :background ,black-5 :bold t)))) `(markdown-math-face ((,class (:foreground ,magenta-1)))) `(markdown-missing-link-face ((,class (:foreground ,red-1 :bold t)))) - `(markdown-pre-face ((,class (:foreground ,blue-1)))) + `(markdown-pre-face ((,class (:foreground ,white-0 :background ,black-2-5)))) `(markdown-reference-face ((,class (:foreground ,orange-2 :italic t)))) `(markdown-url-face ((,class (:foreground ,magenta-3 :underline ,magenta-3)))) diff --git a/moe-light-theme.el b/moe-light-theme.el index a8d5c6dbef..e1cf5d09d1 100644 --- a/moe-light-theme.el +++ b/moe-light-theme.el @@ -39,7 +39,7 @@ Moe, moe, kyun!") (white-1 "#eeeeee") (white-2 "#dadada") (white-3 "#c6c6c6") (white-4 "#b2b2b2") (black-1 "#9e9e9e") (black-2 "#8a8a8a") (black-3 "#767676") (black-4 "#626262") (black-5 "#5f5f5f") (black-6 "#3a3a3a") (LIGHT_BG "#fdfdf6") (white-0 "#ffffff") - (green-02 "#5fd700") (green-01 "#d7ff00") (green-0 "#d7ff5f") (green-00 "#d7ff87") + (green-02 "#5fd700") (green-01 "#d7ff00") (green-0 "#d7ff5f") (green-00 "#d7ff87") (green-00 "#d7ff87") (cyan-0 "#d7ffd7") (blue-01 "#c3c9f8") (blue-0 "#afd7ff") (blue-00 "#d7d7ff") (blue-000 "#d4e5ff") (yellow-0 "#ffff87") (yellow-00 "#ffffaf") (yellow-2-5 "#ffba27") @@ -237,12 +237,14 @@ Moe, moe, kyun!") `(markdown-header-face-5 ((,class (:foreground ,orange-2 :bold t)))) `(markdown-header-face-6 ((,class (:foreground ,orange-2 :bold t)))) `(markdown-link-face ((,class (:foreground ,magenta-1 :bold t :underline ,magenta-1)))) - `(markdown-inline-code-face ((,class (:foreground ,blue-3 :background ,blue-00)))) + `(markdown-inline-code-face ((,class (:foreground ,black-4 :background ,white-1)))) + `(markdown-code-face ((,class (:foreground nil :background nil)))) + `(markdown-markup-face ((,class (:foreground ,black-1 :background nil)))) `(markdown-italic-face ((,class (:foreground ,black-5 :italic t :underline ,black-5)))) `(markdown-list-face ((,class (:foreground ,orange-2 :background ,LIGHT_BG :bold t)))) `(markdown-math-face ((,class (:foreground ,purple-2)))) `(markdown-missing-link-face ((,class (:foreground ,red-1 :bold t)))) - `(markdown-pre-face ((,class (:foreground ,blue-2)))) + `(markdown-pre-face ((,class (:foreground ,black-4 :background ,white-1)))) `(markdown-reference-face ((,class (:foreground ,orange-2 :italic t)))) `(markdown-url-face ((,class (:foreground ,magenta-3 :underline ,magenta-3))))