aboutsummaryrefslogtreecommitdiff
path: root/ef-themes.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2022-08-21 15:45:25 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2022-08-21 15:45:25 +0300
commitec26318ec8067822108556ed27acc463eee9f315 (patch)
treeb4717adaa919d3087ea9560bcdce0aa1ea08b43f /ef-themes.el
parent994254c7f5f3133f9a2bcadecb4121214f9ca979 (diff)
Add support for EWW
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 6c3b6fb..a3d78b5 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -769,6 +769,15 @@ Helper function for `ef-themes-preview-colors'."
`(eshell-ls-symlink ((,c :inherit link)))
`(eshell-ls-unreadable ((,c :inherit shadow)))
`(eshell-prompt ((,c :inherit minibuffer-prompt)))
+;;;; eww
+ `(eww-invalid-certificate ((,c :foreground ,err)))
+ `(eww-valid-certificate ((,c :foreground ,info)))
+ `(eww-form-checkbox ((,c :inherit eww-form-text)))
+ `(eww-form-file ((,c :inherit eww-form-submit)))
+ `(eww-form-select ((,c :inherit eww-form-submit)))
+ `(eww-form-submit ((,c :box ,fg-dim :background ,bg-active :foreground ,fg-intense)))
+ `(eww-form-text ((,c :inherit widget-field)))
+ `(eww-form-textarea ((,c :inherit eww-form-text)))
;;;; font-lock
`(font-lock-builtin-face ((,c :inherit bold :foreground ,builtin)))
`(font-lock-comment-delimiter-face ((,c :inherit font-lock-comment-face)))