@codingame/monaco-vscode-theme-defaults-default-extension 1.81.8-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dark_modern.json +134 -0
- package/dark_plus.json +203 -0
- package/dark_vs.json +404 -0
- package/document-dark.svg +3 -0
- package/document-light.svg +3 -0
- package/folder-dark.svg +3 -0
- package/folder-light.svg +3 -0
- package/folder-open-dark.svg +4 -0
- package/folder-open-light.svg +4 -0
- package/hc_black.json +463 -0
- package/hc_light.json +566 -0
- package/index.js +24 -0
- package/light_modern.json +146 -0
- package/light_plus.json +205 -0
- package/light_vs.json +433 -0
- package/package.json +22 -0
- package/root-folder-dark.svg +5 -0
- package/root-folder-light.svg +5 -0
- package/root-folder-open-dark.svg +5 -0
- package/root-folder-open-light.svg +5 -0
- package/vs_minimal-icon-theme.json +68 -0
package/dark_modern.json
ADDED
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "vscode://schemas/color-theme",
|
|
3
|
+
"name": "Default Dark Modern",
|
|
4
|
+
"include": "./dark_plus.json",
|
|
5
|
+
"colors": {
|
|
6
|
+
"activityBar.activeBorder": "#0078d4",
|
|
7
|
+
"activityBar.background": "#181818",
|
|
8
|
+
"activityBar.border": "#ffffff15",
|
|
9
|
+
"activityBar.foreground": "#d7d7d7",
|
|
10
|
+
"activityBar.inactiveForeground": "#ffffff80",
|
|
11
|
+
"activityBarBadge.background": "#0078d4",
|
|
12
|
+
"activityBarBadge.foreground": "#ffffff",
|
|
13
|
+
"badge.background": "#0078d4",
|
|
14
|
+
"badge.foreground": "#ffffff",
|
|
15
|
+
"button.background": "#0078d4",
|
|
16
|
+
"button.border": "#ffffff12",
|
|
17
|
+
"button.foreground": "#ffffff",
|
|
18
|
+
"button.hoverBackground": "#0078d4e6",
|
|
19
|
+
"button.secondaryBackground": "#FFFFFF0F",
|
|
20
|
+
"button.secondaryForeground": "#cccccc",
|
|
21
|
+
"button.secondaryHoverBackground": "#ffffff15",
|
|
22
|
+
"checkbox.background": "#313131",
|
|
23
|
+
"checkbox.border": "#ffffff1f",
|
|
24
|
+
"debugToolBar.background": "#181818",
|
|
25
|
+
"descriptionForeground": "#8b949e",
|
|
26
|
+
"dropdown.background": "#313131",
|
|
27
|
+
"dropdown.border": "#ffffff1f",
|
|
28
|
+
"dropdown.foreground": "#cccccc",
|
|
29
|
+
"dropdown.listBackground": "#1f1f1f",
|
|
30
|
+
"editor.background": "#1f1f1f",
|
|
31
|
+
"editor.findMatchBackground": "#9e6a03",
|
|
32
|
+
"editor.foreground": "#cccccc",
|
|
33
|
+
"editorGroup.border": "#ffffff17",
|
|
34
|
+
"editorGroupHeader.tabsBackground": "#181818",
|
|
35
|
+
"editorGroupHeader.tabsBorder": "#ffffff15",
|
|
36
|
+
"editorGutter.addedBackground": "#2ea043",
|
|
37
|
+
"editorGutter.deletedBackground": "#f85149",
|
|
38
|
+
"editorGutter.modifiedBackground": "#0078d4",
|
|
39
|
+
"editorInlayHint.background": "#8b949e1b",
|
|
40
|
+
"editorInlayHint.typeBackground": "#8b949e1b",
|
|
41
|
+
"editorLineNumber.activeForeground": "#cccccc",
|
|
42
|
+
"editorLineNumber.foreground": "#6e7681",
|
|
43
|
+
"editorOverviewRuler.border": "#010409",
|
|
44
|
+
"editorWidget.background": "#1f1f1f",
|
|
45
|
+
"errorForeground": "#f85149",
|
|
46
|
+
"focusBorder": "#0078d4",
|
|
47
|
+
"foreground": "#cccccc",
|
|
48
|
+
"icon.foreground": "#cccccc",
|
|
49
|
+
"input.background": "#2a2a2a",
|
|
50
|
+
"input.border": "#ffffff1f",
|
|
51
|
+
"input.foreground": "#cccccc",
|
|
52
|
+
"input.placeholderForeground": "#ffffff79",
|
|
53
|
+
"inputOption.activeBackground": "#2489db82",
|
|
54
|
+
"inputOption.activeBorder": "#2488db",
|
|
55
|
+
"keybindingLabel.foreground": "#cccccc",
|
|
56
|
+
"list.activeSelectionBackground": "#323232",
|
|
57
|
+
"list.activeSelectionIconForeground": "#ffffff",
|
|
58
|
+
"list.activeSelectionForeground": "#ffffff",
|
|
59
|
+
"menu.background": "#1f1f1f",
|
|
60
|
+
"notificationCenterHeader.background": "#1f1f1f",
|
|
61
|
+
"notificationCenterHeader.foreground": "#cccccc",
|
|
62
|
+
"notifications.background": "#1f1f1f",
|
|
63
|
+
"notifications.border": "#ffffff15",
|
|
64
|
+
"notifications.foreground": "#cccccc",
|
|
65
|
+
"panel.background": "#181818",
|
|
66
|
+
"panel.border": "#ffffff15",
|
|
67
|
+
"panelInput.border": "#ffffff15",
|
|
68
|
+
"panelTitle.activeBorder": "#0078d4",
|
|
69
|
+
"panelTitle.activeForeground": "#cccccc",
|
|
70
|
+
"panelTitle.inactiveForeground": "#8b949e",
|
|
71
|
+
"peekViewEditor.background": "#1f1f1f",
|
|
72
|
+
"peekViewEditor.matchHighlightBackground": "#bb800966",
|
|
73
|
+
"peekViewResult.background": "#1f1f1f",
|
|
74
|
+
"peekViewResult.matchHighlightBackground": "#bb800966",
|
|
75
|
+
"pickerGroup.border": "#ffffff15",
|
|
76
|
+
"pickerGroup.foreground": "#8b949e",
|
|
77
|
+
"progressBar.background": "#0078d4",
|
|
78
|
+
"quickInput.background": "#1f1f1f",
|
|
79
|
+
"quickInput.foreground": "#cccccc",
|
|
80
|
+
"scrollbar.shadow": "#484f5833",
|
|
81
|
+
"scrollbarSlider.activeBackground": "#6e768187",
|
|
82
|
+
"scrollbarSlider.background": "#6e768133",
|
|
83
|
+
"scrollbarSlider.hoverBackground": "#6e768145",
|
|
84
|
+
"settings.dropdownBackground": "#313131",
|
|
85
|
+
"settings.dropdownBorder": "#ffffff1f",
|
|
86
|
+
"settings.headerForeground": "#ffffff",
|
|
87
|
+
"settings.modifiedItemIndicator": "#bb800966",
|
|
88
|
+
"sideBar.background": "#181818",
|
|
89
|
+
"sideBar.border": "#ffffff15",
|
|
90
|
+
"sideBar.foreground": "#cccccc",
|
|
91
|
+
"sideBarSectionHeader.background": "#181818",
|
|
92
|
+
"sideBarSectionHeader.border": "#ffffff15",
|
|
93
|
+
"sideBarSectionHeader.foreground": "#cccccc",
|
|
94
|
+
"sideBarTitle.foreground": "#cccccc",
|
|
95
|
+
"statusBar.background": "#181818",
|
|
96
|
+
"statusBar.border": "#ffffff15",
|
|
97
|
+
"statusBar.debuggingBackground": "#0078d4",
|
|
98
|
+
"statusBar.debuggingForeground": "#ffffff",
|
|
99
|
+
"statusBar.focusBorder": "#0078d4",
|
|
100
|
+
"statusBar.foreground": "#cccccc",
|
|
101
|
+
"statusBar.noFolderBackground": "#1f1f1f",
|
|
102
|
+
"statusBarItem.focusBorder": "#0078d4",
|
|
103
|
+
"statusBarItem.prominentBackground": "#6e768166",
|
|
104
|
+
"statusBarItem.remoteBackground": "#0078d4",
|
|
105
|
+
"statusBarItem.remoteForeground": "#ffffff",
|
|
106
|
+
"tab.activeBackground": "#1f1f1f",
|
|
107
|
+
"tab.activeBorder": "#1f1f1f",
|
|
108
|
+
"tab.activeBorderTop": "#0078d4",
|
|
109
|
+
"tab.activeForeground": "#ffffff",
|
|
110
|
+
"tab.border": "#ffffff15",
|
|
111
|
+
"tab.hoverBackground": "#1f1f1f",
|
|
112
|
+
"tab.inactiveBackground": "#181818",
|
|
113
|
+
"tab.inactiveForeground": "#ffffff80",
|
|
114
|
+
"tab.unfocusedActiveBorder": "#1f1f1f",
|
|
115
|
+
"tab.unfocusedActiveBorderTop": "#ffffff15",
|
|
116
|
+
"tab.unfocusedHoverBackground": "#6e76811a",
|
|
117
|
+
"terminal.foreground": "#cccccc",
|
|
118
|
+
"terminal.tab.activeBorder": "#0078d4",
|
|
119
|
+
"textBlockQuote.background": "#010409",
|
|
120
|
+
"textBlockQuote.border": "#ffffff14",
|
|
121
|
+
"textCodeBlock.background": "#6e768166",
|
|
122
|
+
"textLink.activeForeground": "#40A6FF",
|
|
123
|
+
"textLink.foreground": "#40A6FF",
|
|
124
|
+
"textSeparator.foreground": "#21262d",
|
|
125
|
+
"titleBar.activeBackground": "#181818",
|
|
126
|
+
"titleBar.activeForeground": "#cccccc",
|
|
127
|
+
"titleBar.border": "#ffffff15",
|
|
128
|
+
"titleBar.inactiveBackground": "#1f1f1f",
|
|
129
|
+
"titleBar.inactiveForeground": "#8b949e",
|
|
130
|
+
"welcomePage.tileBackground": "#ffffff0f",
|
|
131
|
+
"welcomePage.progress.foreground": "#0078d4",
|
|
132
|
+
"widget.border": "#ffffff15",
|
|
133
|
+
},
|
|
134
|
+
}
|
package/dark_plus.json
ADDED
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "vscode://schemas/color-theme",
|
|
3
|
+
"name": "Dark+",
|
|
4
|
+
"include": "./dark_vs.json",
|
|
5
|
+
"tokenColors": [
|
|
6
|
+
{
|
|
7
|
+
"name": "Function declarations",
|
|
8
|
+
"scope": [
|
|
9
|
+
"entity.name.function",
|
|
10
|
+
"support.function",
|
|
11
|
+
"support.constant.handlebars",
|
|
12
|
+
"source.powershell variable.other.member",
|
|
13
|
+
"entity.name.operator.custom-literal" // See https://en.cppreference.com/w/cpp/language/user_literal
|
|
14
|
+
],
|
|
15
|
+
"settings": {
|
|
16
|
+
"foreground": "#DCDCAA"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "Types declaration and references",
|
|
21
|
+
"scope": [
|
|
22
|
+
"support.class",
|
|
23
|
+
"support.type",
|
|
24
|
+
"entity.name.type",
|
|
25
|
+
"entity.name.namespace",
|
|
26
|
+
"entity.other.attribute",
|
|
27
|
+
"entity.name.scope-resolution",
|
|
28
|
+
"entity.name.class",
|
|
29
|
+
"storage.type.numeric.go",
|
|
30
|
+
"storage.type.byte.go",
|
|
31
|
+
"storage.type.boolean.go",
|
|
32
|
+
"storage.type.string.go",
|
|
33
|
+
"storage.type.uintptr.go",
|
|
34
|
+
"storage.type.error.go",
|
|
35
|
+
"storage.type.rune.go",
|
|
36
|
+
"storage.type.cs",
|
|
37
|
+
"storage.type.generic.cs",
|
|
38
|
+
"storage.type.modifier.cs",
|
|
39
|
+
"storage.type.variable.cs",
|
|
40
|
+
"storage.type.annotation.java",
|
|
41
|
+
"storage.type.generic.java",
|
|
42
|
+
"storage.type.java",
|
|
43
|
+
"storage.type.object.array.java",
|
|
44
|
+
"storage.type.primitive.array.java",
|
|
45
|
+
"storage.type.primitive.java",
|
|
46
|
+
"storage.type.token.java",
|
|
47
|
+
"storage.type.groovy",
|
|
48
|
+
"storage.type.annotation.groovy",
|
|
49
|
+
"storage.type.parameters.groovy",
|
|
50
|
+
"storage.type.generic.groovy",
|
|
51
|
+
"storage.type.object.array.groovy",
|
|
52
|
+
"storage.type.primitive.array.groovy",
|
|
53
|
+
"storage.type.primitive.groovy"
|
|
54
|
+
],
|
|
55
|
+
"settings": {
|
|
56
|
+
"foreground": "#4EC9B0"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "Types declaration and references, TS grammar specific",
|
|
61
|
+
"scope": [
|
|
62
|
+
"meta.type.cast.expr",
|
|
63
|
+
"meta.type.new.expr",
|
|
64
|
+
"support.constant.math",
|
|
65
|
+
"support.constant.dom",
|
|
66
|
+
"support.constant.json",
|
|
67
|
+
"entity.other.inherited-class"
|
|
68
|
+
],
|
|
69
|
+
"settings": {
|
|
70
|
+
"foreground": "#4EC9B0"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "Control flow / Special keywords",
|
|
75
|
+
"scope": [
|
|
76
|
+
"keyword.control",
|
|
77
|
+
"source.cpp keyword.operator.new",
|
|
78
|
+
"keyword.operator.delete",
|
|
79
|
+
"keyword.other.using",
|
|
80
|
+
"keyword.other.operator",
|
|
81
|
+
"entity.name.operator"
|
|
82
|
+
],
|
|
83
|
+
"settings": {
|
|
84
|
+
"foreground": "#C586C0"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "Variable and parameter name",
|
|
89
|
+
"scope": [
|
|
90
|
+
"variable",
|
|
91
|
+
"meta.definition.variable.name",
|
|
92
|
+
"support.variable",
|
|
93
|
+
"entity.name.variable",
|
|
94
|
+
"constant.other.placeholder", // placeholders in strings
|
|
95
|
+
],
|
|
96
|
+
"settings": {
|
|
97
|
+
"foreground": "#9CDCFE"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"name": "Constants and enums",
|
|
102
|
+
"scope": [
|
|
103
|
+
"variable.other.constant",
|
|
104
|
+
"variable.other.enummember"
|
|
105
|
+
],
|
|
106
|
+
"settings": {
|
|
107
|
+
"foreground": "#4FC1FF",
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "Object keys, TS grammar specific",
|
|
112
|
+
"scope": [
|
|
113
|
+
"meta.object-literal.key"
|
|
114
|
+
],
|
|
115
|
+
"settings": {
|
|
116
|
+
"foreground": "#9CDCFE"
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "CSS property value",
|
|
121
|
+
"scope": [
|
|
122
|
+
"support.constant.property-value",
|
|
123
|
+
"support.constant.font-name",
|
|
124
|
+
"support.constant.media-type",
|
|
125
|
+
"support.constant.media",
|
|
126
|
+
"constant.other.color.rgb-value",
|
|
127
|
+
"constant.other.rgb-value",
|
|
128
|
+
"support.constant.color"
|
|
129
|
+
],
|
|
130
|
+
"settings": {
|
|
131
|
+
"foreground": "#CE9178"
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "Regular expression groups",
|
|
136
|
+
"scope": [
|
|
137
|
+
"punctuation.definition.group.regexp",
|
|
138
|
+
"punctuation.definition.group.assertion.regexp",
|
|
139
|
+
"punctuation.definition.character-class.regexp",
|
|
140
|
+
"punctuation.character.set.begin.regexp",
|
|
141
|
+
"punctuation.character.set.end.regexp",
|
|
142
|
+
"keyword.operator.negation.regexp",
|
|
143
|
+
"support.other.parenthesis.regexp"
|
|
144
|
+
],
|
|
145
|
+
"settings": {
|
|
146
|
+
"foreground": "#CE9178"
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"scope": [
|
|
151
|
+
"constant.character.character-class.regexp",
|
|
152
|
+
"constant.other.character-class.set.regexp",
|
|
153
|
+
"constant.other.character-class.regexp",
|
|
154
|
+
"constant.character.set.regexp"
|
|
155
|
+
],
|
|
156
|
+
"settings": {
|
|
157
|
+
"foreground": "#d16969"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"scope": [
|
|
162
|
+
"keyword.operator.or.regexp",
|
|
163
|
+
"keyword.control.anchor.regexp"
|
|
164
|
+
],
|
|
165
|
+
"settings": {
|
|
166
|
+
"foreground": "#DCDCAA"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"scope": "keyword.operator.quantifier.regexp",
|
|
171
|
+
"settings": {
|
|
172
|
+
"foreground": "#d7ba7d"
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"scope": [
|
|
177
|
+
"constant.character",
|
|
178
|
+
"constant.other.option"
|
|
179
|
+
],
|
|
180
|
+
"settings": {
|
|
181
|
+
"foreground": "#569cd6"
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"scope": "constant.character.escape",
|
|
186
|
+
"settings": {
|
|
187
|
+
"foreground": "#d7ba7d"
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"scope": "entity.name.label",
|
|
192
|
+
"settings": {
|
|
193
|
+
"foreground": "#C8C8C8"
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
"semanticTokenColors": {
|
|
198
|
+
"newOperator":"#C586C0",
|
|
199
|
+
"stringLiteral":"#ce9178",
|
|
200
|
+
"customLiteral": "#DCDCAA",
|
|
201
|
+
"numberLiteral": "#b5cea8",
|
|
202
|
+
}
|
|
203
|
+
}
|