summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2019-11-28 00:09:11 +0000
committerjao <jao@gnu.org>2019-11-28 00:09:11 +0000
commit29174501739991eef804e26d39448b7cc7fb59b3 (patch)
tree24f5b2c1e96603d4bf2e4b52b0b341fc0fcf9505 /themes
parent229b6f7936a47f26c0826840f4ff77c8f2d3cad0 (diff)
downloadelibs-29174501739991eef804e26d39448b7cc7fb59b3.tar.gz
elibs-29174501739991eef804e26d39448b7cc7fb59b3.tar.bz2
themes: better ligth mode-line
Diffstat (limited to 'themes')
-rw-r--r--themes/jao-light-theme.el15
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)