summaryrefslogtreecommitdiffhomepage
path: root/lib/themes
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-05-15 00:28:19 +0100
committerjao <jao@gnu.org>2021-05-15 00:28:19 +0100
commit9c490d02512b86c95aa9020d000daba947415a74 (patch)
treef8c0435c86ffb6643417f78f3bdf0a345af5671e /lib/themes
parente33b64bfd2c4c06692c8183a2450ffca099e955e (diff)
downloadelibs-9c490d02512b86c95aa9020d000daba947415a74.tar.gz
elibs-9c490d02512b86c95aa9020d000daba947415a74.tar.bz2
tweaks for in-buffer mode-line
Diffstat (limited to 'lib/themes')
-rw-r--r--lib/themes/jao-light-theme.el4
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))