highlights.lua: fix comments not visible in visual selection mode

This commit is contained in:
Akianonymus 2021-07-13 16:06:31 +05:30
parent 605c9e0458
commit 10ddd491c1
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ local one_bg3 = colors.one_bg3
local light_grey = colors.light_grey
local grey = colors.grey
local grey_fg = colors.grey_fg
local grey_fg2 = colors.grey_fg2
local red = colors.red
local line = colors.line
local green = colors.green
@ -41,7 +42,7 @@ fg("IndentBlanklineChar", line)
-- misc --
fg("LineNr", grey)
fg("Comment", grey)
fg("Comment", grey_fg2)
fg("NvimInternalError", red)
fg("VertSplit", line)
fg("EndOfBuffer", black)