Skip to content

Commit

Permalink
fix(highlights): add missing hl-DropBarMenuCurrentContext
Browse files Browse the repository at this point in the history
Release-As: 2.0.0
  • Loading branch information
bekaboo committed Jun 3, 2023
1 parent 415a587 commit fa53cf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/dropbar/hlgroups.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ local function init()
DropBarIconUIPickPivot = { link = 'Error' },
DropBarIconUISeparator = { link = 'SpecialChar' },
DropBarIconUISeparatorMenu = { link = 'DropBarIconUISeparator' },
DropBarMenuCurrentContext = { link = 'PmenuSel' },
}
-- stylua: ignore end
for hl_name, hl_settings in pairs(hlgroups) do
Expand Down

0 comments on commit fa53cf2

Please sign in to comment.