Skip to content

Commit

Permalink
fix(theme): added support for WinBar and WinBarNC. Fixes #466
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 19, 2024
1 parent f247ee7 commit 29b7960
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ function M.setup()
WarningMsg = { fg = c.warning }, -- warning messages
Whitespace = { fg = c.fg_gutter }, -- "nbsp", "space", "tab" and "trail" in 'listchars'
WildMenu = { bg = c.bg_visual }, -- current match in 'wildmenu' completion
WinBar = { link = "StatusLine" }, -- window bar
WinBarNC = { link = "StatusLineNC" }, -- window bar in inactive windows

-- These groups are not listed as default vim groups,
-- but they are defacto standard group names for syntax highlighting.
Expand Down

0 comments on commit 29b7960

Please sign in to comment.