Skip to content

Commit

Permalink
Merge pull request #26 from CodinGame/fix-do-not-override-all-theme-c…
Browse files Browse the repository at this point in the history
…olors

[FIX] Do not override all theme statusBar colors
  • Loading branch information
CGNonofr authored Apr 14, 2022
2 parents de8c9af + 7ca95af commit 33cd887
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/theme/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const lightCustomColors: monaco.extra.IThemeScopedColorCustomizations = {
'statusBar.border': '#dadada'
}
const customColors: monaco.extra.IColorCustomizations = {
...lightCustomColors,
'[Visual Studio Dark]': darkCustomColors,
'[Default Dark+]': darkCustomColors,
'[Default High Contrast]': darkCustomColors,
Expand Down

0 comments on commit 33cd887

Please sign in to comment.