diff options
author | jao <jao@gnu.org> | 2022-02-05 05:11:59 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-02-05 05:11:59 +0000 |
commit | ebfcd097c8d5cca56a2b473408782a1c067ffaaa (patch) | |
tree | 5b39f33e8c95c7c2223da299e8b65d915fe76037 /lib | |
parent | 8d93bf4867ec6c11ee6844b36cd18f8b1b86e249 (diff) | |
download | elibs-ebfcd097c8d5cca56a2b473408782a1c067ffaaa.tar.gz elibs-ebfcd097c8d5cca56a2b473408782a1c067ffaaa.tar.bz2 |
light theme: subdued widget button
Diffstat (limited to 'lib')
-rw-r--r-- | lib/themes/jao-light-theme.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index b22bc3c..93b59d6 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -113,7 +113,8 @@ (success (p f00)) ;; (variable-pitch :family "DejaVu Sans" :height 110) (vertical-border (c "grey70" nil)) - (warning (c "burlywood4" nil)))) + (warning (c "burlywood4" nil)) + (widget-button (~ default) nit (ul "grey80")))) ;; (enable-theme 'jao-light) ;; (jao-minibuffer-adjust-mode-line-faces) |