diff options
Diffstat (limited to 'themes/jao-light-theme.el')
| -rw-r--r-- | themes/jao-light-theme.el | 25 | 
1 files changed, 12 insertions, 13 deletions
diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el index f8d6ad1..1f4de39 100644 --- a/themes/jao-light-theme.el +++ b/themes/jao-light-theme.el @@ -7,8 +7,8 @@              (strike-through ((c 1)) (st))  ;;            (italic ((c nil) it :family "DejaVu Sans Mono" :height 90))  ;;            (italic ((c "darkslategray4"))) -;;            (italic (it)) -            (italic (it :family "Inconsolata LGC" :height 90)) +            (italic (it)) +            ;; (italic (it :family "Inconsolata LGC" :height 90))              (link ((c 22) nul nbf nit) ((c 29) nul nbf))              (visited-link ((c 23) nul nbf))              (tab-sel ((~ mode-line))) @@ -55,10 +55,10 @@            (mode-line (c 0 "grey90") nbf nul)            (mode-line-inactive (c 11 "grey90") nbf nul)            (org-hide (c 15 15)) -          (powerline-active1 (c "black" "grey85")) -          (powerline-active2 (c "grey5" "grey80")) -          (powerline-inactive1 (c "grey20" "grey95")) -          (powerline-inactive2 (c "grey20" "grey90")) +          (powerline-active1 nil) +          (powerline-active2 nil) +          (powerline-inactive1 nil) +          (powerline-inactive2 nil)            (vertical-border (c 252 nil) :inherit nil)            (w3m-tab-selected (c 9 nil) bf)            (w3m-link-numbering (c 12)) @@ -84,13 +84,12 @@              ;;                     :box (:line-width -1 :color "grey90"))              ;; (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")) -            (powerline-inactive2 (c "grey20" "grey90")) +            (mode-line (c "grey10" "grey95") :box nil) +            (mode-line-inactive (c "grey55" "grey90") :box nil) +            (mode-line-buffer-id (c "orange4") nbf nit) +            (spaceline-read-only (c nil "lightgoldenrod2") niv) +            (spaceline-modified (c nil "goldenrod1") bf nit) +            (spaceline-unmodified (c nil "white") niv)              (org-hide (c "white" "white"))              (vertical-border (c "grey70" nil))              (w3m-image (c "midnightblue" "azure2"))  | 
