From c8eface73d08fe8431d53c2700b592d22867a72d Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 16 Oct 2016 03:10:26 +0200 Subject: light theme tweaks --- themes/jao-light-theme.el | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'themes') diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el index bf94c80..f8d6ad1 100644 --- a/themes/jao-light-theme.el +++ b/themes/jao-light-theme.el @@ -16,9 +16,10 @@ (comment ((c 241) it :family "Inconsolata LGC" :height 90)) ;; (comment ((c 241) it)) ;; (keyword ((c 24 nil) nbf)) - (keyword ((c 24 nil) nbf)) + (keyword ((c "lightsteelblue4" nil) bf)) (type ((c 59) nbf nul nit) ((c 14) nbf)) - (function ((c 30 nil) nbf) ((c 30 nil) nbf)) + (function ((c 30 nil) nbf)) +;; ((c 30 nil) nit :family "Inconsolata LGC" :height 90)) ;; (function ((c 31 nil) nbf) ((c 0 nil) nbf it ul)) (variable-name ((c 0))) (constant ((c 23))) @@ -70,18 +71,22 @@ (compilation-info (c 14 nil) nbf) (cursor (c 1 1)) (diary (p error) nbf) - (diff-hl-change (c "white" "moccasin")) + (diff-hl-change (c "white" "lemonchiffon1")) (diff-hl-insert (c "white" "honeydew2")) - (diff-hl-delete (c "white" "tan2")) + (diff-hl-delete (c "white" "wheat1")) (fringe (c "grey70" nil)) (gnus-summary-selected (c 2) nbf) (gnus-summary-cancelled (c 1) st) (header-line (c nil "#efebe7")) + (lui-track-bar (c "red" nil) :height 0.8 ul st :overline t) ;; (mode-line (c "grey15" 7) :box (:line-width -1 :color "grey90")) ;; (mode-line-inactive (c "grey30" "grey97") ;; :box (:line-width -1 :color "grey90")) - (mode-line (c "grey10" "grey85") :box nil) - (mode-line-inactive (c "grey30" "grey95") :box nil) + ;; (mode-line (c "grey20" "grey90") :box nil) + ;; (mode-line-inactive (c "grey40" "grey96") :box nil) + (mode-line (c "grey20" "grey90") :box nil) + (mode-line-inactive (c "grey40" "white smoke") :box nil) + (mode-line-buffer-id (c "orange4") nbf it) (powerline-active1 (c "black" "grey85")) (powerline-active2 (c "grey5" "grey80")) (powerline-inactive1 (c "grey20" "grey95")) -- cgit v1.2.3