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