My attempt at a "Simple" VIM plugin that automatically switches the theme to a dark theme if it is dawn, dusk or evening at your location. Does not geolocate you, and requires you to provide your latitude and longitude to https://sunrise-sunset.org. This is just a simple project for my own amusement, but I'm publishing it for anyone who wants to use it.
Go to file
2023-03-15 23:49:51 +00:00
.gitignore Initial commit 2023-03-15 23:49:51 +00:00
LICENSE Initial commit 2023-03-15 23:49:51 +00:00
README.md Initial commit 2023-03-15 23:49:51 +00:00

vim-nightmode

My attempt at a "Simple" VIM plugin that automatically switches the theme to a dark theme if it is dawn, dusk or evening at your location.

Does not geolocate you, and requires you to provide your latitude and longitude to https://sunrise-sunset.org.

This is just a simple project for my own amusement, but I'm publishing it for anyone who wants to use it.