diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-10-09 03:27:46 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-10-09 03:27:46 +0200 |
commit | 2c3d8ba90bb8db57bcc381f36094c9b0d5937df0 (patch) | |
tree | 396ce5f244828191af827493aaedd7b414d2dbfe | |
parent | e348be6580d5fa2e8ccd820482c0fdd6e7ecf2ab (diff) | |
download | elibs-2c3d8ba90bb8db57bcc381f36094c9b0d5937df0.tar.gz elibs-2c3d8ba90bb8db57bcc381f36094c9b0d5937df0.tar.bz2 |
light theme tweaks
-rw-r--r-- | themes/jao-light-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el index 2976049..22c67ef 100644 --- a/themes/jao-light-theme.el +++ b/themes/jao-light-theme.el @@ -6,8 +6,8 @@ (hilite ((c nil 5))) (strike-through ((c 1)) (st)) (italic (it)) - (link ((c 10) ul nbf)) - (visited-link ((c 8) ul)) + (link ((c 23) nul nbf nit)) + (visited-link ((c 24) nul)) (tab-sel ((~ mode-line))) (tab-unsel ((~ mode-line-inactive))) (comment ((c 239) it)) ;; italic |