You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NonText= { fg=spec.bg4 }, -- '@' at the end of the window, characters from 'showbreak' and other characters that do not really exist in the text (e.g., '>' displayed when a double-wide character doesn't fit at the end of the line). See also |hl-EndOfBuffer|.
60
49
Normal= { fg=spec.fg1, bg=transand'NONE' orspec.bg1 }, -- normal text
61
-
NormalSB= { fg=spec.fg1, bg=sb_bg }, -- normal text
50
+
NormalSB= { fg=spec.fg1, bg=transand'NONE' orconfig.darken.sidebars.enabledandspec.bg0orspec.bg1 }, -- normal text
62
51
63
-
NormalNC= { fg=spec.fg1, bg=(inactiveandspec.bg0)or(transand'NONE')orspec.bg1 }, -- normal text in non-current windows
52
+
NormalNC= { fg=spec.fg1, bg=inactiveandspec.bg0ortransand'NONE' orspec.bg1 }, -- normal text in non-current windows
64
53
65
-
NormalFloat= { fg=spec.fg1, bg=config.darken.floatsandspec.bg0orspec.bg1 }, -- Normal text in floating windows.
54
+
NormalFloat= { fg=spec.fg1, bg=transand'NONE' orconfig.darken.floatsandspec.bg0orspec.bg1 }, -- Normal text in floating windows.
66
55
FloatBorder= { fg=c.border.default }, -- TODO
67
56
Pmenu= { fg=spec.fg1, bg=spec.bg0 }, -- Popup menu: normal item.
0 commit comments