From 789f0a3474e6ad6c11e07f2c61d5994b2375bdba Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 29 Apr 2020 11:41:07 +0200 Subject: Added support for markup-faces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This also includes adoc-mode. Signed-off-by: Miquel Sabaté Solà --- soria-theme.el | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (limited to 'soria-theme.el') diff --git a/soria-theme.el b/soria-theme.el index de41164..947dbe0 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -1387,6 +1387,53 @@ The theme has to be reloaded after changing anything in this group." `(org-special-keyword ((,class (:inherit org-done)))) + ;; markup-faces (which also includes adoc-mode) + + `(markup-title-0-face + ((,class (:inherit org-level-1)))) + + `(markup-title-1-face + ((,class (:inherit org-level-1)))) + + `(markup-title-2-face + ((,class (:inherit org-level-2)))) + + `(markup-title-3-face + ((,class (:inherit org-level-3)))) + + `(markup-title-4-face + ((,class (:inherit org-level-4)))) + + `(markup-title-5-face + ((,class (:inherit org-level-5)))) + + `(markup-meta-face + ((,class (:inherit org-level-1)))) + + `(markup-meta-hide-face + ((,class (:inherit org-level-1)))) + + `(markup-list-face + ((,class (:inherit org-table)))) + + `(markup-internal-reference-face + ((,class (:inherit link)))) + + `(markup-reference-face + ((,class (:inherit link)))) + + `(markup-typewriter-face + ((,class (:inherit org-verbatim)))) + + `(markup-verbatim-face + ((,class (:inherit org-verbatim)))) + + `(markup-comment-face + ((,class (:inherit font-lock-comment-face)))) + + `(markup-anchor-face + ((,class (:inherit org-target)))) + ;; modeline: this is the base for faces from some modelines (doom-modeline). `(mode-line-emphasis -- cgit v1.2.3