diff options
author | jao <jao@gnu.org> | 2022-10-13 03:59:33 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-10-13 03:59:33 +0100 |
commit | 6c52c0f066eaaae9aac78ed57283c64ab55010fd (patch) | |
tree | 9ad6d2f7838e8b71431558c291733dfa3e686500 /lib | |
parent | ed8994e532015fa788d40e37534a34197ad94017 (diff) | |
download | elibs-6c52c0f066eaaae9aac78ed57283c64ab55010fd.tar.gz elibs-6c52c0f066eaaae9aac78ed57283c64ab55010fd.tar.bz2 |
theme: a bit less understated mode line
Diffstat (limited to 'lib')
-rw-r--r-- | lib/themes/jao-light-theme.el | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 39670cc..8e97f8e 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -95,15 +95,14 @@ (gnus-header-name (c fg-light)) (gnus-summary-selected (c green) nbf) (gnus-summary-cancelled (c "sienna3" nil) st) - (header-line (c dark-gray bg-lightest) + (header-line (c dark-gray bg-lightest) nbf :box (:line-width 1 :color "grey90")) (magit-diff-context-highlight (c nil yellow) ex) (magit-diff-hunk-heading-highlight (c nil hl) it bf) - (mode-line (c "grey30" bg-light) - :box (:line-width -1 :color "grey90")) - (mode-line-inactive (c "grey40" "white") - :box (:line-width -1 :color "grey90")) - (mode-line-buffer-id (~ default) (c dark-blue-2 nil) nit) + (mode-line (c "grey20") nbf :box (:line-width 1 :color "grey80")) + (mode-line-inactive + (c "grey40" bg-light) :box (:line-width 1 :color "grey80")) + (mode-line-buffer-id (~ default) (c nil nil) nit) (mode-line-emphasis (c green nil)) (mode-line-highlight (c green nil)) (org-link (p link) (ul "grey80")) |