diff options
author | Jose Antonio Ortega Ruiz <jao@imladris.local> | 2016-10-16 03:11:15 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@imladris.local> | 2016-10-16 03:11:15 +0200 |
commit | 43c43ab273f9426bebbeb1f0aa880d6992f09b14 (patch) | |
tree | fa446492ee361a97159058f2949450d0e80feb52 | |
parent | a44af7c4f40b7166e963b4089f155f75f4fce4c2 (diff) | |
download | elibs-43c43ab273f9426bebbeb1f0aa880d6992f09b14.tar.gz elibs-43c43ab273f9426bebbeb1f0aa880d6992f09b14.tar.bz2 |
themes nits
-rw-r--r-- | themes/jao-mono-dark-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/jao-mono-dark-theme.el b/themes/jao-mono-dark-theme.el index 8414172..b780e3a 100644 --- a/themes/jao-mono-dark-theme.el +++ b/themes/jao-mono-dark-theme.el @@ -1,13 +1,13 @@ (jao-define-custom-theme jao-mono-dark (:palette (fg unspecified "grey60") - (bg unspecified "grey2") + (bg unspecified "grey10") (box "color-237" "grey25") (button ((c 240) nul) ((c "aquamarine4"))) (hilite ((c nil 238))) (strike-through ((c 237)) (st)) (italic ((c 137) it) (it (c "lightyellow3"))) (link ((c 108) nul) ((c "aquamarine3") nit nul)) - (visited-link ((c 36) nul) ((c "aquamarine3") nul)) + (visited-link ((c 36) nul) ((c "dodgerblue4") nul)) (tab-sel ((c 252 232) nbf)) (tab-unsel ((c 245 232) bx)) ;; (comment ((c 102) it) ((c nil) :height 100 |