Skip to content

Commit

Permalink
removing boldness from active tab-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zika authored and Jakub Zika committed Dec 30, 2023
1 parent 5793e49 commit b1ed9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kanagawa-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@

;; tab-bar
`(tab-bar ((,class (:background ,sumi-ink-0))))
`(tab-bar-tab ((,class (:background ,sumi-ink-1b :foreground ,fuji-white :weight bold))))
`(tab-bar-tab ((,class (:background ,sumi-ink-1b :foreground ,fuji-white))))
`(tab-bar-tab-inactive ((,class (:background ,sumi-ink-0 :foreground ,sumi-ink-4))))

;; centaur-tabs
Expand Down

0 comments on commit b1ed9b9

Please sign in to comment.