Switch vim colorscheme to gruvbox (#23)

This commit is contained in:
Dave Gallant
2020-07-15 09:28:34 -04:00
committed by GitHub
parent e036b27630
commit 8cffc0e4ae
975 changed files with 177445 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
" It's based on:
runtime colors/Dark.vim
let g:colors_name = "Blue"
" hi Normal guibg=#000070 guifg=GhostWhite
hi Normal guibg=#000050 guifg=GhostWhite
"hi Normal guibg=#000040 guifg=GhostWhite
"hi NonText guibg=#000040
hi NonText guibg=#000038
"hi NonText guibg=#000030
hi Visual guifg=grey40
" Experimental:
hi Cursor guibg=yellow guifg=bg