Made Whitespace and SpecialKey just darker
parent
2870ab08c0
commit
335fa4b99c
|
|
@ -111,8 +111,8 @@ local common_highlights = {
|
||||||
Substitute = { fg = bg_dark, bg = green },
|
Substitute = { fg = bg_dark, bg = green },
|
||||||
MatchParen = { fg = none, fmt = "underline" },
|
MatchParen = { fg = none, fmt = "underline" },
|
||||||
NonText = { fg = fg_dark },
|
NonText = { fg = fg_dark },
|
||||||
Whitespace = { fg = bg_light },
|
Whitespace = { fg = fg_darker },
|
||||||
SpecialKey = { fg = bg_light },
|
SpecialKey = { fg = fg_darker },
|
||||||
Pmenu = { fg = fg_dark, bg = bg_dark },
|
Pmenu = { fg = fg_dark, bg = bg_dark },
|
||||||
PmenuSbar = { bg = bg_dark }, -- scroll bar rail
|
PmenuSbar = { bg = bg_dark }, -- scroll bar rail
|
||||||
PmenuThumb = { bg = bg_light }, -- scroll bar
|
PmenuThumb = { bg = bg_light }, -- scroll bar
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue