Differentiate current window with darker background
This commit is contained in:
parent
155bb4295b
commit
4ffcbf314f
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ M.highlights = function()
|
|||
return {
|
||||
standard = {
|
||||
Normal = { fg = fg, bg = bg }, -- normal text
|
||||
NormalNC = { link = 'Normal' }, -- normal text in non-current windows
|
||||
NormalNC = { fg = fg, bg = C.bg0_s }, -- normal text in non-current windows
|
||||
|
||||
NormalFloat = { link = 'Normal' }, -- floating windows
|
||||
FloatBorder = { fg = C.gray },
|
||||
|
|
Loading…
Add table
Reference in a new issue