forked from kittender/90s-tshirt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 677 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"title": "90's T-Shirt",
"name": "90s-tshirt",
"description": "This dark but soft theme was inspired by an old t-shirt from the 90's.",
"homepage": "https://github.com/kittender/90s-tshirt",
"version": "1.0.0",
"author": "kittender <kittender@vivaldi.net> (https://github.com/kittender/)",
"repository": {
"type": "git",
"url": "git@github.com:kittender/90s-tshirt.git"
},
"license": "MIT",
"engines": {
"brackets": ">=0.42.0"
},
"theme": {
"file": "main.less",
"dark": true,
"addModeClass": true
},
"keywords": [
"dark",
"soft",
"theme",
"90s",
"pastel",
"colorful"
]
}