night-light

Heliocentric theme manager - automatically change themes with each sunset and sunrise.

Rob Weber

2,076

2

1.0.5

MIT

GitHub

Night Light

Build Status

Heliocentrism where it matters most.

Night Light automatically updates your Atom themes with each sunrise and sunset to help reduce eyestrain while you're hard at work! night-light

Features

📍 Automatic or manual location updating

⏰ Automatic or custom scheduling

☀️ Customizable UI and syntax themes for day and night

💻 Manually switch between themes

Installing Night Light

Development

Quick and dirty setup

apm develop night-light

This will clone the night-light repository to ~/github unless you set the ATOM_REPOS_HOME environment variable to a different path.

I've already forked it!

If you've already forked the repo and cloned it somewhere else, you'll want to use apm link --dev within the package directory, followed by apm install to get dependencies.

Workflow

Feel free to fork this project and clone your fork for developing! Hint: Add the original repo as a remote to pull upstream changes:

git remote add upstream https://github.com/robbawebba/night-light.git
git pull upstream develop

After pulling upstream changes, run apm update and atom --dev to start working in dev mode.

To start hacking, create a new branch for your work then submit a Pull Request when done or when you want some feedback! Thank you in advance for your work! It's greatly appreciated 😃