Skip to content

Instantly share code, notes, and snippets.

@anekos
Created April 15, 2017 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anekos/e94b7d74f2643c43277ed041be9e5f01 to your computer and use it in GitHub Desktop.
Save anekos/e94b7d74f2643c43277ed041be9e5f01 to your computer and use it in GitHub Desktop.
function s:invert(...)
let &background = &background ==# 'light' ? 'dark' : 'light'
endfunction
call timer_start(10, function('s:invert'), {'repeat': -1})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment