Skip to content

Commit 23cf91c

Browse files
authored
feat(highlights): link WinBar with Normal (#104)
1 parent 3331421 commit 23cf91c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/one_monokai/highlights/groups.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ local defaults = {
5959
Nontext = { fg = colors.dark_gray:lighten(0.8) },
6060
Normal = { fg = colors.fg, bg = config.transparent and colors.none or colors.bg },
6161
NormalFloat = { link = "Normal" },
62+
WinBar = { link = "Normal" },
6263
WinBarNC = { link = "NormalNC" },
6364
Question = { fg = colors.yellow },
6465
Search = { fg = colors.bg, bg = colors.yellow },

0 commit comments

Comments
 (0)