sponsor Vim development Vim logo Vim Book Ad

autoSolarize : Automatically switches between light and dark background for solarized

 script karma  Rating 5/2, Downloaded by 590  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
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
autoSolarize-0.0.6.tar.gz 0.0.6 2015-07-01 7.3 Josh Teeter Initial upload
ip used for rating: 18.118.2.15

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github