From ebfcd097c8d5cca56a2b473408782a1c067ffaaa Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 5 Feb 2022 05:11:59 +0000 Subject: light theme: subdued widget button --- lib/themes/jao-light-theme.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/themes') 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) -- cgit v1.2.3