Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!