vim/vim/colors/monotonous.vim

23 lines
366 B
VimL

set background=dark
hi clear Normal
hi clear
if exists('syntax_on')
syntax reset
endif
" Includes
"{{{
source ~/.vim/colors/base-grey.vim
source ~/.vim/colors/grey.vim
source ~/.vim/colors/red.vim
source ~/.vim/colors/green.vim
source ~/.vim/colors/blue.vim
"}}}
set fillchars=stl:\ ,stlnc:\ ,vert:\|
let g:colors_name = 'monotonous'
" vim: foldmethod=marker