-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
104 lines (104 loc) · 2.93 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "oldschool-theme-win95-edition",
"publisher": "ericson-willians",
"displayName": "Oldschool Theme: Windows 95 Edition",
"description": "An actually usable theme for those who suffer from severe nostalgia, inspired by Win95, QBasic and MS-DOS in general.",
"repository": "https://github.com/EricsonWillians/oldschool-theme",
"license": "GNU",
"version": "1.0.0",
"keywords": [
"windows 95",
"oldschool",
"qbasic",
"win95",
"ms-dos",
"msdos",
"90s",
"nostalgic",
"old",
"borland",
"monokai",
"high-contrast"
],
"engines": {
"vscode": "^1.52.0"
},
"icon": "icon.png",
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Windows 95 (Very nostalgic theme)",
"uiTheme": "hc-black",
"path": "./themes/windows-95-very-nostalgic-theme.json"
},
{
"label": "Windows 95 (Somewhat nostalgic theme)",
"uiTheme": "hc-black",
"path": "./themes/windows-95-somewhat-nostalgic-theme.json"
},
{
"label": "Oldschool Theme (Darker QBasic) - Monokai",
"uiTheme": "hc-black",
"path": "./themes/oldschool-darker-qbasic-color-theme.json"
},
{
"label": "Oldschool Terminal Theme (Green)",
"uiTheme": "hc-black",
"path": "./themes/oldschool-terminal-green.json"
},
{
"label": "Oldschool Theme (Qbasic Light)",
"uiTheme": "hc-black",
"path": "./themes/oldschool-qbasic-light.json"
},
{
"label": "Oldschool Theme (QBasic) - Monokai",
"uiTheme": "hc-black",
"path": "./themes/oldschool-qbasic-color-theme.json"
},
{
"label": "Oldschool Theme (Doom)",
"uiTheme": "hc-black",
"path": "./themes/oldschool-doom-theme.json"
},
{
"label": "Oldschool Theme (Olive) - Monokai",
"uiTheme": "hc-black",
"path": "./themes/oldschool-olive-color-theme.json"
},
{
"label": "Oldschool Theme (Gray) - Monokai",
"uiTheme": "hc-black",
"path": "./themes/oldschool-gray-color-theme.json"
},
{
"label": "Oldschool Theme (Purple) - Monokai",
"uiTheme": "hc-black",
"path": "./themes/oldschool-purple-color-theme.json"
},
{
"label": "Oldschool Theme (Maroon) - Monokai",
"uiTheme": "hc-black",
"path": "./themes/oldschool-maroon-color-theme.json"
},
{
"label": "Oldschool Theme (Evil) - Monokai",
"uiTheme": "hc-black",
"path": "./themes/oldschool-evil-color-theme.json"
},
{
"label": "Oldschool Theme (Teal) - Monokai",
"uiTheme": "hc-black",
"path": "./themes/oldschool-teal-color-theme.json"
},
{
"label": "Oldschool Theme (Green) - Monokai",
"uiTheme": "hc-black",
"path": "./themes/oldschool-green-color-theme.json"
}
]
}
}