|
10 | 10 | "typescript.tsc.autoDetect": "off", |
11 | 11 | "kiroAgent.configureMCP": "Enabled", |
12 | 12 | "workbench.colorCustomizations": { |
13 | | - "activityBar.activeBackground": "#ccebd3", |
14 | | - "activityBar.background": "#ccebd3", |
| 13 | + "activityBar.activeBackground": "#ffae1a", |
| 14 | + "activityBar.background": "#ffae1a", |
15 | 15 | "activityBar.foreground": "#15202b", |
16 | 16 | "activityBar.inactiveForeground": "#15202b99", |
17 | | - "activityBarBadge.background": "#9c8dd2", |
18 | | - "activityBarBadge.foreground": "#15202b", |
| 17 | + "activityBarBadge.background": "#008052", |
| 18 | + "activityBarBadge.foreground": "#e7e7e7", |
19 | 19 | "commandCenter.border": "#15202b99", |
20 | | - "sash.hoverBorder": "#ccebd3", |
21 | | - "statusBar.background": "#a7ddb3", |
| 20 | + "sash.hoverBorder": "#ffae1a", |
| 21 | + "statusBar.background": "#e69500", |
22 | 22 | "statusBar.foreground": "#15202b", |
23 | | - "statusBarItem.hoverBackground": "#82cf93", |
24 | | - "statusBarItem.remoteBackground": "#a7ddb3", |
| 23 | + "statusBarItem.hoverBackground": "#b37400", |
| 24 | + "statusBarItem.remoteBackground": "#e69500", |
25 | 25 | "statusBarItem.remoteForeground": "#15202b", |
26 | | - "titleBar.activeBackground": "#a7ddb3", |
| 26 | + "titleBar.activeBackground": "#e69500", |
27 | 27 | "titleBar.activeForeground": "#15202b", |
28 | | - "titleBar.inactiveBackground": "#a7ddb399", |
| 28 | + "titleBar.inactiveBackground": "#e6950099", |
29 | 29 | "titleBar.inactiveForeground": "#15202b99" |
30 | 30 | }, |
31 | | - "peacock.color": "#a7ddb3", |
| 31 | + "peacock.color": "#e69500", |
32 | 32 | "typescript.tsdk": "node_modules/typescript/lib", |
33 | 33 | "volar.takeOverMode.enabled": true |
34 | 34 | } |
0 commit comments