Vim: Add Gruvbox color scheme

This commit is contained in:
Salt 2020-12-20 05:11:55 -06:00
parent 74f50a3f2c
commit b1547b64e3
3 changed files with 5 additions and 4 deletions

2
.gitmodules vendored
View File

@ -3,7 +3,7 @@
url = https://github.com/alvan/vim-closetag.git
[submodule ".vim/bundle/gruvbox"]
path = .vim/bundle/gruvbox
url = https://github.com/morhetz/gruvbox.git
url = https://github.com/morhetz/gruvbox
[submodule ".vim/bundle/SimpylFold"]
path = .vim/bundle/SimpylFold
url = https://github.com/tmhedberg/SimpylFold.git

1
.vim/bundle/gruvbox Submodule

@ -0,0 +1 @@
Subproject commit bf2885a95efdad7bd5e4794dd0213917770d79b7

6
.vimrc
View File

@ -5,9 +5,9 @@ filetype plugin indent on
" Theming
if $TERM != 'linux' && version >= 800
colorscheme breezy
colorscheme gruvbox
set termguicolors
set background=light
set background=dark
endif
set autoread " Automatically read when a file is changed outside of Vim
@ -50,7 +50,7 @@ let g:lightline = {
\ 'charvaluehex': 'char: 0x%B'
\ },
\}
let g:lightline.colorscheme = 'breezy'
let g:lightline.colorscheme = 'gruvbox'
" Json
au BufNewFile,BufRead *.json