-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 714 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 714 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
30
31
32
33
34
35
36
{
"name": "pink-functional",
"displayName": "Pink Functional",
"description": "A simple pink theme, with syntax highlighting kept as normal as possible to not hinder your DX! Based on a theme by shoobah.",
"version": "1.0.2",
"publisher": "probablyjassin",
"repository": {
"type": "git",
"url": "https://github.com/probablyjassin/pink-functional"
},
"keywords": [
"pink",
"red",
"cute",
"functional",
"simple",
"theme",
"syntax",
"highlighting"
],
"engines": {
"vscode": "^1.94.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Pink Functional",
"uiTheme": "vs-dark",
"path": "./themes/Pink Functional-color-theme.json"
}
]
}
}