Skip to content

Commit

Permalink
add border to inactive modeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zika authored and Jakub Zika committed Jan 18, 2024
1 parent b6ccca9 commit 7fb01f0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions kanagawa-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,10 @@
`(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))))
`(mode-line-inactive ((,class (:background unspecified :foreground ,sumi-ink-4))))
`(mode-line ((,class (:background ,sumi-ink-0 :foreground ,fuji-white :weight bold
:box '(:line-width 1 :color ,fuji-white)))))
`(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))))
`(mode-line-highlight ((,class (:foreground ,boat-yellow-1))))
`(mode-line-buffer-id ((,class (:foreground ,wave-aqua-2 :weight bold))))
Expand Down Expand Up @@ -193,7 +195,6 @@
`(epa-mark ((,class (:foreground ,wave-red))))
`(dired-mark ((,class (:foreground ,wave-red))))
`(trailing-whitespace ((,class (:background ,comet))))
`(mode-line ((,class (:background ,sumi-ink-0 :foreground ,fuji-white :weight bold))))

;; Battery colors
`(doom-modeline-battery-critical ((,class (:foreground ,peach-red))))
Expand Down

0 comments on commit 7fb01f0

Please sign in to comment.