-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 842 Bytes
/
package.json
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
30
31
32
33
34
35
36
37
38
{
"name": "majira-strawberry",
"displayName": "Majira Strawberry",
"description": "Increase your productivity and your furry pride by coding with this theme!",
"version": "1.1.0",
"author": "Kuroji Fusky <hello@kurojifusky.com>",
"publisher": "KurojiFusky",
"icon": "icon.jpg",
"repository": {
"type": "git",
"url": "https://github.com/kuroji-fusky/majira-strawberry-vscode.git"
},
"keywords": [
"furry",
"furry theme",
"majira",
"strawberry",
"purple",
"violet",
"majira strawberry",
"dark theme"
],
"categories": [
"Themes"
],
"engines": {
"vscode": "^1.64.0"
},
"contributes": {
"themes": [
{
"label": "Majira Strawberry",
"uiTheme": "vs-dark",
"path": "./themes/Majira Strawberry Theme-color-theme.json"
}
]
}
}