Vim: Add Gruvbox color scheme
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -3,7 +3,7 @@
|
|||||||
url = https://github.com/alvan/vim-closetag.git
|
url = https://github.com/alvan/vim-closetag.git
|
||||||
[submodule ".vim/bundle/gruvbox"]
|
[submodule ".vim/bundle/gruvbox"]
|
||||||
path = .vim/bundle/gruvbox
|
path = .vim/bundle/gruvbox
|
||||||
url = https://github.com/morhetz/gruvbox.git
|
url = https://github.com/morhetz/gruvbox
|
||||||
[submodule ".vim/bundle/SimpylFold"]
|
[submodule ".vim/bundle/SimpylFold"]
|
||||||
path = .vim/bundle/SimpylFold
|
path = .vim/bundle/SimpylFold
|
||||||
url = https://github.com/tmhedberg/SimpylFold.git
|
url = https://github.com/tmhedberg/SimpylFold.git
|
||||||
|
1
.vim/bundle/gruvbox
Submodule
1
.vim/bundle/gruvbox
Submodule
Submodule .vim/bundle/gruvbox added at bf2885a95e
6
.vimrc
6
.vimrc
@@ -5,9 +5,9 @@ filetype plugin indent on
|
|||||||
|
|
||||||
" Theming
|
" Theming
|
||||||
if $TERM != 'linux' && version >= 800
|
if $TERM != 'linux' && version >= 800
|
||||||
colorscheme breezy
|
colorscheme gruvbox
|
||||||
set termguicolors
|
set termguicolors
|
||||||
set background=light
|
set background=dark
|
||||||
endif
|
endif
|
||||||
|
|
||||||
set autoread " Automatically read when a file is changed outside of Vim
|
set autoread " Automatically read when a file is changed outside of Vim
|
||||||
@@ -50,7 +50,7 @@ let g:lightline = {
|
|||||||
\ 'charvaluehex': 'char: 0x%B'
|
\ 'charvaluehex': 'char: 0x%B'
|
||||||
\ },
|
\ },
|
||||||
\}
|
\}
|
||||||
let g:lightline.colorscheme = 'breezy'
|
let g:lightline.colorscheme = 'gruvbox'
|
||||||
|
|
||||||
" Json
|
" Json
|
||||||
au BufNewFile,BufRead *.json
|
au BufNewFile,BufRead *.json
|
||||||
|
Reference in New Issue
Block a user