From cd109290cbc936190c04c444eb760479f6eb859c Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 19 Oct 2021 23:58:56 +0100 Subject: themes: dark nits --- lib/themes/jao-dark-theme.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/themes') diff --git a/lib/themes/jao-dark-theme.el b/lib/themes/jao-dark-theme.el index 032a3f0..98a1a6e 100644 --- a/lib/themes/jao-dark-theme.el +++ b/lib/themes/jao-dark-theme.el @@ -55,7 +55,7 @@ (hilite ((c nil region) ex)) (strike-through (st)) (italic (it)) - (link ((ul dark-blue))) ;; (ul dimm-line) + (link ((ul dark-yellow))) ;; (ul dimm-line) (visited-link ((ul dark-blue))) (tab-sel ((c 252 232) nbf)) (tab-unsel ((c 245 232))) @@ -127,8 +127,7 @@ (vertical-border (c "black") :inherit nil) (vertico-group-separator (p dimm) :strike-through "#6f6f6f") (w3m-image (c green) bx it) - (w3m-tab-background (c nil nil)) - (w3m-tab-line (c 0 0) ul))) + (w3m-bold (c yellow)))) ;; (enable-theme 'jao-dark) ;; (jao-minibuffer-adjust-mode-line-faces) -- cgit v1.2.3