|
|
@@ -0,0 +1,22 @@
|
|
|
+{
|
|
|
+ "workbench.colorCustomizations": {
|
|
|
+ "activityBar.activeBackground": "#cdd0ba",
|
|
|
+ "activityBar.activeBorder": "#679198",
|
|
|
+ "activityBar.background": "#cdd0ba",
|
|
|
+ "activityBar.foreground": "#15202b",
|
|
|
+ "activityBar.inactiveForeground": "#15202b99",
|
|
|
+ "activityBarBadge.background": "#679198",
|
|
|
+ "activityBarBadge.foreground": "#15202b",
|
|
|
+ "sash.hoverBorder": "#cdd0ba",
|
|
|
+ "statusBar.background": "#b7bb9c",
|
|
|
+ "statusBar.foreground": "#15202b",
|
|
|
+ "statusBarItem.hoverBackground": "#a1a67e",
|
|
|
+ "statusBarItem.remoteBackground": "#b7bb9c",
|
|
|
+ "statusBarItem.remoteForeground": "#15202b",
|
|
|
+ "titleBar.activeBackground": "#b7bb9c",
|
|
|
+ "titleBar.activeForeground": "#15202b",
|
|
|
+ "titleBar.inactiveBackground": "#b7bb9c99",
|
|
|
+ "titleBar.inactiveForeground": "#15202b99"
|
|
|
+ },
|
|
|
+ "peacock.color": "#b7bb9c"
|
|
|
+}
|