Skip to content

vim-scripts/autoSolarize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

Installation

Vundle 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

TODO:

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.

  • :shipit:

About

Automatically switches between light and dark background for solarized

Resources

Stars

Watchers

Forks

Packages

No packages published