diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-05-18 20:49:57 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-05-18 20:49:57 +0200 |
commit | 2d902d4a7ad618bf6270d5cdaabbf79e1c08ae5b (patch) | |
tree | 04a78eac0665f8b565e76da715bbe3cfb8a82f4a | |
parent | cfe581e22937904d405d0c55d38df7184dff4543 (diff) | |
download | elibs-2d902d4a7ad618bf6270d5cdaabbf79e1c08ae5b.tar.gz elibs-2d902d4a7ad618bf6270d5cdaabbf79e1c08ae5b.tar.bz2 |
Color theme tweak
-rw-r--r-- | themes/jao-light-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el index f15c875..5aed955 100644 --- a/themes/jao-light-theme.el +++ b/themes/jao-light-theme.el @@ -62,7 +62,7 @@ (gnus-summary-cancelled (c 1) st) (header-line (c nil "#efebe7")) (mode-line (c "grey15" 7) :box (:line-width -1 :color "grey90")) - (mode-line-inactive (c "grey30") + (mode-line-inactive (c "grey30" "grey97") :box (:line-width -1 :color "grey90")) (org-hide (c "white" "white")) (vertical-border (c "grey70" nil)) |