aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--colors/doom-one.vim10
1 files changed, 5 insertions, 5 deletions
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')