From 29174501739991eef804e26d39448b7cc7fb59b3 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 28 Nov 2019 00:09:11 +0000 Subject: themes: better ligth mode-line --- themes/jao-light-theme.el | 15 +++++++-------- 1 file 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) -- cgit v1.2.3