diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/themes/jao-themes.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 26bf66a..dc4ed74 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -521,7 +521,13 @@ (eshell-ls-symlink bf (p f11)) (eshell-ls-unreadable (p dimm)) (eshell-prompt (p f00)) - (eww-form-text bx bf) + (eww-form-checkbox (p f01) bx) + (eww-form-file (p f00) bx) + (eww-invalid-certificate (p error)) + (eww-valid-certificate (~ success)) + (eww-form-select bx) + (eww-form-text bx (p f11)) + (eww-form-textarea bx (c nil "grey90")) (eww-form-submit (~ button))) `((factor-font-lock-comment (~ font-lock-comment-face)) (factor-font-lock-constructor (~ font-lock-function-name-face)) |