Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnestor/atom-ambient-light
An Atom package that transforms your syntax theme based on ambient light levels
https://github.com/gnestor/atom-ambient-light
ambient-light-levels atom syntax-theme
Last synced: 1 day ago
JSON representation
An Atom package that transforms your syntax theme based on ambient light levels
- Host: GitHub
- URL: https://github.com/gnestor/atom-ambient-light
- Owner: gnestor
- License: mit
- Created: 2016-12-10T08:39:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T00:20:25.000Z (almost 8 years ago)
- Last Synced: 2024-11-22T01:29:34.504Z (2 months ago)
- Topics: ambient-light-levels, atom, syntax-theme
- Language: JavaScript
- Homepage:
- Size: 269 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 💡 atom-ambient-light
An [Atom](https://atom.io/) package that transforms your syntax theme based on ambient light levels (macOS only 😕)
![1](http://g.recordit.co/YZJG0i0GEq.gif)
## 💾 Install
Install via Atom's [Install view](http://flight-manual.atom.io/using-atom/sections/atom-packages/#atom-packages) or via [apm](http://flight-manual.atom.io/using-atom/sections/atom-packages/#command-line):
```
apm intall atom-ambient-light
```## 💻 Usage
Use Atom's [command palette](http://flight-manual.atom.io/getting-started/sections/atom-basics/#command-palette) to toggle ambient light mode on or off or [set a keymap](http://flight-manual.atom.io/behind-atom/sections/keymaps-in-depth/) for it.
![screenshot](https://github.com/gnestor/atom-ambient-light/raw/master/assets/screenshot.png)
## 👍 Contributing
See the Atom [contributing guidelines](https://github.com/atom/atom/blob/master/CONTRIBUTING.md)
### Workflow
* Fork this repo
* Clone your fork
* `git clone https://github.com/[YOUR_NAME]/atom-ambient-light.git && cd atom-ambient-light`
* Install dependencies
* `npm install`
* Link your repo (which installs this local version of the package and allows you to test changes in Atom)
* `apm link`
* Reload Atom to test changes
* Atom Command Palette > "Window: Reload"
* Submit a pull request!