From b1547b64e3373b36ad068d34a9e8dfc220b50c5d Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 20 Dec 2020 05:11:55 -0600 Subject: [PATCH] Vim: Add Gruvbox color scheme --- .gitmodules | 2 +- .vim/bundle/gruvbox | 1 + .vimrc | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 160000 .vim/bundle/gruvbox diff --git a/.gitmodules b/.gitmodules index b8904310..e09bad1c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/.vim/bundle/gruvbox b/.vim/bundle/gruvbox new file mode 160000 index 00000000..bf2885a9 --- /dev/null +++ b/.vim/bundle/gruvbox @@ -0,0 +1 @@ +Subproject commit bf2885a95efdad7bd5e4794dd0213917770d79b7 diff --git a/.vimrc b/.vimrc index 2cee01a2..d1143f96 100644 --- a/.vimrc +++ b/.vimrc @@ -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