autoSolarize : Automatically switches between light and dark background for solarized
| script karma |
Rating 5/2,
Downloaded by 721 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Josh Teeter |
| |
| script type |
| utility |
| |
| description |
#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!
## Dependencies
This relies on [Solarized VIM](http://ethanschoonover.com/solarized/vim-colors-solarized)
## Installation
[Vundle](https://github.com/gmarik/Vundle.vim) is probably your best bet and
what is recommended.
## Usage
Add to your .vimrc to map leader sc to update your colours.
noremap <Leader>sc :call AutoSetSolarized()<CR>
autocmd VimEnter * call AutoSetSolarized()
## Tested on
- Auto Solarized was developed on and tested with Vim 7.3 on OSX, Linux |
| |
| install details |
|
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.103
|