From cc225f51ea724d8767f97249d8c6b3fc5182d331 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 13 Aug 2021 11:12:43 +0200 Subject: Added support for shr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- soria-theme.el | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'soria-theme.el') diff --git a/soria-theme.el b/soria-theme.el index 5c91f54..41fbc8d 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -1670,6 +1670,35 @@ The theme has to be reloaded after changing anything in this group." `(markup-anchor-face ((,class (:inherit org-target)))) + ;; shr + + `(shr-link + ((,class (:inherit link)))) + + `(shr-selected-link + ((,class (:inherit link-visited)))) + + `(shr-abbreviation + ((,class (:foreground ,soria-white :slant italic)))) + + `(shr-h1 + ((,class (:inherit org-level-1)))) + + `(shr-h2 + ((,class (:inherit org-level-2)))) + + `(shr-h3 + ((,class (:inherit org-level-3)))) + + `(shr-h4 + ((,class (:inherit org-level-4)))) + + `(shr-h5 + ((,class (:inherit org-level-5)))) + + `(shr-h6 + ((,class (:inherit org-level-6)))) + ;; modeline: this is the base for faces from some modelines (doom-modeline). `(mode-line-emphasis -- cgit v1.2.3