summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Avseyev <sergey.avseyev@gmail.com>2018-09-01 08:48:18 +0000
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-09-01 10:48:18 +0200
commitf23a5ca9e2fd952ea4499746d0f5096f3842e989 (patch)
tree75601dcd262161519098dff6c482ec519f454ee2
parenteea429cb2cbde8674b2a17ccc2bda94b54575c01 (diff)
Add support for markup-faces (covers adoc-mode) (#310)
-rw-r--r--zenburn-theme.el18
1 files changed, 18 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index 9682d04..88b9406 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -967,6 +967,24 @@ Also bind `class' to ((class color) (min-colors 89))."
`(magit-reflog-cherry-pick ((t (:foreground ,zenburn-green))))
`(magit-reflog-remote ((t (:foreground ,zenburn-cyan))))
`(magit-reflog-other ((t (:foreground ,zenburn-cyan))))
+;;;;; markup-faces
+ `(markup-anchor-face ((t (:foreground ,zenburn-blue+1))))
+ `(markup-code-face ((t (:inherit font-lock-constant-face))))
+ `(markup-command-face ((t (:foreground ,zenburn-yellow))))
+ `(markup-emphasis-face ((t (:inherit bold))))
+ `(markup-internal-reference-face ((t (:foreground ,zenburn-yellow-2 :underline t))))
+ `(markup-list-face ((t (:foreground ,zenburn-fg+1))))
+ `(markup-meta-face ((t (:foreground ,zenburn-yellow))))
+ `(markup-meta-hide-face ((t (:foreground ,zenburn-yellow))))
+ `(markup-secondary-text-face ((t (:foreground ,zenburn-yellow-1))))
+ `(markup-title-0-face ((t (:inherit font-lock-function-name-face :weight bold))))
+ `(markup-title-1-face ((t (:inherit font-lock-function-name-face :weight bold))))
+ `(markup-title-2-face ((t (:inherit font-lock-function-name-face :weight bold))))
+ `(markup-title-3-face ((t (:inherit font-lock-function-name-face :weight bold))))
+ `(markup-title-4-face ((t (:inherit font-lock-function-name-face :weight bold))))
+ `(markup-typewriter-face ((t (:inherit font-lock-constant-face))))
+ `(markup-verbatim-face ((t (:inherit font-lock-constant-face))))
+ `(markup-value-face ((t (:foreground ,zenburn-yellow))))
;;;;; message-mode
`(message-cited-text ((t (:inherit font-lock-comment-face))))
`(message-header-name ((t (:foreground ,zenburn-green+1))))