atom-ambient-light
A short description of your package
gnestor 966 1 0.3.1 MIT GitHub

💡 atom-ambient-light

An Atom package that transforms your syntax theme based on ambient light levels (macOS only 😕)

1

💾 Install

Install via Atom's Install view or via apm:

apm intall atom-ambient-light

💻 Usage

Use Atom's command palette to toggle ambient light mode on or off or set a keymap for it.

screenshot

👍 Contributing

See the Atom contributing guidelines

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!