diff options
author | jao <jao@gnu.org> | 2019-11-28 00:09:11 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-11-28 00:09:11 +0000 |
commit | 29174501739991eef804e26d39448b7cc7fb59b3 (patch) | |
tree | 24f5b2c1e96603d4bf2e4b52b0b341fc0fcf9505 | |
parent | 229b6f7936a47f26c0826840f4ff77c8f2d3cad0 (diff) | |
download | elibs-29174501739991eef804e26d39448b7cc7fb59b3.tar.gz elibs-29174501739991eef804e26d39448b7cc7fb59b3.tar.bz2 |
themes: better ligth mode-line
-rw-r--r-- | themes/jao-light-theme.el | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el index 9ad1ae7..37a861f 100644 --- a/themes/jao-light-theme.el +++ b/themes/jao-light-theme.el @@ -79,16 +79,15 @@ (gnus-summary-selected (c "#597B59") nbf) (gnus-summary-cancelled (c "sienna3") 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 "grey20" "grey90") :box nil) - ;; (mode-line-inactive (c "grey40" "grey96") :box nil) + (lui-track-bar (p dimm) :height 0.2 nul nil ex) (magit-diff-context-highlight (c nil "cornsilk") ex) (magit-diff-hunk-heading-highlight (c nil "cornsilk") it bf) - (mode-line (c "grey10" "grey95") :box nil) - (mode-line-inactive (c "grey55" "grey90") :box nil) + (mode-line (c "grey15" "grey98") + :box (:line-width 1 :color "grey90")) + (mode-line-inactive (c "grey40" "grey95") + :box (:line-width 1 :color "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 "white") bf) (spaceline-modified (c "darkorange3" "white") bf nit) |