aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRom Grk <romgrk.cc@gmail.com>2020-10-18 22:27:02 -0400
committerRom Grk <romgrk.cc@gmail.com>2020-10-18 22:27:02 -0400
commit6ddb90437d9d37a3184e209f635e23cd58711540 (patch)
treee854c448cbff085698e554006fab91eb72cd7787
parent8cd705e800db80e96e3109cb2b9e5d0749f98675 (diff)
colors: update
-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')