From 76bcf1c06adbc3a62cd4a7d3321c25e664530324 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 8 Jun 2022 01:57:12 +0100 Subject: themes: tweaks for more pleasant terminal --- lib/themes/jao-light-theme.el | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 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 af50ea7..7bbc3c8 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -31,13 +31,15 @@ (dark-gray "gray30") (fg-light "gray40") - (hl "#f2f2f2") + ;; (hl "#f2f2f2") + (hl "ivory") (dimm "lemonchiffon4") (warning "orange4") (red "burlywood4") (blue "#023770") (green "#005555") + (lightgreen "darkgreen") (yellow "lightyellow")) (:face-size 9) (:face-family "Fira Code") @@ -48,11 +50,13 @@ (:palette (fg "black") (bg "white") (box "gray80") - (button (c fg-light bg-lightest) (ul light-gray)) (hilite (c nil hl)) - ;; (link (c green) nbf (ul light-gray)) + (button (c blue bg-lightest)) (link (c green) nbf nul) - (visited-link (ul light-gray) nbf) + (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) (tab-sel (~ mode-line)) (tab-unsel (~ mode-line-inactive)) (comment (c fg-light) it) @@ -69,8 +73,8 @@ (gnus-news (c "black")) (outline (c "black") bf) (outline-1 (c green) bf) - (outline-2 (c green) nbf) - (outline-3 (c blue) nul nbf) + (outline-2 (c blue) nbf) + (outline-3 (c lightgreen) nul nbf) (outline-4 (c blue) nul nbf) (outline-5 (c blue) nul nbf) (f00 (c green)) -- cgit v1.2.3