This commit is contained in:
Ray Elliott 2022-01-24 09:42:33 +00:00
parent ddc39fb89c
commit 42ae2fd244
1 changed files with 4 additions and 1 deletions

View File

@ -105,6 +105,9 @@ local c_bg_hl_special_strong = {"#a3e0ff", 17, "cyan"}
local c_bg_hl_special = {"#d4f0ff", 250, "cyan"}
local c_bg_hl_special_weak = {"#e0eaff", 250, "cyan"}
local c_bg_hl_special_alt_strong = {"#74f283", 17, "cyan"}
local c_bg_hl_special_alt = {"#bff2cd", 250, "cyan"}
local c_fg_stronger = {'#444444', 236, 'darkgrey'}
local c_fg_strong = {'#666666', 236, 'darkgrey'}
local c_fg = {'#8c8c8c', 244, 'gray'}
@ -370,7 +373,7 @@ local highlight_groups = {
--[[ 4.2.7. Searching]]
IncSearch = {style='inverse'},
MatchParen = {style={'bold', 'underline', color=c_fg_stronger}},
MatchParen = {bg=c_bg_hl_special_alt_strong, style={'bold', 'underline', color=c_fg_stronger}},
Search = {bg=c_bg_hl_special},
--[[ 4.2.8. Spelling]]