-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.41 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
55
56
57
58
59
{
"name": "midnight-sapphire",
"displayName": "Midnight Sapphire ✨",
"description": "Unlock the secrets of coding under the starlight ✨ with Midnight Sapphire. Immerse yourself in a luxuriously dark coding experience, where every keystroke shines bright. ⭐️ Let your code sparkle with elegance and sophistication. ✨",
"version": "1.1.0",
"publisher": "hassancoder1",
"engines": {
"vscode": "^1.10.0"
},
"categories": [
"Themes"
],
"keywords": [
"vscode",
"theme",
"color-theme",
"dark-theme",
"astral",
"bloom",
"flowers",
"galaxy",
"coding",
"creativity",
"visual-appeal",
"inspiration",
"productivity",
"color theme",
"dark theme",
"dark",
"blue",
"sapphire",
"elegant",
"refined",
"productive",
"focus",
"coding",
"developer",
"programmer"
],
"repository": {
"type": "git",
"url": "https://github.com/hassancoder1/midnight-sapphire-vscode-theme"
},
"icon": "images/icon.png",
"license": "MIT",
"bugs": {
"url": "https://github.com/hassancoder1/midnight-sapphire-vscode-theme/issues"
},
"homepage": "https://github.com/hassancoder1/midnight-sapphire-vscode-theme#readme",
"contributes": {
"themes": [
{
"label": "Midnight Sapphire",
"uiTheme": "vs-dark",
"path": "./themes/midnight-sapphire-vscode-dark-color-theme.json"
}
]
}
}