More colorschemes

This commit is contained in:
Sonny 2017-07-04 07:34:11 +02:00
parent 04eb046810
commit dee7cb43f7

View file

@ -18,6 +18,7 @@ set encoding=utf-8
syntax enable syntax enable
" Create the `tags` file (may need to install ctags first) " Create the `tags` file (may need to install ctags first)
" for autocompletion
command! MakeTags !ctags -R . command! MakeTags !ctags -R .
"4 spaces instead of tabs "4 spaces instead of tabs
@ -44,8 +45,10 @@ set backspace=2
" Vim & Tmux background color fix " Vim & Tmux background color fix
set t_ut= set t_ut=
" Terminal colors " 256 colors support, set it before colorscheme!
"Colorscheme set t_Co=256
" Light colorscheme by default
colorscheme greygull colorscheme greygull
"Automatically source vimrc on save. "Automatically source vimrc on save.