We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Whitespace
1 parent c233020 commit 4d2cac5Copy full SHA for 4d2cac5
lua/one_monokai/highlights/groups.lua
@@ -57,6 +57,7 @@ local defaults = {
57
ModeMsg = { fg = colors.yellow },
58
MoreMsg = { fg = colors.yellow },
59
Nontext = { fg = colors.dark_gray:lighten(0.8) },
60
+ Whitespace = { fg = colors.dark_gray:darken(0.91) },
61
Normal = { fg = colors.fg, bg = config.transparent and colors.none or colors.bg },
62
NormalFloat = { link = "Normal" },
63
WinBar = { link = "Normal" },
0 commit comments