diff options
Diffstat (limited to 'base/vimrc')
-rw-r--r-- | base/vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,11 +18,11 @@ noremap ; : syntax on filetype plugin indent on -set t_Co=256 " force enable 256-color mode. +"set t_Co=256 " force enable 256-color mode. if &t_Co >= 256 || has("gui_running") let base16colorspace=256 - colorscheme base16-default-dark endif +colorscheme base16-default-dark if &t_Co > 2 || has("gui_running") syntax on endif |