Moved colorscheme declaration.

This commit is contained in:
Ryan Cavicchioni 2013-05-25 18:31:03 -05:00
parent fb22439b79
commit f6ca1b9725

View File

@ -4,9 +4,6 @@
if $MONO != "yes"
set t_Co=256 " Set to 256 color mode.
syntax on " Enable syntax highlighting.
"colorscheme lilypink " Set color scheme.
"colorscheme twilight256
colorscheme burnttoast256
set nonumber " Enable line numbering.
else
" makes the autocmd's work when in MONO mode.
@ -139,6 +136,9 @@ Bundle 'https://github.com/chriskempson/base16-vim.git'
"Bundle 'https://github.com/changyuheng/holokai.git'
Bundle 'https://github.com/ryanc/holokai.git'
Bundle 'https://github.com/noahfrederick/Hemisu.git'
Bundle 'https://github.com/sk1418/last256.git'
colorscheme last256
filetype plugin indent on