Skip to content

Commit 2476d0a

Browse files
authored
feat(themes): link NormalFloat to Normal (#77)
1 parent 73d9af8 commit 2476d0a

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
@@ -59,6 +59,7 @@ local defaults = {
5959
MoreMsg = { fg = colors.yellow },
6060
Nontext = { fg = colors.dark_gray },
6161
Normal = { fg = colors.fg, bg = config.transparent and colors.none or colors.bg },
62+
NormalFloat = { link = "Normal" },
6263
Question = { fg = colors.yellow },
6364
Search = { fg = colors.bg, bg = colors.yellow },
6465
SignColumn = {},

0 commit comments

Comments
 (0)