Heavy comments/line numbers in colorscheme

This commit is contained in:
Brian Buller 2016-07-21 13:41:01 -05:00
parent 30b0e0b2a9
commit 4e2a5dae41

View File

@ -136,10 +136,10 @@ call pathogen#infect()
" }} " }}
" Colorscheme {{ " Colorscheme {{
set background=dark
colorscheme nofrils-dark
let g:nofrils_heavycomments=1 let g:nofrils_heavycomments=1
let g:nofrils_heavylinenumbers=1 let g:nofrils_heavylinenumbers=1
set background=dark
colorscheme nofrils-dark
" }} " }}
" }} " }}
@ -248,13 +248,13 @@ call pathogen#infect()
" Overrides {{ " Overrides {{
" Hook for local (user) changes " Hook for local (user) changes
if filereadable(expand("~/.vimrc.local")) "if filereadable(expand("~/.vimrc.local"))
source ~/.vimrc.local " source ~/.vimrc.local
endif "endif
" Hook for local (directory) changes " Hook for local (directory) changes
if filereadable(glob("./.vimrc.local")) "if filereadable(glob("./.vimrc.local"))
source ./.vimrc.local " source ./.vimrc.local
endif "endif
" }} " }}