Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created December 12, 2011 21:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmcw/1469071 to your computer and use it in GitHub Desktop.
Save tmcw/1469071 to your computer and use it in GitHub Desktop.
" Colorscheme
colorscheme molokai
if has("gui_running")
" colorscheme tombat
" colorscheme xoria256
if strftime("%u", localtime()) > 5
colorscheme xoria256
else
colorscheme kod
endif
set go-=T
set guifont=M+_1m_thin:h14
" set guifont=M+_1mn:h12
" set guifont=Meslo_LG_L_DZ:h12
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment