Skip to content

Instantly share code, notes, and snippets.

@ur4ltz
Forked from GoldsteinE/theme.vim
Created February 24, 2020 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ur4ltz/cd6ccc9c739a1fe81166b2d3c9c3d829 to your computer and use it in GitHub Desktop.
Save ur4ltz/cd6ccc9c739a1fe81166b2d3c9c3d829 to your computer and use it in GitHub Desktop.
hi VertSplit ctermbg=NONE guibg=NONE guifg=#455354
hi CursorLine term=NONE cterm=NONE gui=NONE
hi SpellCap guibg=#383900 cterm=NONE gui=NONE
hi SpellBad guibg=#661400 cterm=NONE gui=NONE
hi Pmenu guibg=#2d3135 guifg=#a0d1d9
hi PmenuSel guibg=#818890
hi PmenuSbar guibg=#121315
hi PmenuThumb guibg=#b1bfcc guifg=#66d9ef
hi NeomakeWarningSign guifg=#969900 guibg=#232526 cterm=NONE gui=NONE
hi NeomakeErrorSign guifg=#991f00 guibg=#232526 cterm=NONE gui=NONE
hi! NeomakeVirtualtextError ctermfg=81 guifg=#aa5866
hi! NeomakeVirtualtextWarning ctermfg=81 guifg=#DAD085
hi! NeomakeVirtualtextInfo guifg=#92C5F7
hi! NeomakeVirtualtextMessage guifg=#92C5F7
hi GitGutterAdd guifg=#008c43 ctermfg=green guibg=#232526 ctermbg=248
hi GitGutterDelete guifg=#8c0049 ctermfg=red guibg=#232526 ctermbg=248
hi GitGutterChange guifg=#9a9918 ctermfg=yellow guibg=#232526 ctermbg=248
hi! link NoCoverage SpellCap
hi Search cterm=NONE gui=NONE guifg=NONE guibg=#475F2C
hi IncSearch cterm=NONE gui=NONE guifg=NONE guibg=#627C4E
hi LineNr term=NONE cterm=NONE
hi CursorLineNr term=NONE cterm=NONE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment