From 6ddb90437d9d37a3184e209f635e23cd58711540 Mon Sep 17 00:00:00 2001 From: Rom Grk Date: Sun, 18 Oct 2020 22:27:02 -0400 Subject: colors: update --- colors/doom-one.vim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'colors') diff --git a/colors/doom-one.vim b/colors/doom-one.vim index 52fb42f..c469ffc 100644 --- a/colors/doom-one.vim +++ b/colors/doom-one.vim @@ -204,11 +204,11 @@ call s:_('Search', s:highlight_color, s:highlight, 'none') call s:_('IncSearch', s:highlight_color, s:highlight, 'none') call s:_('IncSearchCursor', '', '', 'reverse') -call s:_('Conceal', s:fg_conceal, 'none', '') -call s:_('SpecialKey', '#333333', 'none', '') -call s:_('NonText', s:fg_alt, '', 'bold') -call s:_('MatchParen', s:red, 'none', 'bold') -call s:_('Whitespace', s:fg_subtle, '', '') +call s:_('Conceal', s:fg_conceal, 'none', '') +call s:_('SpecialKey', s:violet, 'none', 'bold') +call s:_('NonText', s:fg_alt, '', 'bold') +call s:_('MatchParen', s:red, 'none', 'bold') +call s:_('Whitespace', s:fg_subtle, '', '') call s:_('Highlight', '', color#Darken(s:highlight, 0.5), 'none') -- cgit v1.2.3