mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
darken sticky scroll hints in monaco editor
This commit is contained in:
parent
74c8044c73
commit
325bb2515e
@ -23,6 +23,7 @@ export function loadMonaco() {
|
|||||||
rules: [],
|
rules: [],
|
||||||
colors: {
|
colors: {
|
||||||
"editor.background": "#00000000",
|
"editor.background": "#00000000",
|
||||||
|
"editorStickyScroll.background": "#00000055",
|
||||||
"minimap.background": "#00000077",
|
"minimap.background": "#00000077",
|
||||||
focusBorder: "#00000000",
|
focusBorder: "#00000000",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user