aboutsummaryrefslogtreecommitdiff
path: root/ef-themes.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2022-08-21 16:00:01 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2022-08-21 16:00:01 +0300
commit43dd00cfc4206e3f9f2a134b2c34566fb1370c9f (patch)
treef84d159400f290059b93b09b5323589233dec1a3 /ef-themes.el
parentec26318ec8067822108556ed27acc463eee9f315 (diff)
Add support for SHR
Diffstat (limited to 'ef-themes.el')
-rw-r--r--ef-themes.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/ef-themes.el b/ef-themes.el
index a3d78b5..428e395 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1259,6 +1259,15 @@ Helper function for `ef-themes-preview-colors'."
`(show-paren-match ((,c :background ,bg-paren :foreground ,fg-intense)))
`(show-paren-match-expression ((,c :background ,bg-alt)))
`(show-paren-mismatch ((,c :background ,bg-red :foreground ,fg-intense)))
+;;;; shr
+ `(shr-code ((,c :foreground ,accent-1))) ; same as `org-code'
+ `(shr-h1 ((,c :inherit ef-themes-heading-1)))
+ `(shr-h2 ((,c :inherit ef-themes-heading-2)))
+ `(shr-h3 ((,c :inherit ef-themes-heading-3)))
+ `(shr-h4 ((,c :inherit ef-themes-heading-4)))
+ `(shr-h5 ((,c :inherit ef-themes-heading-5)))
+ `(shr-h6 ((,c :inherit ef-themes-heading-6)))
+ `(shr-selected-link ((,c :inherit link :background ,bg-dim)))
;;;; smerge
`(smerge-base ((,c :inherit diff-changed)))
`(smerge-lower ((,c :inherit diff-added)))