forked from garytyler/vscode-darcula-pycharm-theme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.2 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "darcula-from-pycharm",
"displayName": "Darcula Theme from PyCharm",
"description": "Semantic & Linting Highlighting, Templates & RegEx support and more.",
"version": "0.8.0",
"license": "MIT",
"publisher": "Bobronium",
"preview": false,
"repository": "https://github.com/Bobronium/vscode-pycharm-darcula-theme",
"icon": "images/icon.png",
"engines": {
"vscode": "^1.21.0"
},
"categories": [
"Themes"
],
"keywords": [
"darcula",
"darkula",
"dracula",
"drakula",
"pycharm",
"IntelliJ",
"IDEA",
"regex",
"re",
"semantic",
"highlighting",
"django",
"jinja",
"template",
"python",
"3.10",
"syntax",
"match",
"case",
"semantic",
"highlighting",
"pattern",
"matching",
"errors",
"problems",
"linting"
],
"contributes": {
"themes": [
{
"label": "Darcula from Pycharm (Dark)",
"uiTheme": "vs-dark",
"path": "./themes/darcula-color-theme.json"
}
]
}
}