diff --git a/colors/gotham.vim b/colors/gotham.vim index 7ca6d47..1c0256d 100644 --- a/colors/gotham.vim +++ b/colors/gotham.vim @@ -7,7 +7,7 @@ " " URL: https://github.com/whatyouhide/vim-gotham " Aurhor: Andrea Leopardi -" Version: ϡ +" Version: 1.0.0 " License: MIT @@ -97,7 +97,7 @@ let s:linenr_background = 'base1' call s:Col('Normal', 'base6', s:background) " Line, cursor and so on. -call s:Col('Cursor', '', 'base6') +call s:Col('Cursor', 'base1', 'base6') call s:Col('CursorLine', '', 'base1') " Sign column, line numbers. @@ -192,6 +192,9 @@ call s:Col('DiffChange', 'cyan') call s:Col('DiffDelete', 'red') call s:Col('DiffText', 'yellow') +" Directories (e.g. netrw). +call s:Col('Directory', 'cyan') + " Programming languages and filetypes ========================================== diff --git a/colors/gotham256.vim b/colors/gotham256.vim index 571a919..7510d72 100644 --- a/colors/gotham256.vim +++ b/colors/gotham256.vim @@ -97,7 +97,7 @@ let s:linenr_background = 'base1' call s:Col('Normal', 'base6', s:background) " Line, cursor and so on. -call s:Col('Cursor', '', 'base6') +call s:Col('Cursor', 'base1', 'base6') call s:Col('CursorLine', '', 'base1') " Sign column, line numbers.