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,32 @@
" Vim color file
set bg=light
hi clear
if exists("syntax_on")
syntax reset
endif
hi Statement guifg=gray12
hi Number gui=bold guifg=OrangeRed3
hi String guifg=RoyalBlue2
hi Constant guifg=VioletRed3
hi Comment gui=italic guifg=SlateBlue3
hi PreProc guifg=green4
hi Type guifg=fg
hi Special gui=bold guifg=RoyalBlue2
hi Directory guifg=RoyalBlue4
hi NonText guifg=fg
hi LineNr gui=italic guifg=gray
hi Pmenu guibg=LightYellow
hi PmenuSel guibg=LightGoldenrod1
hi Todo guifg=fg guibg=PaleGreen
hi Visual guifg=bg guibg=IndianRed3
hi Cursor guibg=IndianRed3
hi Identifier guifg=RoyalBlue4
hi Search guibg=LightYellow
hi Title guifg=gray12
hi clear VertSplit
hi clear Normal
let colors_name = "xedit"