diff options
author | jao <jao@gnu.org> | 2021-02-11 03:42:53 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-02-11 03:42:53 +0000 |
commit | 0a7d5c3e714dcefb894a1aa2fe791a2e692a1135 (patch) | |
tree | 96a81646e124171ab32ae3154ce8167d3083bd4e | |
parent | f108972c2c0048fc7ca9ebd010ee6acdfbcda54a (diff) | |
download | elibs-0a7d5c3e714dcefb894a1aa2fe791a2e692a1135.tar.gz elibs-0a7d5c3e714dcefb894a1aa2fe791a2e692a1135.tar.bz2 |
themes: a couple of eww faces
-rw-r--r-- | lib/themes/jao-themes.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index e9cb6e0..8ce37ca 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -520,7 +520,9 @@ (eshell-ls-special bf (p f10)) (eshell-ls-symlink bf (p f11)) (eshell-ls-unreadable (p dimm)) - (eshell-prompt (p f00))) + (eshell-prompt (p f00)) + (eww-form-text bx bf) + (eww-form-submit (~ button))) `((factor-font-lock-comment (~ font-lock-comment-face)) (factor-font-lock-constructor (~ font-lock-function-name-face)) (factor-font-lock-declaration (~ font-lock-type-face)) |