Night Light automatically updates your Atom themes with each sunrise and sunset to help reduce eyestrain while you're hard at work!
Ctrl + Alt + m
to manually toggle between nighttime and daytime themes at your leisure, or create your own keybinding in your keymap.apm install night-light
.File > Settings > Install
, type "night-light" into the search box, and click install!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.
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.
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 :)
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.