Name | Mode | Size |
---|---|---|
keymaps | 040000 | |
lib | 040000 | |
menus | 040000 | |
.gitignore | 100644 | 0 kb |
.npmignore | 100644 | |
CHANGELOG.md | 100644 | 1 kb |
LICENSE | 100644 | 1 kb |
README.md | 100644 | 2 kb |
automatic-theme-switching.gif | 100644 | 4,791 kb |
package-lock.json | 100644 | 0 kb |
package.json | 100644 | 1 kb |
<div align="center">
<h1>Auto Dark Mode</h1>
<p>Dark Mode support for Atom on all major platforms</p>
<a href=https://atom.io/packages/auto-dark-mode>
<img src=https://img.shields.io/apm/v/auto-dark-mode.svg?style=flat-square>
</a>
<a href=https://github.com/paysonwallach/auto-dark-mode/blob/master/LICENSE>
<img src=https://img.shields.io/apm/l/auto-dark-mode.svg?style=flat-square>
</a>
<a href=https://buymeacoffee.com/paysonwallach>
<img src=https://img.shields.io/badge/donate-Buy%20me%20a%20coffee-yellow?style=flat-square>
</a>
<br>
<br>
<br>
</div>

Auto Dark Mode automatically toggles between a light and dark theme of your choice, depending on the currently active system appearance setting.
Automatic theme switching is **supported on all major platforms that feature a dark mode** (e.g. macOS since Mojave, Windows since 10, and Ubuntu since 20.04).
## Installation
Search for `auto-dark-mode` in `Settings View: Install Packages and Themes` or:
```
$ apm install auto-dark-mode
```
You can switch themes manually using `` ctrl + ` `` or choosing `Dark Mode: Toggle theme` in the command palette.
## Configuration
Add your preferred light and dark UI and syntax themes as shown in settings, or in `config.cson`.
## Contributing
Pull requests are welcome! Be sure to also update the [changelog](https://github.com/paysonwallach/auto-dark-mode/blob/master/CHANGELOG.md).
## License
This project is licensed under the permissive [ISC license](https://github.com/paysonwallach/auto-dark-mode/blob/master/LICENSE).
## Attributions
Auto Dark Mode is inspired by [Exelord/dark-mode](https://github.com/Exelord/dark-mode).