Skip to content

Commit 3f5ad8b

Browse files
authored
feat(themes): link WinBarNC with NormalNC (#80)
1 parent 864c9bd commit 3f5ad8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/one_monokai/themes/groups.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ local defaults = {
6060
Nontext = { fg = colors.dark_gray },
6161
Normal = { fg = colors.fg, bg = config.transparent and colors.none or colors.bg },
6262
NormalFloat = { link = "Normal" },
63+
WinBarNC = { link = "NormalNC" },
6364
Question = { fg = colors.yellow },
6465
Search = { fg = colors.bg, bg = colors.yellow },
6566
SignColumn = {},

0 commit comments

Comments
 (0)