diff options
author | jao <jao@gnu.org> | 2022-01-10 23:37:15 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-01-10 23:37:15 +0000 |
commit | f90ffdc12fd51c88099cd279bde0576dec3d5695 (patch) | |
tree | 6ada70610574b75b4dee40e2353df8d527c23023 /lib | |
parent | 11a1cd1dcef0489859a04961f9cebf88174f38bb (diff) | |
download | elibs-f90ffdc12fd51c88099cd279bde0576dec3d5695.tar.gz elibs-f90ffdc12fd51c88099cd279bde0576dec3d5695.tar.bz2 |
themes: light-theme: a bit more room for header line
Diffstat (limited to 'lib')
-rw-r--r-- | lib/themes/jao-light-theme.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 62ea80c..b22bc3c 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -96,7 +96,8 @@ (gnus-cite-4 (c "slate gray" nil)) (gnus-summary-selected (c green) nbf) (gnus-summary-cancelled (c "sienna3" nil) st) - (header-line (~ mode-line)) + (header-line (c "grey30" dimm-background-2) + :box (:line-width 1 :color "grey90")) (magit-diff-context-highlight (c nil yellow) ex) (magit-diff-hunk-heading-highlight (c nil yellow) it bf) (mode-line (c "grey30" dimm-background-2) |