@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
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "vscode://schemas/color-theme",
|
|
3
|
+
"name": "Default Light Modern",
|
|
4
|
+
"include": "./light_plus.json",
|
|
5
|
+
"colors": {
|
|
6
|
+
"activityBar.activeBorder": "#005FB8",
|
|
7
|
+
"activityBar.background": "#f8f8f8",
|
|
8
|
+
"activityBar.border": "#0000001a",
|
|
9
|
+
"activityBar.foreground": "#1f1f1f",
|
|
10
|
+
"activityBar.inactiveForeground": "#0000009e",
|
|
11
|
+
"activityBarBadge.background": "#005FB8",
|
|
12
|
+
"activityBarBadge.foreground": "#ffffff",
|
|
13
|
+
"badge.background": "#005FB8",
|
|
14
|
+
"badge.foreground": "#ffffff",
|
|
15
|
+
"button.background": "#005FB8",
|
|
16
|
+
"button.border": "#0000001a",
|
|
17
|
+
"button.foreground": "#ffffff",
|
|
18
|
+
"button.hoverBackground": "#005FB8e6",
|
|
19
|
+
"button.secondaryBackground": "#0000001a",
|
|
20
|
+
"button.secondaryForeground": "#3b3b3b",
|
|
21
|
+
"button.secondaryHoverBackground": "#00000034",
|
|
22
|
+
"checkbox.background": "#f8f8f8",
|
|
23
|
+
"checkbox.border": "#CECECE",
|
|
24
|
+
"descriptionForeground": "#3b3b3b",
|
|
25
|
+
"dropdown.background": "#ffffff",
|
|
26
|
+
"dropdown.border": "#CECECE",
|
|
27
|
+
"dropdown.foreground": "#3b3b3b",
|
|
28
|
+
"dropdown.listBackground": "#ffffff",
|
|
29
|
+
"editor.background": "#ffffff",
|
|
30
|
+
"editor.foreground": "#3b3b3b",
|
|
31
|
+
"editor.inactiveSelectionBackground": "#E5EBF1",
|
|
32
|
+
"editor.selectionHighlightBackground": "#ADD6FF80",
|
|
33
|
+
"editorGroup.border": "#0000001a",
|
|
34
|
+
"editorGroupHeader.tabsBackground": "#f8f8f8",
|
|
35
|
+
"editorGroupHeader.tabsBorder": "#0000001a",
|
|
36
|
+
"editorGutter.addedBackground": "#2ea043",
|
|
37
|
+
"editorGutter.deletedBackground": "#f85149",
|
|
38
|
+
"editorGutter.modifiedBackground": "#005FB8",
|
|
39
|
+
"editorIndentGuide.background": "#D3D3D3",
|
|
40
|
+
"editorInlayHint.background": "#8b949e1b",
|
|
41
|
+
"editorInlayHint.typeBackground": "#8b949e1b",
|
|
42
|
+
"editorLineNumber.activeForeground": "#171184",
|
|
43
|
+
"editorLineNumber.foreground": "#6e7681",
|
|
44
|
+
"editorOverviewRuler.border": "#0000001a",
|
|
45
|
+
"editorSuggestWidget.background": "#f8f8f8",
|
|
46
|
+
"editorWidget.background": "#ffffff",
|
|
47
|
+
"errorForeground": "#f85149",
|
|
48
|
+
"focusBorder": "#005FB8",
|
|
49
|
+
"foreground": "#3b3b3b",
|
|
50
|
+
"icon.foreground": "#3b3b3b",
|
|
51
|
+
"input.background": "#ffffff",
|
|
52
|
+
"input.border": "#CECECE",
|
|
53
|
+
"input.foreground": "#3b3b3b",
|
|
54
|
+
"input.placeholderForeground": "#00000079",
|
|
55
|
+
"inputOption.activeBackground": "#005fb841",
|
|
56
|
+
"inputOption.activeBorder": "#005FB8",
|
|
57
|
+
"inputOption.activeForeground": "#000000",
|
|
58
|
+
"keybindingLabel.foreground": "#3b3b3b",
|
|
59
|
+
"list.activeSelectionBackground": "#e8e8e8",
|
|
60
|
+
"list.activeSelectionForeground": "#000000",
|
|
61
|
+
"list.activeSelectionIconForeground": "#000000",
|
|
62
|
+
"list.hoverBackground": "#f2f2f2",
|
|
63
|
+
"menu.border": "#D4D4D4",
|
|
64
|
+
"notebook.cellBorderColor": "#E8E8E8",
|
|
65
|
+
"notebook.selectedCellBackground": "#c8ddf150",
|
|
66
|
+
"notificationCenterHeader.background": "#ffffff",
|
|
67
|
+
"notificationCenterHeader.foreground": "#3b3b3b",
|
|
68
|
+
"notifications.background": "#ffffff",
|
|
69
|
+
"notifications.border": "#0000001a",
|
|
70
|
+
"notifications.foreground": "#3b3b3b",
|
|
71
|
+
"panel.background": "#f8f8f8",
|
|
72
|
+
"panel.border": "#0000001a",
|
|
73
|
+
"panelInput.border": "#0000001a",
|
|
74
|
+
"panelTitle.activeBorder": "#005FB8",
|
|
75
|
+
"panelTitle.activeForeground": "#3b3b3b",
|
|
76
|
+
"panelTitle.inactiveForeground": "#3b3b3b",
|
|
77
|
+
"peekViewEditor.matchHighlightBackground": "#bb800966",
|
|
78
|
+
"peekViewResult.background": "#ffffff",
|
|
79
|
+
"peekViewResult.matchHighlightBackground": "#bb800966",
|
|
80
|
+
"pickerGroup.border": "#0000001a",
|
|
81
|
+
"pickerGroup.foreground": "#8b949e",
|
|
82
|
+
"ports.iconRunningProcessForeground": "#369432",
|
|
83
|
+
"progressBar.background": "#005FB8",
|
|
84
|
+
"quickInput.background": "#ffffff",
|
|
85
|
+
"quickInput.foreground": "#3b3b3b",
|
|
86
|
+
"scrollbar.shadow": "#484f5833",
|
|
87
|
+
"scrollbarSlider.activeBackground": "#6e768187",
|
|
88
|
+
"scrollbarSlider.background": "#6e768133",
|
|
89
|
+
"scrollbarSlider.hoverBackground": "#6e768145",
|
|
90
|
+
"searchEditor.textInputBorder": "#CECECE",
|
|
91
|
+
"settings.dropdownBackground": "#ffffff",
|
|
92
|
+
"settings.dropdownBorder": "#CECECE",
|
|
93
|
+
"settings.headerForeground": "#1f1f1f",
|
|
94
|
+
"settings.modifiedItemIndicator": "#bb800966",
|
|
95
|
+
"settings.numberInputBorder": "#CECECE",
|
|
96
|
+
"settings.textInputBorder": "#CECECE",
|
|
97
|
+
"sideBar.background": "#f8f8f8",
|
|
98
|
+
"sideBar.border": "#0000001a",
|
|
99
|
+
"sideBar.foreground": "#3b3b3b",
|
|
100
|
+
"sideBarSectionHeader.background": "#f8f8f8",
|
|
101
|
+
"sideBarSectionHeader.border": "#0000001a",
|
|
102
|
+
"sideBarSectionHeader.foreground": "#3b3b3b",
|
|
103
|
+
"sideBarTitle.foreground": "#3b3b3b",
|
|
104
|
+
"statusBar.background": "#f8f8f8",
|
|
105
|
+
"statusBar.foreground": "#3b3b3b",
|
|
106
|
+
"statusBar.border": "#0000001a",
|
|
107
|
+
"statusBar.debuggingBackground": "#fd716c",
|
|
108
|
+
"statusBar.debuggingForeground": "#000000",
|
|
109
|
+
"statusBar.focusBorder": "#005FB8",
|
|
110
|
+
"statusBar.noFolderBackground": "#f8f8f8",
|
|
111
|
+
"statusBarItem.errorBackground": "#c72e0f",
|
|
112
|
+
"statusBarItem.focusBorder": "#005FB8",
|
|
113
|
+
"statusBarItem.prominentBackground": "#6e768166",
|
|
114
|
+
"statusBarItem.remoteBackground": "#005FB8",
|
|
115
|
+
"statusBarItem.remoteForeground": "#ffffff",
|
|
116
|
+
"tab.activeBackground": "#ffffff",
|
|
117
|
+
"tab.activeBorder": "#f8f8f8",
|
|
118
|
+
"tab.activeBorderTop": "#005FB8",
|
|
119
|
+
"tab.activeForeground": "#3b3b3b",
|
|
120
|
+
"tab.border": "#0000001a",
|
|
121
|
+
"tab.hoverBackground": "#ffffff",
|
|
122
|
+
"tab.inactiveBackground": "#f8f8f8",
|
|
123
|
+
"tab.inactiveForeground": "#00000080",
|
|
124
|
+
"tab.lastPinnedBorder": "#3b3b3b30",
|
|
125
|
+
"tab.unfocusedActiveBorder": "#f8f8f8",
|
|
126
|
+
"tab.unfocusedActiveBorderTop": "#00000015",
|
|
127
|
+
"tab.unfocusedHoverBackground": "#6e76811a",
|
|
128
|
+
"terminalCursor.foreground": "#005FB8",
|
|
129
|
+
"terminal.foreground": "#3b3b3b",
|
|
130
|
+
"terminal.inactiveSelectionBackground": "#E5EBF1",
|
|
131
|
+
"terminal.tab.activeBorder": "#005fb8",
|
|
132
|
+
"textBlockQuote.background": "#f8f8f8",
|
|
133
|
+
"textBlockQuote.border": "#0000001a",
|
|
134
|
+
"textCodeBlock.background": "#f2f2f2",
|
|
135
|
+
"textLink.activeForeground": "#005FB8",
|
|
136
|
+
"textLink.foreground": "#005FB8",
|
|
137
|
+
"textSeparator.foreground": "#21262d",
|
|
138
|
+
"titleBar.activeBackground": "#f8f8f8",
|
|
139
|
+
"titleBar.activeForeground": "#1e1e1e",
|
|
140
|
+
"titleBar.border": "#0000001a",
|
|
141
|
+
"titleBar.inactiveBackground": "#f8f8f8",
|
|
142
|
+
"titleBar.inactiveForeground": "#8b949e",
|
|
143
|
+
"welcomePage.tileBackground": "#f3f3f3",
|
|
144
|
+
"widget.border": "#0000001a",
|
|
145
|
+
},
|
|
146
|
+
}
|
package/light_plus.json
ADDED
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "vscode://schemas/color-theme",
|
|
3
|
+
"name": "Light+",
|
|
4
|
+
"include": "./light_vs.json",
|
|
5
|
+
"tokenColors": [ // adds rules to the light vs rules
|
|
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": "#795E26"
|
|
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": "#267f99"
|
|
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": "#267f99"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "Control flow / Special keywords",
|
|
75
|
+
"scope": [
|
|
76
|
+
"keyword.control",
|
|
77
|
+
"source.cpp keyword.operator.new",
|
|
78
|
+
"source.cpp keyword.operator.delete",
|
|
79
|
+
"keyword.other.using",
|
|
80
|
+
"keyword.other.operator",
|
|
81
|
+
"entity.name.operator"
|
|
82
|
+
],
|
|
83
|
+
"settings": {
|
|
84
|
+
"foreground": "#AF00DB"
|
|
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
|
+
],
|
|
97
|
+
"settings": {
|
|
98
|
+
"foreground": "#001080"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "Constants and enums",
|
|
103
|
+
"scope": [
|
|
104
|
+
"variable.other.constant",
|
|
105
|
+
"variable.other.enummember"
|
|
106
|
+
],
|
|
107
|
+
"settings": {
|
|
108
|
+
"foreground": "#0070C1",
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"name": "Object keys, TS grammar specific",
|
|
113
|
+
"scope": [
|
|
114
|
+
"meta.object-literal.key"
|
|
115
|
+
],
|
|
116
|
+
"settings": {
|
|
117
|
+
"foreground": "#001080"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "CSS property value",
|
|
122
|
+
"scope": [
|
|
123
|
+
"support.constant.property-value",
|
|
124
|
+
"support.constant.font-name",
|
|
125
|
+
"support.constant.media-type",
|
|
126
|
+
"support.constant.media",
|
|
127
|
+
"constant.other.color.rgb-value",
|
|
128
|
+
"constant.other.rgb-value",
|
|
129
|
+
"support.constant.color"
|
|
130
|
+
],
|
|
131
|
+
"settings": {
|
|
132
|
+
"foreground": "#0451a5"
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "Regular expression groups",
|
|
137
|
+
"scope": [
|
|
138
|
+
"punctuation.definition.group.regexp",
|
|
139
|
+
"punctuation.definition.group.assertion.regexp",
|
|
140
|
+
"punctuation.definition.character-class.regexp",
|
|
141
|
+
"punctuation.character.set.begin.regexp",
|
|
142
|
+
"punctuation.character.set.end.regexp",
|
|
143
|
+
"keyword.operator.negation.regexp",
|
|
144
|
+
"support.other.parenthesis.regexp"
|
|
145
|
+
],
|
|
146
|
+
"settings": {
|
|
147
|
+
"foreground": "#d16969"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"scope": [
|
|
152
|
+
"constant.character.character-class.regexp",
|
|
153
|
+
"constant.other.character-class.set.regexp",
|
|
154
|
+
"constant.other.character-class.regexp",
|
|
155
|
+
"constant.character.set.regexp"
|
|
156
|
+
],
|
|
157
|
+
"settings": {
|
|
158
|
+
"foreground": "#811f3f"
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"scope": "keyword.operator.quantifier.regexp",
|
|
163
|
+
"settings": {
|
|
164
|
+
"foreground": "#000000"
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"scope": [
|
|
169
|
+
"keyword.operator.or.regexp",
|
|
170
|
+
"keyword.control.anchor.regexp"
|
|
171
|
+
],
|
|
172
|
+
"settings": {
|
|
173
|
+
"foreground": "#EE0000"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"scope": [
|
|
178
|
+
"constant.character",
|
|
179
|
+
"constant.other.option"
|
|
180
|
+
],
|
|
181
|
+
"settings": {
|
|
182
|
+
"foreground": "#0000ff"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"scope": "constant.character.escape",
|
|
187
|
+
"settings": {
|
|
188
|
+
"foreground": "#EE0000"
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"scope": "entity.name.label",
|
|
193
|
+
"settings": {
|
|
194
|
+
"foreground": "#000000"
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
],
|
|
198
|
+
"semanticHighlighting": true,
|
|
199
|
+
"semanticTokenColors": {
|
|
200
|
+
"newOperator": "#AF00DB",
|
|
201
|
+
"stringLiteral": "#a31515",
|
|
202
|
+
"customLiteral": "#795E26",
|
|
203
|
+
"numberLiteral": "#098658",
|
|
204
|
+
}
|
|
205
|
+
}
|