Skip to content

Commit

Permalink
feat: add WinSeperator highlight group (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr authored Dec 4, 2023
1 parent 919d1f7 commit 988c0b2
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 },
WinSeparator = { fg = O.transparent_background and C.surface1 or C.crust },
}
end

Expand Down

0 comments on commit 988c0b2

Please sign in to comment.