diff options
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)) |