branch: elpa/moe-theme
commit 434922c56d57f713a70ef267d1148225178fca40
Author: ono ono <[email protected]>
Commit: ono ono <[email protected]>
markdown-mode code blocks now have full-width background
---
moe-dark-theme.el | 6 +++---
moe-light-theme.el | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index e962569cb64..455b4ae4edc 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -227,7 +227,7 @@ Moe, moe, kyun!")
`(undo-tree-visualizer-register-face ((,class (:foreground ,yellow-2))))
;; Markdown-mode
- `(markdown-blockquote-face ((,class (:foreground ,orange-2 :background
,black-3 :italic t))))
+ `(markdown-blockquote-face ((,class (:foreground ,orange-2 :background
,black-3 :italic t :extend t))))
`(markdown-bold-face ((,class (:foreground ,white-1 :bold t))))
`(markdown-comment-face ((,class (:foreground ,black-2 :italic t))))
`(markdown-header-rule-face ((,class (:foreground ,green-2 :bold t))))
@@ -241,13 +241,13 @@ Moe, moe, kyun!")
`(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))))
+ `(markdown-code-face ((,class (:foreground unspecified :background ,black-4
:extend t))))
+ `(markdown-pre-face ((,class (:foreground ,white-0 :background ,black-4))))
`(markdown-markup-face ((,class (:foreground ,black-1 :background
unspecified))))
`(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 ,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 702182d6630..c987b52ac23 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -227,7 +227,7 @@ Moe, moe, kyun!")
`(undo-tree-visualizer-register-face ((,class (:foreground ,yellow-2))))
;; Markdown-mode
- `(markdown-blockquote-face ((,class (:foreground ,green-3 :background
,green-00 :italic t))))
+ `(markdown-blockquote-face ((,class (:foreground ,green-3 :background
,green-00 :italic t :extend 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))))
@@ -241,13 +241,13 @@ Moe, moe, kyun!")
`(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))))
+ `(markdown-code-face ((,class (:foreground unspecified :background ,white-1
:extend t))))
+ `(markdown-pre-face ((,class (:foreground ,black-4 :background ,white-1))))
`(markdown-markup-face ((,class (:foreground ,black-1 :background
unspecified))))
`(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 ,black-4 :background ,white-1))))
`(markdown-reference-face ((,class (:foreground ,orange-2 :italic t))))
`(markdown-url-face ((,class (:foreground ,magenta-3 :underline
,magenta-3))))