diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-04-21 21:30:12 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-04-21 21:30:12 +0200 |
commit | 08c4e957c16abae0dce94520993c4b4b33cfc366 (patch) | |
tree | 9d94e42aa927af3c5122c2de07bc6ef0adcfecc0 /themes/jao-light-theme.el | |
parent | dac5a1bb032e64eaa87a697e149d90f7ad882c91 (diff) | |
download | elibs-08c4e957c16abae0dce94520993c4b4b33cfc366.tar.gz elibs-08c4e957c16abae0dce94520993c4b4b33cfc366.tar.bz2 |
nit
Diffstat (limited to 'themes/jao-light-theme.el')
-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 25b0e1a..f15c875 100644 --- a/themes/jao-light-theme.el +++ b/themes/jao-light-theme.el @@ -2,7 +2,7 @@ (:palette (fg unspecified "black") (bg unspecified "white") (box "magenta" "antiquewhite3") - (button ((c 13 nil) nbf nul) (bx)) + (button ((c 13 nil) nbf nul) (~ mode-line-inactive)) (hilite ((c nil 15))) ;; 5 (strike-through ((c 1)) (st)) (italic (it) (nit (c 96))) |