aboutsummaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
Diffstat (limited to 'colors')
-rw-r--r--colors/doom-one.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/colors/doom-one.vim b/colors/doom-one.vim
index b653f0c..799a1ee 100644
--- a/colors/doom-one.vim
+++ b/colors/doom-one.vim
@@ -293,6 +293,8 @@ call s:_('Operator', s:blue, '', '')
call s:_('Constant', s:violet, '', 'bold')
call s:_('ConstantBuiltin', s:magenta, '', 'bold')
+call s:_('Conditional', s:blue, '', '')
+
call s:_('Number', s:orange, '', 'none')
call s:_('Float', s:orange, '', 'none')
call s:_('Boolean', s:orange, '', 'none')