Skip to content

Commit

Permalink
fix: sync focused and unfocused winbars (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr authored Dec 15, 2023
1 parent 32ee05d commit 079500a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/catppuccin/groups/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ function M.get()
Whitespace = { fg = C.surface1 }, -- "nbsp", "space", "tab" and "trail" in 'listchars'
WildMenu = { bg = C.overlay0 }, -- current match in 'wildmenu' completion
WinBar = { fg = C.rosewater },
WinBarNC = { link = "WinBar" },
WinSeparator = { fg = O.transparent_background and C.surface1 or C.crust },
}
end
Expand Down

0 comments on commit 079500a

Please sign in to comment.