@codingame/monaco-vscode-theme-defaults-default-extension 1.81.8-next.3 → 1.82.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 +104 -112
- package/dark_vs.json +2 -0
- package/hc_black.json +4 -2
- package/hc_light.json +9 -2
- package/index.d.ts +2 -0
- package/light_modern.json +103 -106
- package/light_vs.json +4 -2
- package/package.json +4 -3
package/dark_modern.json
CHANGED
|
@@ -3,132 +3,124 @@
|
|
|
3
3
|
"name": "Default Dark Modern",
|
|
4
4
|
"include": "./dark_plus.json",
|
|
5
5
|
"colors": {
|
|
6
|
-
"activityBar.activeBorder": "#
|
|
6
|
+
"activityBar.activeBorder": "#0078D4",
|
|
7
7
|
"activityBar.background": "#181818",
|
|
8
|
-
"activityBar.border": "#
|
|
9
|
-
"activityBar.foreground": "#
|
|
10
|
-
"activityBar.inactiveForeground": "#
|
|
11
|
-
"activityBarBadge.background": "#
|
|
12
|
-
"activityBarBadge.foreground": "#
|
|
13
|
-
"badge.background": "#
|
|
14
|
-
"badge.foreground": "#
|
|
15
|
-
"button.background": "#
|
|
16
|
-
"button.border": "#
|
|
17
|
-
"button.foreground": "#
|
|
18
|
-
"button.hoverBackground": "#
|
|
19
|
-
"button.secondaryBackground": "#
|
|
20
|
-
"button.secondaryForeground": "#
|
|
21
|
-
"button.secondaryHoverBackground": "#
|
|
8
|
+
"activityBar.border": "#2B2B2B",
|
|
9
|
+
"activityBar.foreground": "#D7D7D7",
|
|
10
|
+
"activityBar.inactiveForeground": "#868686",
|
|
11
|
+
"activityBarBadge.background": "#0078D4",
|
|
12
|
+
"activityBarBadge.foreground": "#FFFFFF",
|
|
13
|
+
"badge.background": "#616161",
|
|
14
|
+
"badge.foreground": "#F8F8F8",
|
|
15
|
+
"button.background": "#0078D4",
|
|
16
|
+
"button.border": "#FFFFFF12",
|
|
17
|
+
"button.foreground": "#FFFFFF",
|
|
18
|
+
"button.hoverBackground": "#026EC1",
|
|
19
|
+
"button.secondaryBackground": "#313131",
|
|
20
|
+
"button.secondaryForeground": "#CCCCCC",
|
|
21
|
+
"button.secondaryHoverBackground": "#3C3C3C",
|
|
22
|
+
"chat.slashCommandBackground": "#34414B",
|
|
23
|
+
"chat.slashCommandForeground": "#40A6FF",
|
|
22
24
|
"checkbox.background": "#313131",
|
|
23
|
-
"checkbox.border": "#
|
|
25
|
+
"checkbox.border": "#3C3C3C",
|
|
24
26
|
"debugToolBar.background": "#181818",
|
|
25
|
-
"descriptionForeground": "#
|
|
27
|
+
"descriptionForeground": "#9D9D9D",
|
|
26
28
|
"dropdown.background": "#313131",
|
|
27
|
-
"dropdown.border": "#
|
|
28
|
-
"dropdown.foreground": "#
|
|
29
|
-
"dropdown.listBackground": "#
|
|
30
|
-
"editor.background": "#
|
|
31
|
-
"editor.findMatchBackground": "#
|
|
32
|
-
"editor.foreground": "#
|
|
33
|
-
"editorGroup.border": "#
|
|
29
|
+
"dropdown.border": "#3C3C3C",
|
|
30
|
+
"dropdown.foreground": "#CCCCCC",
|
|
31
|
+
"dropdown.listBackground": "#1F1F1F",
|
|
32
|
+
"editor.background": "#1F1F1F",
|
|
33
|
+
"editor.findMatchBackground": "#9E6A03",
|
|
34
|
+
"editor.foreground": "#CCCCCC",
|
|
35
|
+
"editorGroup.border": "#FFFFFF17",
|
|
34
36
|
"editorGroupHeader.tabsBackground": "#181818",
|
|
35
|
-
"editorGroupHeader.tabsBorder": "#
|
|
36
|
-
"editorGutter.addedBackground": "#
|
|
37
|
-
"editorGutter.deletedBackground": "#
|
|
38
|
-
"editorGutter.modifiedBackground": "#
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"editorLineNumber.activeForeground": "#cccccc",
|
|
42
|
-
"editorLineNumber.foreground": "#6e7681",
|
|
37
|
+
"editorGroupHeader.tabsBorder": "#2B2B2B",
|
|
38
|
+
"editorGutter.addedBackground": "#2EA043",
|
|
39
|
+
"editorGutter.deletedBackground": "#F85149",
|
|
40
|
+
"editorGutter.modifiedBackground": "#0078D4",
|
|
41
|
+
"editorLineNumber.activeForeground": "#CCCCCC",
|
|
42
|
+
"editorLineNumber.foreground": "#6E7681",
|
|
43
43
|
"editorOverviewRuler.border": "#010409",
|
|
44
|
-
"editorWidget.background": "#
|
|
45
|
-
"errorForeground": "#
|
|
46
|
-
"focusBorder": "#
|
|
47
|
-
"foreground": "#
|
|
48
|
-
"icon.foreground": "#
|
|
49
|
-
"input.background": "#
|
|
50
|
-
"input.border": "#
|
|
51
|
-
"input.foreground": "#
|
|
52
|
-
"input.placeholderForeground": "#
|
|
53
|
-
"inputOption.activeBackground": "#
|
|
54
|
-
"inputOption.activeBorder": "#
|
|
55
|
-
"keybindingLabel.foreground": "#
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"notifications.background": "#1f1f1f",
|
|
63
|
-
"notifications.border": "#ffffff15",
|
|
64
|
-
"notifications.foreground": "#cccccc",
|
|
44
|
+
"editorWidget.background": "#202020",
|
|
45
|
+
"errorForeground": "#F85149",
|
|
46
|
+
"focusBorder": "#0078D4",
|
|
47
|
+
"foreground": "#CCCCCC",
|
|
48
|
+
"icon.foreground": "#CCCCCC",
|
|
49
|
+
"input.background": "#313131",
|
|
50
|
+
"input.border": "#3C3C3C",
|
|
51
|
+
"input.foreground": "#CCCCCC",
|
|
52
|
+
"input.placeholderForeground": "#9D9D9D",
|
|
53
|
+
"inputOption.activeBackground": "#2489DB82",
|
|
54
|
+
"inputOption.activeBorder": "#2488DB",
|
|
55
|
+
"keybindingLabel.foreground": "#CCCCCC",
|
|
56
|
+
"menu.background": "#1F1F1F",
|
|
57
|
+
"notificationCenterHeader.background": "#1F1F1F",
|
|
58
|
+
"notificationCenterHeader.foreground": "#CCCCCC",
|
|
59
|
+
"notifications.background": "#1F1F1F",
|
|
60
|
+
"notifications.border": "#2B2B2B",
|
|
61
|
+
"notifications.foreground": "#CCCCCC",
|
|
65
62
|
"panel.background": "#181818",
|
|
66
|
-
"panel.border": "#
|
|
67
|
-
"panelInput.border": "#
|
|
68
|
-
"panelTitle.activeBorder": "#
|
|
69
|
-
"panelTitle.activeForeground": "#
|
|
70
|
-
"panelTitle.inactiveForeground": "#
|
|
71
|
-
"peekViewEditor.background": "#
|
|
72
|
-
"peekViewEditor.matchHighlightBackground": "#
|
|
73
|
-
"peekViewResult.background": "#
|
|
74
|
-
"peekViewResult.matchHighlightBackground": "#
|
|
75
|
-
"pickerGroup.border": "#
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"quickInput.
|
|
79
|
-
"quickInput.foreground": "#cccccc",
|
|
80
|
-
"scrollbar.shadow": "#484f5833",
|
|
81
|
-
"scrollbarSlider.activeBackground": "#6e768187",
|
|
82
|
-
"scrollbarSlider.background": "#6e768133",
|
|
83
|
-
"scrollbarSlider.hoverBackground": "#6e768145",
|
|
63
|
+
"panel.border": "#2B2B2B",
|
|
64
|
+
"panelInput.border": "#2B2B2B",
|
|
65
|
+
"panelTitle.activeBorder": "#0078D4",
|
|
66
|
+
"panelTitle.activeForeground": "#CCCCCC",
|
|
67
|
+
"panelTitle.inactiveForeground": "#9D9D9D",
|
|
68
|
+
"peekViewEditor.background": "#1F1F1F",
|
|
69
|
+
"peekViewEditor.matchHighlightBackground": "#BB800966",
|
|
70
|
+
"peekViewResult.background": "#1F1F1F",
|
|
71
|
+
"peekViewResult.matchHighlightBackground": "#BB800966",
|
|
72
|
+
"pickerGroup.border": "#3C3C3C",
|
|
73
|
+
"progressBar.background": "#0078D4",
|
|
74
|
+
"quickInput.background": "#222222",
|
|
75
|
+
"quickInput.foreground": "#CCCCCC",
|
|
84
76
|
"settings.dropdownBackground": "#313131",
|
|
85
|
-
"settings.dropdownBorder": "#
|
|
86
|
-
"settings.headerForeground": "#
|
|
87
|
-
"settings.modifiedItemIndicator": "#
|
|
77
|
+
"settings.dropdownBorder": "#3C3C3C",
|
|
78
|
+
"settings.headerForeground": "#FFFFFF",
|
|
79
|
+
"settings.modifiedItemIndicator": "#BB800966",
|
|
88
80
|
"sideBar.background": "#181818",
|
|
89
|
-
"sideBar.border": "#
|
|
90
|
-
"sideBar.foreground": "#
|
|
81
|
+
"sideBar.border": "#2B2B2B",
|
|
82
|
+
"sideBar.foreground": "#CCCCCC",
|
|
91
83
|
"sideBarSectionHeader.background": "#181818",
|
|
92
|
-
"sideBarSectionHeader.border": "#
|
|
93
|
-
"sideBarSectionHeader.foreground": "#
|
|
94
|
-
"sideBarTitle.foreground": "#
|
|
84
|
+
"sideBarSectionHeader.border": "#2B2B2B",
|
|
85
|
+
"sideBarSectionHeader.foreground": "#CCCCCC",
|
|
86
|
+
"sideBarTitle.foreground": "#CCCCCC",
|
|
95
87
|
"statusBar.background": "#181818",
|
|
96
|
-
"statusBar.border": "#
|
|
97
|
-
"statusBar.debuggingBackground": "#
|
|
98
|
-
"statusBar.debuggingForeground": "#
|
|
99
|
-
"statusBar.focusBorder": "#
|
|
100
|
-
"statusBar.foreground": "#
|
|
101
|
-
"statusBar.noFolderBackground": "#
|
|
102
|
-
"statusBarItem.focusBorder": "#
|
|
103
|
-
"statusBarItem.prominentBackground": "#
|
|
104
|
-
"statusBarItem.remoteBackground": "#
|
|
105
|
-
"statusBarItem.remoteForeground": "#
|
|
106
|
-
"tab.activeBackground": "#
|
|
107
|
-
"tab.activeBorder": "#
|
|
108
|
-
"tab.activeBorderTop": "#
|
|
109
|
-
"tab.activeForeground": "#
|
|
110
|
-
"tab.border": "#
|
|
111
|
-
"tab.hoverBackground": "#
|
|
88
|
+
"statusBar.border": "#2B2B2B",
|
|
89
|
+
"statusBar.debuggingBackground": "#0078D4",
|
|
90
|
+
"statusBar.debuggingForeground": "#FFFFFF",
|
|
91
|
+
"statusBar.focusBorder": "#0078D4",
|
|
92
|
+
"statusBar.foreground": "#CCCCCC",
|
|
93
|
+
"statusBar.noFolderBackground": "#1F1F1F",
|
|
94
|
+
"statusBarItem.focusBorder": "#0078D4",
|
|
95
|
+
"statusBarItem.prominentBackground": "#6E768166",
|
|
96
|
+
"statusBarItem.remoteBackground": "#0078D4",
|
|
97
|
+
"statusBarItem.remoteForeground": "#FFFFFF",
|
|
98
|
+
"tab.activeBackground": "#1F1F1F",
|
|
99
|
+
"tab.activeBorder": "#1F1F1F",
|
|
100
|
+
"tab.activeBorderTop": "#0078D4",
|
|
101
|
+
"tab.activeForeground": "#FFFFFF",
|
|
102
|
+
"tab.border": "#2B2B2B",
|
|
103
|
+
"tab.hoverBackground": "#1F1F1F",
|
|
112
104
|
"tab.inactiveBackground": "#181818",
|
|
113
|
-
"tab.inactiveForeground": "#
|
|
114
|
-
"tab.unfocusedActiveBorder": "#
|
|
115
|
-
"tab.unfocusedActiveBorderTop": "#
|
|
116
|
-
"tab.unfocusedHoverBackground": "#
|
|
117
|
-
"terminal.foreground": "#
|
|
118
|
-
"terminal.tab.activeBorder": "#
|
|
119
|
-
"textBlockQuote.background": "#
|
|
120
|
-
"textBlockQuote.border": "#
|
|
121
|
-
"textCodeBlock.background": "#
|
|
105
|
+
"tab.inactiveForeground": "#9D9D9D",
|
|
106
|
+
"tab.unfocusedActiveBorder": "#1F1F1F",
|
|
107
|
+
"tab.unfocusedActiveBorderTop": "#2B2B2B",
|
|
108
|
+
"tab.unfocusedHoverBackground": "#1F1F1F",
|
|
109
|
+
"terminal.foreground": "#CCCCCC",
|
|
110
|
+
"terminal.tab.activeBorder": "#0078D4",
|
|
111
|
+
"textBlockQuote.background": "#2B2B2B",
|
|
112
|
+
"textBlockQuote.border": "#616161",
|
|
113
|
+
"textCodeBlock.background": "#2B2B2B",
|
|
122
114
|
"textLink.activeForeground": "#40A6FF",
|
|
123
115
|
"textLink.foreground": "#40A6FF",
|
|
124
|
-
"textSeparator.foreground": "#
|
|
116
|
+
"textSeparator.foreground": "#21262D",
|
|
125
117
|
"titleBar.activeBackground": "#181818",
|
|
126
|
-
"titleBar.activeForeground": "#
|
|
127
|
-
"titleBar.border": "#
|
|
128
|
-
"titleBar.inactiveBackground": "#
|
|
129
|
-
"titleBar.inactiveForeground": "#
|
|
130
|
-
"welcomePage.tileBackground": "#
|
|
131
|
-
"welcomePage.progress.foreground": "#
|
|
132
|
-
"widget.border": "#
|
|
118
|
+
"titleBar.activeForeground": "#CCCCCC",
|
|
119
|
+
"titleBar.border": "#2B2B2B",
|
|
120
|
+
"titleBar.inactiveBackground": "#1F1F1F",
|
|
121
|
+
"titleBar.inactiveForeground": "#9D9D9D",
|
|
122
|
+
"welcomePage.tileBackground": "#2B2B2B",
|
|
123
|
+
"welcomePage.progress.foreground": "#0078D4",
|
|
124
|
+
"widget.border": "#313131",
|
|
133
125
|
},
|
|
134
126
|
}
|
package/dark_vs.json
CHANGED
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
"list.activeSelectionIconForeground": "#FFF",
|
|
27
27
|
"terminal.inactiveSelectionBackground": "#3A3D41",
|
|
28
28
|
"widget.border": "#303031",
|
|
29
|
+
"actionBar.toggledBackground": "#383a49"
|
|
29
30
|
},
|
|
30
31
|
"tokenColors": [
|
|
31
32
|
{
|
|
@@ -33,6 +34,7 @@
|
|
|
33
34
|
"meta.embedded",
|
|
34
35
|
"source.groovy.embedded",
|
|
35
36
|
"string meta.image.inline.markdown",
|
|
37
|
+
"variable.legacy.builtin.python"
|
|
36
38
|
],
|
|
37
39
|
"settings": {
|
|
38
40
|
"foreground": "#D4D4D4"
|
package/hc_black.json
CHANGED
|
@@ -11,14 +11,16 @@
|
|
|
11
11
|
"editor.selectionBackground": "#FFFFFF",
|
|
12
12
|
"statusBarItem.remoteBackground": "#00000000",
|
|
13
13
|
"ports.iconRunningProcessForeground": "#FFFFFF",
|
|
14
|
-
"editorWhitespace.foreground": "#7c7c7c"
|
|
14
|
+
"editorWhitespace.foreground": "#7c7c7c",
|
|
15
|
+
"actionBar.toggledBackground": "#383a49"
|
|
15
16
|
},
|
|
16
17
|
"tokenColors": [
|
|
17
18
|
{
|
|
18
19
|
"scope": [
|
|
19
20
|
"meta.embedded",
|
|
20
21
|
"source.groovy.embedded",
|
|
21
|
-
"string meta.image.inline.markdown"
|
|
22
|
+
"string meta.image.inline.markdown",
|
|
23
|
+
"variable.legacy.builtin.python"
|
|
22
24
|
],
|
|
23
25
|
"settings": {
|
|
24
26
|
"foreground": "#FFFFFF"
|
package/hc_light.json
CHANGED
|
@@ -3,7 +3,11 @@
|
|
|
3
3
|
"name": "Light High Contrast",
|
|
4
4
|
"tokenColors": [
|
|
5
5
|
{
|
|
6
|
-
"scope": [
|
|
6
|
+
"scope": [
|
|
7
|
+
"meta.embedded",
|
|
8
|
+
"source.groovy.embedded",
|
|
9
|
+
"variable.legacy.builtin.python"
|
|
10
|
+
],
|
|
7
11
|
"settings": {
|
|
8
12
|
"foreground": "#292929"
|
|
9
13
|
}
|
|
@@ -562,5 +566,8 @@
|
|
|
562
566
|
"foreground": "#800080"
|
|
563
567
|
}
|
|
564
568
|
}
|
|
565
|
-
]
|
|
569
|
+
],
|
|
570
|
+
"colors": {
|
|
571
|
+
"actionBar.toggledBackground": "#dddddd"
|
|
572
|
+
}
|
|
566
573
|
}
|
package/index.d.ts
ADDED
package/light_modern.json
CHANGED
|
@@ -4,143 +4,140 @@
|
|
|
4
4
|
"include": "./light_plus.json",
|
|
5
5
|
"colors": {
|
|
6
6
|
"activityBar.activeBorder": "#005FB8",
|
|
7
|
-
"activityBar.background": "#
|
|
8
|
-
"activityBar.border": "#
|
|
9
|
-
"activityBar.foreground": "#
|
|
10
|
-
"activityBar.inactiveForeground": "#
|
|
7
|
+
"activityBar.background": "#F8F8F8",
|
|
8
|
+
"activityBar.border": "#E5E5E5",
|
|
9
|
+
"activityBar.foreground": "#1F1F1F",
|
|
10
|
+
"activityBar.inactiveForeground": "#616161",
|
|
11
11
|
"activityBarBadge.background": "#005FB8",
|
|
12
|
-
"activityBarBadge.foreground": "#
|
|
13
|
-
"badge.background": "#
|
|
14
|
-
"badge.foreground": "#
|
|
12
|
+
"activityBarBadge.foreground": "#FFFFFF",
|
|
13
|
+
"badge.background": "#CCCCCC",
|
|
14
|
+
"badge.foreground": "#3B3B3B",
|
|
15
15
|
"button.background": "#005FB8",
|
|
16
16
|
"button.border": "#0000001a",
|
|
17
|
-
"button.foreground": "#
|
|
18
|
-
"button.hoverBackground": "#
|
|
19
|
-
"button.secondaryBackground": "#
|
|
20
|
-
"button.secondaryForeground": "#
|
|
21
|
-
"button.secondaryHoverBackground": "#
|
|
22
|
-
"
|
|
17
|
+
"button.foreground": "#FFFFFF",
|
|
18
|
+
"button.hoverBackground": "#0258A8",
|
|
19
|
+
"button.secondaryBackground": "#E5E5E5",
|
|
20
|
+
"button.secondaryForeground": "#3B3B3B",
|
|
21
|
+
"button.secondaryHoverBackground": "#CCCCCC",
|
|
22
|
+
"chat.slashCommandBackground": "#D2ECFF",
|
|
23
|
+
"chat.slashCommandForeground": "#306CA2",
|
|
24
|
+
"checkbox.background": "#F8F8F8",
|
|
23
25
|
"checkbox.border": "#CECECE",
|
|
24
|
-
"descriptionForeground": "#
|
|
25
|
-
"dropdown.background": "#
|
|
26
|
+
"descriptionForeground": "#3B3B3B",
|
|
27
|
+
"dropdown.background": "#FFFFFF",
|
|
26
28
|
"dropdown.border": "#CECECE",
|
|
27
|
-
"dropdown.foreground": "#
|
|
28
|
-
"dropdown.listBackground": "#
|
|
29
|
-
"editor.background": "#
|
|
30
|
-
"editor.foreground": "#
|
|
29
|
+
"dropdown.foreground": "#3B3B3B",
|
|
30
|
+
"dropdown.listBackground": "#FFFFFF",
|
|
31
|
+
"editor.background": "#FFFFFF",
|
|
32
|
+
"editor.foreground": "#3B3B3B",
|
|
31
33
|
"editor.inactiveSelectionBackground": "#E5EBF1",
|
|
32
34
|
"editor.selectionHighlightBackground": "#ADD6FF80",
|
|
33
|
-
"editorGroup.border": "#
|
|
34
|
-
"editorGroupHeader.tabsBackground": "#
|
|
35
|
-
"editorGroupHeader.tabsBorder": "#
|
|
36
|
-
"editorGutter.addedBackground": "#
|
|
37
|
-
"editorGutter.deletedBackground": "#
|
|
35
|
+
"editorGroup.border": "#E5E5E5",
|
|
36
|
+
"editorGroupHeader.tabsBackground": "#F8F8F8",
|
|
37
|
+
"editorGroupHeader.tabsBorder": "#E5E5E5",
|
|
38
|
+
"editorGutter.addedBackground": "#2EA043",
|
|
39
|
+
"editorGutter.deletedBackground": "#F85149",
|
|
38
40
|
"editorGutter.modifiedBackground": "#005FB8",
|
|
39
41
|
"editorIndentGuide.background": "#D3D3D3",
|
|
40
|
-
"editorInlayHint.background": "#8b949e1b",
|
|
41
|
-
"editorInlayHint.typeBackground": "#8b949e1b",
|
|
42
42
|
"editorLineNumber.activeForeground": "#171184",
|
|
43
|
-
"editorLineNumber.foreground": "#
|
|
44
|
-
"editorOverviewRuler.border": "#
|
|
45
|
-
"editorSuggestWidget.background": "#
|
|
46
|
-
"editorWidget.background": "#
|
|
47
|
-
"errorForeground": "#
|
|
43
|
+
"editorLineNumber.foreground": "#6E7681",
|
|
44
|
+
"editorOverviewRuler.border": "#E5E5E5",
|
|
45
|
+
"editorSuggestWidget.background": "#F8F8F8",
|
|
46
|
+
"editorWidget.background": "#F8F8F8",
|
|
47
|
+
"errorForeground": "#F85149",
|
|
48
48
|
"focusBorder": "#005FB8",
|
|
49
|
-
"foreground": "#
|
|
50
|
-
"icon.foreground": "#
|
|
51
|
-
"input.background": "#
|
|
49
|
+
"foreground": "#3B3B3B",
|
|
50
|
+
"icon.foreground": "#3B3B3B",
|
|
51
|
+
"input.background": "#FFFFFF",
|
|
52
52
|
"input.border": "#CECECE",
|
|
53
|
-
"input.foreground": "#
|
|
54
|
-
"input.placeholderForeground": "#
|
|
55
|
-
"inputOption.activeBackground": "#
|
|
53
|
+
"input.foreground": "#3B3B3B",
|
|
54
|
+
"input.placeholderForeground": "#868686",
|
|
55
|
+
"inputOption.activeBackground": "#BED6ED",
|
|
56
56
|
"inputOption.activeBorder": "#005FB8",
|
|
57
57
|
"inputOption.activeForeground": "#000000",
|
|
58
|
-
"keybindingLabel.foreground": "#
|
|
59
|
-
"list.activeSelectionBackground": "#
|
|
58
|
+
"keybindingLabel.foreground": "#3B3B3B",
|
|
59
|
+
"list.activeSelectionBackground": "#E8E8E8",
|
|
60
60
|
"list.activeSelectionForeground": "#000000",
|
|
61
61
|
"list.activeSelectionIconForeground": "#000000",
|
|
62
|
-
"list.hoverBackground": "#
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"notebook.
|
|
66
|
-
"
|
|
67
|
-
"notificationCenterHeader.
|
|
68
|
-
"
|
|
69
|
-
"notifications.
|
|
70
|
-
"notifications.
|
|
71
|
-
"
|
|
72
|
-
"panel.
|
|
73
|
-
"
|
|
62
|
+
"list.hoverBackground": "#F2F2F2",
|
|
63
|
+
"list.focusAndSelectionOutline": "#005FB8",
|
|
64
|
+
"menu.border": "#CECECE",
|
|
65
|
+
"notebook.cellBorderColor": "#E5E5E5",
|
|
66
|
+
"notebook.selectedCellBackground": "#C8DDF150",
|
|
67
|
+
"notificationCenterHeader.background": "#FFFFFF",
|
|
68
|
+
"notificationCenterHeader.foreground": "#3B3B3B",
|
|
69
|
+
"notifications.background": "#FFFFFF",
|
|
70
|
+
"notifications.border": "#E5E5E5",
|
|
71
|
+
"notifications.foreground": "#3B3B3B",
|
|
72
|
+
"panel.background": "#F8F8F8",
|
|
73
|
+
"panel.border": "#E5E5E5",
|
|
74
|
+
"panelInput.border": "#E5E5E5",
|
|
74
75
|
"panelTitle.activeBorder": "#005FB8",
|
|
75
|
-
"panelTitle.activeForeground": "#
|
|
76
|
-
"panelTitle.inactiveForeground": "#
|
|
77
|
-
"peekViewEditor.matchHighlightBackground": "#
|
|
78
|
-
"peekViewResult.background": "#
|
|
79
|
-
"peekViewResult.matchHighlightBackground": "#
|
|
80
|
-
"pickerGroup.border": "#
|
|
81
|
-
"pickerGroup.foreground": "#
|
|
76
|
+
"panelTitle.activeForeground": "#3B3B3B",
|
|
77
|
+
"panelTitle.inactiveForeground": "#3B3B3B",
|
|
78
|
+
"peekViewEditor.matchHighlightBackground": "#BB800966",
|
|
79
|
+
"peekViewResult.background": "#FFFFFF",
|
|
80
|
+
"peekViewResult.matchHighlightBackground": "#BB800966",
|
|
81
|
+
"pickerGroup.border": "#E5E5E5",
|
|
82
|
+
"pickerGroup.foreground": "#8B949E",
|
|
82
83
|
"ports.iconRunningProcessForeground": "#369432",
|
|
83
84
|
"progressBar.background": "#005FB8",
|
|
84
|
-
"quickInput.background": "#
|
|
85
|
-
"quickInput.foreground": "#
|
|
86
|
-
"scrollbar.shadow": "#484f5833",
|
|
87
|
-
"scrollbarSlider.activeBackground": "#6e768187",
|
|
88
|
-
"scrollbarSlider.background": "#6e768133",
|
|
89
|
-
"scrollbarSlider.hoverBackground": "#6e768145",
|
|
85
|
+
"quickInput.background": "#F8F8F8",
|
|
86
|
+
"quickInput.foreground": "#3B3B3B",
|
|
90
87
|
"searchEditor.textInputBorder": "#CECECE",
|
|
91
|
-
"settings.dropdownBackground": "#
|
|
88
|
+
"settings.dropdownBackground": "#FFFFFF",
|
|
92
89
|
"settings.dropdownBorder": "#CECECE",
|
|
93
|
-
"settings.headerForeground": "#
|
|
94
|
-
"settings.modifiedItemIndicator": "#
|
|
90
|
+
"settings.headerForeground": "#1F1F1F",
|
|
91
|
+
"settings.modifiedItemIndicator": "#BB800966",
|
|
95
92
|
"settings.numberInputBorder": "#CECECE",
|
|
96
93
|
"settings.textInputBorder": "#CECECE",
|
|
97
|
-
"sideBar.background": "#
|
|
98
|
-
"sideBar.border": "#
|
|
99
|
-
"sideBar.foreground": "#
|
|
100
|
-
"sideBarSectionHeader.background": "#
|
|
101
|
-
"sideBarSectionHeader.border": "#
|
|
102
|
-
"sideBarSectionHeader.foreground": "#
|
|
103
|
-
"sideBarTitle.foreground": "#
|
|
104
|
-
"statusBar.background": "#
|
|
105
|
-
"statusBar.foreground": "#
|
|
106
|
-
"statusBar.border": "#
|
|
107
|
-
"statusBar.debuggingBackground": "#
|
|
94
|
+
"sideBar.background": "#F8F8F8",
|
|
95
|
+
"sideBar.border": "#E5E5E5",
|
|
96
|
+
"sideBar.foreground": "#3B3B3B",
|
|
97
|
+
"sideBarSectionHeader.background": "#F8F8F8",
|
|
98
|
+
"sideBarSectionHeader.border": "#E5E5E5",
|
|
99
|
+
"sideBarSectionHeader.foreground": "#3B3B3B",
|
|
100
|
+
"sideBarTitle.foreground": "#3B3B3B",
|
|
101
|
+
"statusBar.background": "#F8F8F8",
|
|
102
|
+
"statusBar.foreground": "#3B3B3B",
|
|
103
|
+
"statusBar.border": "#E5E5E5",
|
|
104
|
+
"statusBar.debuggingBackground": "#FD716C",
|
|
108
105
|
"statusBar.debuggingForeground": "#000000",
|
|
109
106
|
"statusBar.focusBorder": "#005FB8",
|
|
110
|
-
"statusBar.noFolderBackground": "#
|
|
111
|
-
"statusBarItem.errorBackground": "#
|
|
107
|
+
"statusBar.noFolderBackground": "#F8F8F8",
|
|
108
|
+
"statusBarItem.errorBackground": "#C72E0F",
|
|
112
109
|
"statusBarItem.focusBorder": "#005FB8",
|
|
113
|
-
"statusBarItem.prominentBackground": "#
|
|
110
|
+
"statusBarItem.prominentBackground": "#6E768166",
|
|
114
111
|
"statusBarItem.remoteBackground": "#005FB8",
|
|
115
|
-
"statusBarItem.remoteForeground": "#
|
|
116
|
-
"tab.activeBackground": "#
|
|
117
|
-
"tab.activeBorder": "#
|
|
112
|
+
"statusBarItem.remoteForeground": "#FFFFFF",
|
|
113
|
+
"tab.activeBackground": "#FFFFFF",
|
|
114
|
+
"tab.activeBorder": "#F8F8F8",
|
|
118
115
|
"tab.activeBorderTop": "#005FB8",
|
|
119
|
-
"tab.activeForeground": "#
|
|
120
|
-
"tab.border": "#
|
|
121
|
-
"tab.hoverBackground": "#
|
|
122
|
-
"tab.inactiveBackground": "#
|
|
123
|
-
"tab.inactiveForeground": "#
|
|
124
|
-
"tab.lastPinnedBorder": "#
|
|
125
|
-
"tab.unfocusedActiveBorder": "#
|
|
126
|
-
"tab.unfocusedActiveBorderTop": "#
|
|
127
|
-
"tab.unfocusedHoverBackground": "#
|
|
116
|
+
"tab.activeForeground": "#3B3B3B",
|
|
117
|
+
"tab.border": "#E5E5E5",
|
|
118
|
+
"tab.hoverBackground": "#FFFFFF",
|
|
119
|
+
"tab.inactiveBackground": "#F8F8F8",
|
|
120
|
+
"tab.inactiveForeground": "#868686",
|
|
121
|
+
"tab.lastPinnedBorder": "#D4D4D4",
|
|
122
|
+
"tab.unfocusedActiveBorder": "#F8F8F8",
|
|
123
|
+
"tab.unfocusedActiveBorderTop": "#E5E5E5",
|
|
124
|
+
"tab.unfocusedHoverBackground": "#F8F8F8",
|
|
128
125
|
"terminalCursor.foreground": "#005FB8",
|
|
129
|
-
"terminal.foreground": "#
|
|
126
|
+
"terminal.foreground": "#3B3B3B",
|
|
130
127
|
"terminal.inactiveSelectionBackground": "#E5EBF1",
|
|
131
|
-
"terminal.tab.activeBorder": "#
|
|
132
|
-
"textBlockQuote.background": "#
|
|
133
|
-
"textBlockQuote.border": "#
|
|
134
|
-
"textCodeBlock.background": "#
|
|
128
|
+
"terminal.tab.activeBorder": "#005FB8",
|
|
129
|
+
"textBlockQuote.background": "#F8F8F8",
|
|
130
|
+
"textBlockQuote.border": "#E5E5E5",
|
|
131
|
+
"textCodeBlock.background": "#F8F8F8",
|
|
135
132
|
"textLink.activeForeground": "#005FB8",
|
|
136
133
|
"textLink.foreground": "#005FB8",
|
|
137
|
-
"textSeparator.foreground": "#
|
|
138
|
-
"titleBar.activeBackground": "#
|
|
139
|
-
"titleBar.activeForeground": "#
|
|
140
|
-
"titleBar.border": "#
|
|
141
|
-
"titleBar.inactiveBackground": "#
|
|
142
|
-
"titleBar.inactiveForeground": "#
|
|
143
|
-
"welcomePage.tileBackground": "#
|
|
144
|
-
"widget.border": "#
|
|
134
|
+
"textSeparator.foreground": "#21262D",
|
|
135
|
+
"titleBar.activeBackground": "#F8F8F8",
|
|
136
|
+
"titleBar.activeForeground": "#1E1E1E",
|
|
137
|
+
"titleBar.border": "#E5E5E5",
|
|
138
|
+
"titleBar.inactiveBackground": "#F8F8F8",
|
|
139
|
+
"titleBar.inactiveForeground": "#8B949E",
|
|
140
|
+
"welcomePage.tileBackground": "#F3F3F3",
|
|
141
|
+
"widget.border": "#E5E5E5"
|
|
145
142
|
},
|
|
146
143
|
}
|
package/light_vs.json
CHANGED
|
@@ -30,14 +30,16 @@
|
|
|
30
30
|
"list.activeSelectionIconForeground": "#FFF",
|
|
31
31
|
"list.focusAndSelectionOutline": "#90C2F9",
|
|
32
32
|
"terminal.inactiveSelectionBackground": "#E5EBF1",
|
|
33
|
-
"widget.border": "#d4d4d4"
|
|
33
|
+
"widget.border": "#d4d4d4",
|
|
34
|
+
"actionBar.toggledBackground": "#dddddd"
|
|
34
35
|
},
|
|
35
36
|
"tokenColors": [
|
|
36
37
|
{
|
|
37
38
|
"scope": [
|
|
38
39
|
"meta.embedded",
|
|
39
40
|
"source.groovy.embedded",
|
|
40
|
-
"string meta.image.inline.markdown"
|
|
41
|
+
"string meta.image.inline.markdown",
|
|
42
|
+
"variable.legacy.builtin.python"
|
|
41
43
|
],
|
|
42
44
|
"settings": {
|
|
43
45
|
"foreground": "#000000ff"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-theme-defaults-default-extension",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.82.1",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -9,14 +9,15 @@
|
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "https://github.com/CodinGame/monaco-vscode-api"
|
|
12
|
+
"url": "git+https://github.com/CodinGame/monaco-vscode-api.git"
|
|
13
13
|
},
|
|
14
14
|
"type": "module",
|
|
15
15
|
"private": false,
|
|
16
16
|
"description": "Default VSCode extension designed to be used with @codingame/monaco-vscode-api",
|
|
17
17
|
"main": "index.js",
|
|
18
18
|
"module": "index.js",
|
|
19
|
+
"types": "index.d.ts",
|
|
19
20
|
"dependencies": {
|
|
20
|
-
"vscode": "npm:@codingame/monaco-vscode-api@1.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@1.82.1"
|
|
21
22
|
}
|
|
22
23
|
}
|