mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
b3bf4ad65d
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
13 lines
247 B
JSON
13 lines
247 B
JSON
{
|
|
"name": "ui-dark",
|
|
"displayName": "Dark",
|
|
"theme": "ui",
|
|
"version": "0.1.0",
|
|
"description": "The Dark N1 Client Theme",
|
|
"license": "GPL-3.0",
|
|
"engines": {
|
|
"nylas": "*"
|
|
},
|
|
"styleSheets": ["email-frame"],
|
|
"private": true
|
|
}
|