Skip to content

Commit

Permalink
feat(highlights): add WinBar* groups (#26)
Browse files Browse the repository at this point in the history
* add highlights for winbar

* cap

---------

Co-authored-by: windowsrefund <mtf8>
  • Loading branch information
windowsrefund authored Apr 27, 2024
1 parent fc5af00 commit 6e347c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/mellifluous/highlights/general.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ function M.set(hl, colors)
hl.set('Whitespace', { fg = colors.fg5 }) -- 'nbsp', 'space', 'tab' and 'trail' in 'listchars'
hl.set('WinSeparator', { link = 'VertSplit' }) -- Separator between window splits. Inherts from |hl-VertSplit| by default, which it will replace eventually.
hl.set('WildMenu', { link = 'PmenuSel' }) -- Current match in 'wildmenu' completion
hl.set('WinBar', { link = 'TabLine' }) -- Winbar line, current
hl.set('WinBarNC', { link = 'TabLine' }) -- Winbar line, not current

-- Common vim syntax groups used for all kinds of code and markup.
-- Commented-out groups should chain up to their preferred (*) group
Expand Down

0 comments on commit 6e347c9

Please sign in to comment.