summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-10-13 03:59:33 +0100
committerjao <jao@gnu.org>2022-10-13 03:59:33 +0100
commit6c52c0f066eaaae9aac78ed57283c64ab55010fd (patch)
tree9ad6d2f7838e8b71431558c291733dfa3e686500
parented8994e532015fa788d40e37534a34197ad94017 (diff)
downloadelibs-6c52c0f066eaaae9aac78ed57283c64ab55010fd.tar.gz
elibs-6c52c0f066eaaae9aac78ed57283c64ab55010fd.tar.bz2
theme: a bit less understated mode line
-rw-r--r--lib/themes/jao-light-theme.el11
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"))