diff options
author | jao <jao@gnu.org> | 2021-12-18 19:03:16 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-12-18 19:03:16 +0000 |
commit | 37d946bc19d14734e30ffabc1b657ec7914efb6f (patch) | |
tree | 1e472b38e5e514ee3c16f91882dd2fcc96836604 | |
parent | 2bb30a99fa6ede58524f5b399388a9673e9529a4 (diff) | |
download | elibs-37d946bc19d14734e30ffabc1b657ec7914efb6f.tar.gz elibs-37d946bc19d14734e30ffabc1b657ec7914efb6f.tar.bz2 |
themes: better header line
-rw-r--r-- | eww.org | 2 | ||||
-rw-r--r-- | lib/themes/jao-light-theme.el | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -129,7 +129,7 @@ :demand t :custom ((eww-browse-url-new-window-is-tab nil) (eww-download-directory jao-sink-dir) - (eww-header-line-format nil) + (eww-header-line-format " %u") (eww-form-checkbox-selected-symbol "☒") (eww-auto-rename-buffer 'title) (eww-buffer-name-length 180)) diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index b6fd9eb..62ea80c 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -96,7 +96,7 @@ (gnus-cite-4 (c "slate gray" nil)) (gnus-summary-selected (c green) nbf) (gnus-summary-cancelled (c "sienna3" nil) st) - (header-line (c nil "#efebe7")) + (header-line (~ mode-line)) (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) |