|
@@ -13,6 +13,14 @@
|
|
|
"workbench.colorCustomizations": {
|
|
"workbench.colorCustomizations": {
|
|
|
"activityBar.background": "#3C2154",
|
|
"activityBar.background": "#3C2154",
|
|
|
"titleBar.activeBackground": "#542E76",
|
|
"titleBar.activeBackground": "#542E76",
|
|
|
- "titleBar.activeForeground": "#FDFCFE"
|
|
|
|
|
|
|
+ "titleBar.activeForeground": "#FDFCFE",
|
|
|
|
|
+ "titleBar.inactiveBackground": "#3C2154",
|
|
|
|
|
+ "titleBar.inactiveForeground": "#FDFCFE",
|
|
|
|
|
+ "statusBar.background": "#3C2154",
|
|
|
|
|
+ "statusBar.foreground": "#FDFCFE",
|
|
|
|
|
+ "statusBar.debuggingBackground": "#3C2154",
|
|
|
|
|
+ "statusBar.debuggingForeground": "#FDFCFE",
|
|
|
|
|
+ "statusBar.noFolderBackground": "#3C2154",
|
|
|
|
|
+ "statusBar.noFolderForeground": "#FDFCFE"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|