From 272c4ec4a31136452925d682a08747493645a7c7 Mon Sep 17 00:00:00 2001 From: Rom Grk Date: Tue, 16 Feb 2021 01:10:37 -0500 Subject: fix: make ColorColumn different from normal (closes #7) --- colors/doom-one.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3