diff options
author | jao <jao@gnu.org> | 2021-10-19 23:58:56 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-10-19 23:58:56 +0100 |
commit | cd109290cbc936190c04c444eb760479f6eb859c (patch) | |
tree | a693ba242d36fb6698afbb882ec21bca58b2a39b | |
parent | 852d1615857e36f41b6186023efe09e96496a090 (diff) | |
download | elibs-cd109290cbc936190c04c444eb760479f6eb859c.tar.gz elibs-cd109290cbc936190c04c444eb760479f6eb859c.tar.bz2 |
themes: dark nits
-rw-r--r-- | lib/themes/jao-dark-theme.el | 5 |
1 files changed, 2 insertions, 3 deletions
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) |