-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 805 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 805 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
{
"name": "psyco-coder-dark",
"displayName": "Psyco Coder Dark",
"description": "Psycho Coder Dark theme",
"icon": "images/psyco-coder-dark-icon.png",
"version": "3.15.0",
"publisher": "ThePsychoCoder",
"repository": {
"type": "git",
"url": "https://github.com/DhananjayPorwal/psycho-coder-dark"
},
"keywords": [
"psycho coder",
"dhananjay porwal",
"porwal.exe",
"tech ram",
"dprock",
"en19cs301110",
"indori bawa",
"medicaps-university",
"best vs code dark theme"
],
"engines": {
"vscode": "^1.55.2"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Psycho Coder Dark",
"uiTheme": "vs-dark",
"path": "./themes/Psycho Coder Dark-color-theme.json"
}
]
}
}