mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
ba0312501a
Summary: Adds a new visual theme picker to the menu that allows users to select different themes based on color palettes and then change their themes live. Test Plan: Test included. Reviewers: evan, bengotow Reviewed By: evan, bengotow Differential Revision: https://phab.nylas.com/D2669
13 lines
245 B
JSON
13 lines
245 B
JSON
{
|
|
"name": "theme-picker",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
"description": "View different themes and choose them easily",
|
|
"license": "GPL-3.0",
|
|
"private": true,
|
|
"engines": {
|
|
"nylas": "*"
|
|
},
|
|
"dependencies": {
|
|
}
|
|
}
|