From 6c52c0f066eaaae9aac78ed57283c64ab55010fd Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 13 Oct 2022 03:59:33 +0100 Subject: theme: a bit less understated mode line --- lib/themes/jao-light-theme.el | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'lib') 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")) -- cgit v1.2.3