-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
33 lines (33 loc) · 879 Bytes
/
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
{
"name": "theme-notepadplusplusremixed",
"displayName": "NotepadPlusPlus Remixed Theme",
"description": "This is not an exact replica of the Notepad++ default theme. JS/HTML/Python colors were used as a base but were partly combined and modified a bit.",
"icon": "icon.png",
"version": "1.0.3",
"publisher": "sh4dow",
"homepage": "https://github.com/s-h-a-d-o-w/NotepadPlusPlus-Remixed-Theme",
"repository": {
"type": "git",
"url": "https://github.com/s-h-a-d-o-w/NotepadPlusPlus-Remixed-Theme.git"
},
"engines": {
"vscode": "^1.0.0"
},
"categories": [
"Themes"
],
"keywords": [
"notepad plus plus",
"notepad++",
"theme"
],
"contributes": {
"themes": [
{
"label": "NotepadPlusPlus Remixed Theme",
"uiTheme": "vs",
"path": "./themes/NotepadPlusPlusRemixed.tmTheme"
}
]
}
}