Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created October 17, 2014 19:55
Show Gist options
  • Save tadzik/2d30a7129f171cec10cb to your computer and use it in GitHub Desktop.
Save tadzik/2d30a7129f171cec10cb to your computer and use it in GitHub Desktop.
set background=dark
highlight clear
if exists("syntax on")
syntax reset
endif
let g:colors_name = "yellowish"
highlight Normal ctermfg=yellow cterm=bold guifg=yellow guibg=#1B1D1E
highlight Identifier ctermfg=yellow cterm=bold guifg=yellow gui=none
highlight PreProc ctermfg=yellow cterm=bold guifg=yellow gui=none
highlight Type ctermfg=yellow cterm=bold guifg=yellow gui=none
highlight Statement ctermfg=yellow cterm=bold guifg=yellow gui=none
highlight Operator ctermfg=yellow cterm=bold guifg=yellow gui=none
highlight Constant ctermfg=yellow cterm=bold guifg=yellow gui=none
highlight Special ctermfg=yellow cterm=bold guifg=yellow gui=none
highlight Number ctermfg=yellow cterm=bold guifg=yellow gui=none
highlight String ctermfg=red cterm=bold guifg=lime gui=none
highlight LineNr ctermfg=white cterm=bold guifg=white guibg=#2B2D2E
highlight Comment ctermfg=DarkGrey guifg=DarkGrey
" vim:ts=2:sw=2:et
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment