#Auto Solarized
This will change your vim colour scheme to either solarized dark or light depending on the time of day.
{ 07:00 < time < 17:00 } = light
{ 07:00 > time > 17:00 } = dark
Pull requests welcome!
This relies on Solarized VIM
Vundle is probably your best bet and what is recommended.
Add to your .vimrc to map leader sc to update your colours.
noremap <Leader>sc :call AutoSetSolarized()<CR>
autocmd VimEnter * call AutoSetSolarized()
- Auto Solarized was developed on and tested with Vim 7.3 on OSX, Linux
As one would expect this is a work in progress. Any ideas, updates, fixes are appreciated and can be logged in the GitHub Issues for this project.