Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created December 31, 2019 09:11
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 tadzik/4764db9073f8a01be1cdb86e4d9144b8 to your computer and use it in GitHub Desktop.
Save tadzik/4764db9073f8a01be1cdb86e4d9144b8 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=lightgreen 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