diff options
author | jao <jao@gnu.org> | 2021-05-15 00:28:19 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-05-15 00:28:19 +0100 |
commit | 9c490d02512b86c95aa9020d000daba947415a74 (patch) | |
tree | f8c0435c86ffb6643417f78f3bdf0a345af5671e /lib | |
parent | e33b64bfd2c4c06692c8183a2450ffca099e955e (diff) | |
download | elibs-9c490d02512b86c95aa9020d000daba947415a74.tar.gz elibs-9c490d02512b86c95aa9020d000daba947415a74.tar.bz2 |
tweaks for in-buffer mode-line
Diffstat (limited to 'lib')
-rw-r--r-- | lib/themes/jao-light-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 7772763..e347023 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -113,9 +113,9 @@ (magit-diff-context-highlight (c nil yellow) ex) (magit-diff-hunk-heading-highlight (c nil yellow) it bf) (mode-line (c "grey30" dimm-background-3) - :box (:line-width 1 :color "grey90")) + :box (:line-width -1 :color "grey90")) (mode-line-inactive (c "grey40" dimm-background-4) - :box (:line-width 1 :color "grey90")) + :box (:line-width -1 :color "grey90")) (mode-line-buffer-id (~ default) (c dark-blue-2) nit) (mode-line-emphasis (c green nil)) (mode-line-highlight (c green nil)) |