Apply the same colorscheme hack to the vimpagerrc

This commit is contained in:
Kevin MacMartin 2015-07-25 18:42:18 -04:00
parent da9a99e281
commit 73ec4dff4e

View file

@ -30,6 +30,7 @@
let &runtimepath=printf('%s,%s/vim,%s/vim/after',&runtimepath,g:darkcloudpath,g:darkcloudpath) let &runtimepath=printf('%s,%s/vim,%s/vim/after',&runtimepath,g:darkcloudpath,g:darkcloudpath)
"Load Colour Scheme: "Load Colour Scheme:
colorscheme default " hack to fix vimrc colorschemes in some versions of vim
colorscheme darkcloud colorscheme darkcloud
"Load Settings: "Load Settings: