@theia/monaco 1.30.0-next.8 → 1.31.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/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@theia/monaco",
3
- "version": "1.30.0-next.8+03b8549f933",
3
+ "version": "1.31.0-next.0+af3748ea8",
4
4
  "description": "Theia - Monaco Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.30.0-next.8+03b8549f933",
7
- "@theia/editor": "1.30.0-next.8+03b8549f933",
8
- "@theia/filesystem": "1.30.0-next.8+03b8549f933",
9
- "@theia/markers": "1.30.0-next.8+03b8549f933",
6
+ "@theia/core": "1.31.0-next.0+af3748ea8",
7
+ "@theia/editor": "1.31.0-next.0+af3748ea8",
8
+ "@theia/filesystem": "1.31.0-next.0+af3748ea8",
9
+ "@theia/markers": "1.31.0-next.0+af3748ea8",
10
10
  "@theia/monaco-editor-core": "1.67.2",
11
- "@theia/outline-view": "1.30.0-next.8+03b8549f933",
11
+ "@theia/outline-view": "1.31.0-next.0+af3748ea8",
12
12
  "fast-plist": "^0.1.2",
13
13
  "idb": "^4.0.5",
14
14
  "jsonc-parser": "^2.2.0",
@@ -49,10 +49,10 @@
49
49
  "watch": "theiaext watch"
50
50
  },
51
51
  "devDependencies": {
52
- "@theia/ext-scripts": "1.29.0"
52
+ "@theia/ext-scripts": "1.30.0"
53
53
  },
54
54
  "nyc": {
55
55
  "extends": "../../configs/nyc.json"
56
56
  },
57
- "gitHead": "03b8549f933e12ec577f235c281902da66be25e4"
57
+ "gitHead": "af3748ea89bc8d2dce014eccc2a0ab8492c78a6c"
58
58
  }
@@ -167,6 +167,10 @@
167
167
  color: var(--theia-list-focusHighlightForeground) !important;
168
168
  }
169
169
 
170
+ .quick-input-titlebar .action-item .action-label {
171
+ color: var(--theia-foreground) !important;
172
+ }
173
+
170
174
  .monaco-list-rows
171
175
  .monaco-list-row:not(:first-child)
172
176
  .quick-input-list-entry.quick-input-list-separator-border {