Skip to content

Commit

Permalink
add borders to modeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zika authored and Jakub Zika committed Jan 19, 2024
1 parent 7ed1f31 commit 6297c58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kanagawa-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))))
Expand Down

0 comments on commit 6297c58

Please sign in to comment.