From 9c490d02512b86c95aa9020d000daba947415a74 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 15 May 2021 00:28:19 +0100 Subject: tweaks for in-buffer mode-line --- lib/themes/jao-light-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/themes') 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)) -- cgit v1.2.3