diff options
author | Rom Grk <romgrk.cc@gmail.com> | 2021-02-16 01:10:37 -0500 |
---|---|---|
committer | Rom Grk <romgrk.cc@gmail.com> | 2021-02-16 01:10:37 -0500 |
commit | 272c4ec4a31136452925d682a08747493645a7c7 (patch) | |
tree | 5282abdc6b89fefa411a87212122d84bd3f5ccd4 | |
parent | 4d3bbea72bd58031ea133904a08ca2b9830b9162 (diff) |
fix: make ColorColumn different from normal (closes #7)
-rw-r--r-- | colors/doom-one.vim | 2 |
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) |