@theia/monaco 1.37.1 → 1.38.0-next.32

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.37.1",
3
+ "version": "1.38.0-next.32+bc889fc1c",
4
4
  "description": "Theia - Monaco Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.37.1",
7
- "@theia/editor": "1.37.1",
8
- "@theia/filesystem": "1.37.1",
9
- "@theia/markers": "1.37.1",
6
+ "@theia/core": "1.38.0-next.32+bc889fc1c",
7
+ "@theia/editor": "1.38.0-next.32+bc889fc1c",
8
+ "@theia/filesystem": "1.38.0-next.32+bc889fc1c",
9
+ "@theia/markers": "1.38.0-next.32+bc889fc1c",
10
10
  "@theia/monaco-editor-core": "1.72.3",
11
- "@theia/outline-view": "1.37.1",
11
+ "@theia/outline-view": "1.38.0-next.32+bc889fc1c",
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.37.1"
52
+ "@theia/ext-scripts": "1.37.0"
53
53
  },
54
54
  "nyc": {
55
55
  "extends": "../../configs/nyc.json"
56
56
  },
57
- "gitHead": "3bc4e97b2f730db070f596e97f3bd6e331ad8414"
57
+ "gitHead": "bc889fc1c1513936416879241769860262e95f63"
58
58
  }
@@ -255,6 +255,10 @@
255
255
  background-color: var(--theia-input-background) !important;
256
256
  }
257
257
 
258
+ .monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused>.contents>.main .monaco-highlighted-label .highlight {
259
+ color: var(--vscode-editorSuggestWidget-focusHighlightForeground) !important;
260
+ }
261
+
258
262
  .symbol-icon-center {
259
263
  align-self: center;
260
264
  margin-right: 4px;