|
12 | 12 | }, |
13 | 13 | "editor.tabSize": 2, |
14 | 14 | "editor.formatOnSave": true, |
15 | | - "rewrap.wrappingColumn": 80 |
| 15 | + "rewrap.wrappingColumn": 80, |
| 16 | + "workbench.colorCustomizations": { |
| 17 | + "activityBar.activeBackground": "#93e6fc", |
| 18 | + "activityBar.background": "#93e6fc", |
| 19 | + "activityBar.foreground": "#15202b", |
| 20 | + "activityBar.inactiveForeground": "#15202b99", |
| 21 | + "activityBarBadge.background": "#fa45d4", |
| 22 | + "activityBarBadge.foreground": "#15202b", |
| 23 | + "commandCenter.border": "#15202b99", |
| 24 | + "sash.hoverBorder": "#93e6fc", |
| 25 | + "statusBar.background": "#61dafb", |
| 26 | + "statusBar.foreground": "#15202b", |
| 27 | + "statusBarItem.hoverBackground": "#2fcefa", |
| 28 | + "statusBarItem.remoteBackground": "#61dafb", |
| 29 | + "statusBarItem.remoteForeground": "#15202b", |
| 30 | + "titleBar.activeBackground": "#61dafb", |
| 31 | + "titleBar.activeForeground": "#15202b", |
| 32 | + "titleBar.inactiveBackground": "#61dafb99", |
| 33 | + "titleBar.inactiveForeground": "#15202b99" |
| 34 | + }, |
| 35 | + "peacock.color": "#61dafb" |
16 | 36 | } |
0 commit comments