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
1 changed files with 8 additions and 8 deletions

View File

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