-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.15 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
{
"name": "julia-color-themes",
"displayName": "Julia Color Themes",
"description": "Color themes for the Julia language.",
"version": "0.1.1",
"engines": {
"vscode": "^1.41.0"
},
"publisher": "cameronbieganek",
"categories": [
"Themes"
],
"author": "Cameron Bieganek",
"license": "SEE LICENSE IN LICENSE.md",
"icon": "images/julia-dots.png",
"bugs": {
"url": "https://github.com/CameronBieganek/julia-color-themes/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/CameronBieganek/julia-color-themes.git"
},
"keywords": [
"Julia",
"Color Theme",
"Theme",
"Monokai"
],
"contributes": {
"themes": [
{
"label": "Julia (Monokai Classic)",
"uiTheme": "vs-dark",
"path": "./themes/julia-monokai-classic-color-theme.json"
},
{
"label": "Julia (Monokai Vibrant)",
"uiTheme": "vs-dark",
"path": "./themes/julia-monokai-vibrant-color-theme.json"
}
]
}
}