Nuno-Tome commited on
Commit
9474cbd
1 Parent(s): 77b9186

code-workspace config

Browse files
Files changed (1) hide show
  1. API_demo_server.code-workspace +18 -18
API_demo_server.code-workspace CHANGED
@@ -6,24 +6,24 @@
6
  ],
7
  "settings": {
8
  "workbench.colorCustomizations": {
9
- "activityBar.activeBackground": "#65c89b",
10
- "activityBar.background": "#65c89b",
11
- "activityBar.foreground": "#15202b",
12
- "activityBar.inactiveForeground": "#15202b99",
13
- "activityBarBadge.background": "#945bc4",
14
- "activityBarBadge.foreground": "#e7e7e7",
15
- "commandCenter.border": "#15202b99",
16
- "sash.hoverBorder": "#65c89b",
17
- "statusBar.background": "#42b883",
18
- "statusBar.foreground": "#15202b",
19
- "statusBarItem.hoverBackground": "#359268",
20
- "statusBarItem.remoteBackground": "#42b883",
21
- "statusBarItem.remoteForeground": "#15202b",
22
- "titleBar.activeBackground": "#42b883",
23
- "titleBar.activeForeground": "#15202b",
24
- "titleBar.inactiveBackground": "#42b88399",
25
- "titleBar.inactiveForeground": "#15202b99"
26
  },
27
- "peacock.color": "#42b883"
28
  }
29
  }
 
6
  ],
7
  "settings": {
8
  "workbench.colorCustomizations": {
9
+ "activityBar.activeBackground": "#f01d1d",
10
+ "activityBar.background": "#f01d1d",
11
+ "activityBar.foreground": "#e7e7e7",
12
+ "activityBar.inactiveForeground": "#e7e7e799",
13
+ "activityBarBadge.background": "#0ed10e",
14
+ "activityBarBadge.foreground": "#15202b",
15
+ "commandCenter.border": "#e7e7e799",
16
+ "sash.hoverBorder": "#f01d1d",
17
+ "statusBar.background": "#cc0e0e",
18
+ "statusBar.foreground": "#e7e7e7",
19
+ "statusBarItem.hoverBackground": "#f01d1d",
20
+ "statusBarItem.remoteBackground": "#cc0e0e",
21
+ "statusBarItem.remoteForeground": "#e7e7e7",
22
+ "titleBar.activeBackground": "#cc0e0e",
23
+ "titleBar.activeForeground": "#e7e7e7",
24
+ "titleBar.inactiveBackground": "#cc0e0e99",
25
+ "titleBar.inactiveForeground": "#e7e7e799"
26
  },
27
+ "peacock.color": "#cc0e0e"
28
  }
29
  }