Skip to content

Commit 7ca95af

Browse files
committed
fix: Do not override all theme statusBar colors
1 parent de8c9af commit 7ca95af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/theme/registry.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ const lightCustomColors: monaco.extra.IThemeScopedColorCustomizations = {
1414
'statusBar.border': '#dadada'
1515
}
1616
const customColors: monaco.extra.IColorCustomizations = {
17-
...lightCustomColors,
1817
'[Visual Studio Dark]': darkCustomColors,
1918
'[Default Dark+]': darkCustomColors,
2019
'[Default High Contrast]': darkCustomColors,

0 commit comments

Comments
 (0)