diff options
Diffstat (limited to 'lib')
-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) |