From 6144dd77acd96a5360e901649cd6057996956180 Mon Sep 17 00:00:00 2001 From: George Czabania Date: Fri, 3 Oct 2014 10:17:27 +1300 Subject: [PATCH] Add ColorColumn support --- colors/gotham.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/colors/gotham.vim b/colors/gotham.vim index 14c1136..835be38 100644 --- a/colors/gotham.vim +++ b/colors/gotham.vim @@ -104,6 +104,7 @@ call s:Col('CursorLine', '', 'base1') call s:Col('LineNr', 'base4', s:linenr_background) call s:Col('CursorLineNr', 'base5', s:linenr_background) call s:Col('SignColumn', '', s:linenr_background) +call s:Col('ColorColumn', '', s:linenr_background) " Visual selection. call s:Col('Visual', '', 'base3')