summaryrefslogtreecommitdiffhomepage
path: root/themes/jao-light-theme.el
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2013-12-10 02:02:14 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-12-10 02:02:14 +0100
commit5f5b951c0c009c9887ce57bb81b8ee566978e587 (patch)
treee8ba3e6de1b26505b74da9056682911e1e1a8106 /themes/jao-light-theme.el
parentfd6bea466753f37c676bf89b2e8c5e0364b7e876 (diff)
downloadelibs-5f5b951c0c009c9887ce57bb81b8ee566978e587.tar.gz
elibs-5f5b951c0c009c9887ce57bb81b8ee566978e587.tar.bz2
themes tweaks
Diffstat (limited to 'themes/jao-light-theme.el')
-rw-r--r--themes/jao-light-theme.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el
index a9d0562..4f51309 100644
--- a/themes/jao-light-theme.el
+++ b/themes/jao-light-theme.el
@@ -5,15 +5,18 @@
(button ((c 13 nil) nbf nul) (~ mode-line-inactive))
(hilite ((c nil 15))) ;; 5
(strike-through ((c 1)) (st))
- (italic (it) (it :family "Inconsolata LGC" :height 90))
+ (italic ((c nil) it :family "Inconsolata LGC" :height 90))
(link (ul nbf nit) ((c 29) nul nbf))
(visited-link ((c 24) nul nbf))
(tab-sel ((~ mode-line)))
(tab-unsel ((~ mode-line-inactive)))
- (comment ((c 237) it :family "Inconsolata LGC" :height 90))
+ ;; (comment ((c nil) it :family "Inconsolata LGC" :height 80))
+ (comment ((c 237) it))
(keyword ((c 24 nil) nbf))
+;; (keyword ((c 237 nil) bf))
(type ((c 25) nbf nul) ((c 14) nbf))
(function ((c 31 nil) nbf) ((c 30 nil) nbf))
+;; (function ((c 31 nil) nbf) ((c 0 nil) nbf it ul))
(variable-name ((c 0)))
(constant ((c 14)))
(string ((c 13)) ((c 29)))