aboutsummaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
Diffstat (limited to 'colors')
-rw-r--r--colors/doom-one.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/doom-one.vim b/colors/doom-one.vim
index 6e3556a..6c2c48b 100644
--- a/colors/doom-one.vim
+++ b/colors/doom-one.vim
@@ -129,7 +129,7 @@ call s:_('SecondaryCursor', '', s:highlight, 'none')
call s:_('Folded', s:base7, s:bg_highlight, 'none')
call s:_('FoldColumn', s:fg_alt, s:bg_widget, '')
call s:_('SignColumn', '', s:bg_widget, '')
-call s:_('ColorColumn', '', s:bg_widget, '')
+call s:_('ColorColumn', '', s:bg_highlight, '')
call s:_('CursorLine', '', s:bg_highlight)
call s:_('CursorColumn', '', s:bg_highlight)