From 89d9da45ff76e08db4f1241a2c3d840889d212f6 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 9 Jun 2022 23:47:11 +0100 Subject: themes: separate light-term theme --- lib/themes/jao-light-theme.el | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) (limited to 'lib/themes/jao-light-theme.el') diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 4eaee2c..b61d444 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -17,8 +17,7 @@ ;; along with this program. If not, see . (defvar jao-theme-light-bold - (cond ((not (display-graphic-p)) 'regular) - ((> emacs-major-version 28) 'medium) + (cond ((> emacs-major-version 28) 'medium) (t 'semibold))) (jao-define-custom-theme jao-light @@ -31,8 +30,7 @@ (dark-gray "gray30") (fg-light "gray40") - ;; (hl "#f2f2f2") - (hl "ivory") + (hl "#f2f2f2") (dimm "lemonchiffon4") (warning "orange4") @@ -51,12 +49,9 @@ (bg "white") (box "gray80") (hilite (c nil hl)) - (button (c blue bg-lightest)) - (link (c green) nbf nul) - (visited-link (c lightgreen)) - ;; (button (c fg-light bg-lightest) (ul light-gray)) - ;; (link (c green) nbf (ul light-gray)) - ;; (visited-link (ul light-gray) nbf) + (button (c fg-light bg-lightest) (ul light-gray)) + (link (c green) nbf (ul light-gray)) + (visited-link (ul light-gray) nbf) (tab-sel (~ mode-line)) (tab-unsel (~ mode-line-inactive)) (comment (c fg-light) it) @@ -73,11 +68,10 @@ (gnus-news (c "black")) (outline (c "black") bf) (outline-1 (c green) bf) - (outline-2 (c blue) nbf) - (outline-3 (c lightgreen)) + (outline-2 (c green) nbf) + (outline-3 (c blue) nul nbf) (outline-4 (c blue) nul nbf) (outline-5 (c blue) nul nbf) - (outline-minor-1 (c green hl) nbf ext) (f00 (c green)) (f01 (c blue)) (f02 (c dark-gray)) @@ -123,8 +117,7 @@ (shr-code (c blue nil)) (success (c green)) (vertical-border (c "grey70" nil)) - (vertico-current (c nil yellow) nul ext) - (widget-button (c blue) nit nul))) ;; (ul "grey80") + (widget-button (~ default) nit (ul "grey80")))) ;; (enable-theme 'jao-light) ;; (jao-mode-line-adjust-faces) -- cgit v1.2.3