diff options
author | jao <jao@gnu.org> | 2023-11-11 23:06:53 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2023-11-11 23:06:53 +0000 |
commit | 84fffc814292567fdeff27c70cb6e738d962c1e0 (patch) | |
tree | d088e9199b5e424bf3b4a83a63613542c3559b86 /lib | |
parent | 1530933d8d98e6ae402d0eb627425b07783bf6cd (diff) | |
download | elibs-84fffc814292567fdeff27c70cb6e738d962c1e0.tar.gz elibs-84fffc814292567fdeff27c70cb6e738d962c1e0.tar.bz2 |
theme: more space in header line (good for notmuch)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/themes/jao-light-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index afbba3d..d88121a 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -97,7 +97,7 @@ (gnus-summary-selected (c green) nbf) (gnus-summary-cancelled (c "sienna3" nil) st) (header-line (c dark-gray bg-lightest) nbf - :box (:line-width 1 :color "grey90")) + :box (:line-width (1 . 5) :color "grey90")) (magit-diff-context-highlight (c nil yellow) ex) (magit-diff-hunk-heading-highlight (c nil hl) it bf) (mode-line (c "grey20") nbf :box (:line-width 1 :color "grey80")) |