diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-08-13 11:12:43 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-08-13 11:12:43 +0200 |
| commit | cc225f51ea724d8767f97249d8c6b3fc5182d331 (patch) | |
| tree | e8e3787a66a33ec7fd22404f7fbaffcb420ea9a3 /soria-theme.el | |
| parent | 0b30ee125571a715d069846b4dafc5de8923cedd (diff) | |
| download | soria-cc225f51ea724d8767f97249d8c6b3fc5182d331.tar.gz soria-cc225f51ea724d8767f97249d8c6b3fc5182d331.zip | |
Added support for shr
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'soria-theme.el')
| -rw-r--r-- | soria-theme.el | 29 |
1 files changed, 29 insertions, 0 deletions
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 |
