Mailspring/internal_packages/ui-light/package.json
Juan Tejada f575a2dabc feat(theme-selector): Add theme selector to preferences page
Summary:
- Adds a couple of helper methods to theme manager and updates how
a theme package is enabled to be consistent with how we actually want to
activate themes.
- Adds small select component to choose a theme or install a new one.

Test Plan: - Manual

Reviewers: evan, bengotow

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D2355
2015-12-15 10:29:58 -08:00

13 lines
210 B
JSON

{
"name": "ui-light",
"displayName": "Light",
"theme": "ui",
"version": "0.1.0",
"description": "The N1 Client Theme",
"license": "GPL-3.0",
"engines": {
"nylas": "*"
},
"private": true
}