@codingame/monaco-vscode-theme-defaults-default-extension 1.83.16 → 1.85.0-next.0

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 CHANGED
@@ -49,7 +49,7 @@
49
49
  "input.background": "#313131",
50
50
  "input.border": "#3C3C3C",
51
51
  "input.foreground": "#CCCCCC",
52
- "input.placeholderForeground": "#9D9D9D",
52
+ "input.placeholderForeground": "#818181",
53
53
  "inputOption.activeBackground": "#2489DB82",
54
54
  "inputOption.activeBorder": "#2488DB",
55
55
  "keybindingLabel.foreground": "#CCCCCC",
@@ -111,8 +111,10 @@
111
111
  "textBlockQuote.background": "#2B2B2B",
112
112
  "textBlockQuote.border": "#616161",
113
113
  "textCodeBlock.background": "#2B2B2B",
114
- "textLink.activeForeground": "#40A6FF",
115
- "textLink.foreground": "#40A6FF",
114
+ "textLink.activeForeground": "#4daafc",
115
+ "textLink.foreground": "#4daafc",
116
+ "textPreformat.foreground": "#D0D0D0",
117
+ "textPreformat.background": "#3C3C3C",
116
118
  "textSeparator.foreground": "#21262D",
117
119
  "titleBar.activeBackground": "#181818",
118
120
  "titleBar.activeForeground": "#CCCCCC",
package/dark_vs.json CHANGED
@@ -6,8 +6,8 @@
6
6
  "editor.background": "#1E1E1E",
7
7
  "editor.foreground": "#D4D4D4",
8
8
  "editor.inactiveSelectionBackground": "#3A3D41",
9
- "editorIndentGuide.background": "#404040",
10
- "editorIndentGuide.activeBackground": "#707070",
9
+ "editorIndentGuide.background1": "#404040",
10
+ "editorIndentGuide.activeBackground1": "#707070",
11
11
  "editor.selectionHighlightBackground": "#ADD6FF26",
12
12
  "list.dropBackground": "#383B3D",
13
13
  "activityBarBadge.background": "#007ACC",
package/hc_black.json CHANGED
@@ -4,8 +4,8 @@
4
4
  "colors": {
5
5
  "editor.background": "#000000",
6
6
  "editor.foreground": "#FFFFFF",
7
- "editorIndentGuide.background": "#FFFFFF",
8
- "editorIndentGuide.activeBackground": "#FFFFFF",
7
+ "editorIndentGuide.background1": "#FFFFFF",
8
+ "editorIndentGuide.activeBackground1": "#FFFFFF",
9
9
  "sideBarTitle.foreground": "#FFFFFF",
10
10
  "selection.background": "#008000",
11
11
  "editor.selectionBackground": "#FFFFFF",
package/light_modern.json CHANGED
@@ -38,7 +38,7 @@
38
38
  "editorGutter.addedBackground": "#2EA043",
39
39
  "editorGutter.deletedBackground": "#F85149",
40
40
  "editorGutter.modifiedBackground": "#005FB8",
41
- "editorIndentGuide.background": "#D3D3D3",
41
+ "editorIndentGuide.background1": "#D3D3D3",
42
42
  "editorLineNumber.activeForeground": "#171184",
43
43
  "editorLineNumber.foreground": "#6E7681",
44
44
  "editorOverviewRuler.border": "#E5E5E5",
@@ -131,6 +131,8 @@
131
131
  "textCodeBlock.background": "#F8F8F8",
132
132
  "textLink.activeForeground": "#005FB8",
133
133
  "textLink.foreground": "#005FB8",
134
+ "textPreformat.foreground": "#3B3B3B",
135
+ "textPreformat.background": "#0000001F",
134
136
  "textSeparator.foreground": "#21262D",
135
137
  "titleBar.activeBackground": "#F8F8F8",
136
138
  "titleBar.activeForeground": "#1E1E1E",
package/light_vs.json CHANGED
@@ -6,8 +6,8 @@
6
6
  "editor.background": "#FFFFFF",
7
7
  "editor.foreground": "#000000",
8
8
  "editor.inactiveSelectionBackground": "#E5EBF1",
9
- "editorIndentGuide.background": "#D3D3D3",
10
- "editorIndentGuide.activeBackground": "#939393",
9
+ "editorIndentGuide.background1": "#D3D3D3",
10
+ "editorIndentGuide.activeBackground1": "#939393",
11
11
  "editor.selectionHighlightBackground": "#ADD6FF80",
12
12
  "editorSuggestWidget.background": "#F3F3F3",
13
13
  "activityBarBadge.background": "#007ACC",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-theme-defaults-default-extension",
3
- "version": "1.83.16",
3
+ "version": "1.85.0-next.0",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -18,6 +18,6 @@
18
18
  "module": "index.js",
19
19
  "types": "index.d.ts",
20
20
  "dependencies": {
21
- "vscode": "npm:@codingame/monaco-vscode-api@1.83.16"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@1.85.0-next.0"
22
22
  }
23
23
  }