We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8c9af commit 7ca95afCopy full SHA for 7ca95af
src/theme/registry.ts
@@ -14,7 +14,6 @@ const lightCustomColors: monaco.extra.IThemeScopedColorCustomizations = {
14
'statusBar.border': '#dadada'
15
}
16
const customColors: monaco.extra.IColorCustomizations = {
17
- ...lightCustomColors,
18
'[Visual Studio Dark]': darkCustomColors,
19
'[Default Dark+]': darkCustomColors,
20
'[Default High Contrast]': darkCustomColors,
0 commit comments