diff --git a/colors/gotham.vim b/colors/gotham.vim index f512f99..0b62243 100644 --- a/colors/gotham.vim +++ b/colors/gotham.vim @@ -99,6 +99,7 @@ call s:Col('Normal', 'base6', s:background) " Line, cursor and so on. call s:Col('Cursor', 'base1', 'base6') call s:Col('CursorLine', '', 'base1') +call s:Col('CursorColumn', '', 'base1') " Sign column, line numbers. call s:Col('LineNr', 'base4', s:linenr_background) diff --git a/colors/gotham256.vim b/colors/gotham256.vim index edc144b..0419d7a 100644 --- a/colors/gotham256.vim +++ b/colors/gotham256.vim @@ -99,6 +99,7 @@ call s:Col('Normal', 'base6', s:background) " Line, cursor and so on. call s:Col('Cursor', 'base1', 'base6') call s:Col('CursorLine', '', 'base1') +call s:Col('CursorColumn', '', 'base1') " Sign column, line numbers. call s:Col('LineNr', 'base4', s:linenr_background)