More colorschemes
This commit is contained in:
parent
04eb046810
commit
dee7cb43f7
1 changed files with 5 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue