-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 910 Bytes
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 910 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
37
38
39
40
41
42
43
44
45
{
"name": "pymonokai",
"displayName": "PyMonokai",
"description": "A Monokai plus One Dark theme that completly functions for Python in VSC",
"version": "1.0.3",
"author": "Alex Vergara <alex10.vergara@gmail.com> (https://github.com/Pyzyryab/)",
"license": "MIT",
"homepage": "https://github.com/Pyzyryab/PyMonokai",
"publisher": "alexvergara10",
"engines": {
"vscode": "^1.50.0"
},
"categories": [
"Themes",
"Programming Languages",
"Other"
],
"icon": "images/ico.png",
"contributes": {
"themes": [
{
"label": "PyMonokai",
"uiTheme": "vs-dark",
"path": "./themes/PyMonokai.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/Pyzyryab/PyMonokai"
},
"bugs": {
"url": "https://github.com/Pyzyryab/PyMonokai/issues"
},
"keywords": [
"vscode",
"theme",
"Python",
"onedark",
"monokai",
"darker",
"visual studio",
"ide"
]
}