From 6297c58a8199eb9fa5fcb645afea828aad967da0 Mon Sep 17 00:00:00 2001 From: Jakub Zika Date: Fri, 19 Jan 2024 09:23:33 +0100 Subject: [PATCH] add borders to modeline --- kanagawa-theme.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kanagawa-theme.el b/kanagawa-theme.el index 65129a4..5ba8bfe 100644 --- a/kanagawa-theme.el +++ b/kanagawa-theme.el @@ -152,11 +152,11 @@ `(lv-separator ((,class (:foreground ,wave-blue-2 :background ,sumi-ink-2)))) `(match ((,class (:background ,carp-yellow :foreground ,sumi-ink-0)))) `(menu ((,class (:background ,sumi-ink-0 :foreground ,fuji-white)))) - `(mode-line ((,class (:background ,sumi-ink-0 :foreground ,fuji-white :weight bold - :box '(:line-width 1 :color ,fuji-white))))) + `(mode-line ((,class (:background ,sumi-ink-0 :foreground ,fuji-white :weight bold)))) `(mode-line-inactive ((,class (:background unspecified :foreground ,sumi-ink-4 - :box '(:color ,wave-blue-2))))) - `(mode-line-active ((,class (:background ,sumi-ink-0 :foreground ,old-white)))) + :box (:line-width 1 :color ,sumi-ink-2))))) + `(mode-line-active ((,class (:background ,sumi-ink-0 :foreground ,old-white + :box (:line-width 1 :color ,sumi-ink-3))))) `(mode-line-highlight ((,class (:foreground ,boat-yellow-1)))) `(mode-line-buffer-id ((,class (:foreground ,wave-aqua-2 :weight bold)))) `(numbers ((,class (:background ,sakura-pink))))