|
1 | 1 | {
|
2 | 2 | "typescript.tsdk": "node_modules/typescript/lib",
|
3 | 3 | "workbench.colorCustomizations": {
|
4 |
| - "activityBar.activeBorder": "#f3ace3" |
| 4 | + "activityBar.activeBorder": "#f3ace3", |
| 5 | + "activityBar.activeBackground": "#1a8cad", |
| 6 | + "activityBar.background": "#1a8cad", |
| 7 | + "activityBar.foreground": "#e7e7e7", |
| 8 | + "activityBar.inactiveForeground": "#e7e7e799", |
| 9 | + "activityBarBadge.background": "#f3ace3", |
| 10 | + "activityBarBadge.foreground": "#15202b", |
| 11 | + "commandCenter.border": "#e7e7e799", |
| 12 | + "sash.hoverBorder": "#1a8cad", |
| 13 | + "statusBar.background": "#136881", |
| 14 | + "statusBar.foreground": "#e7e7e7", |
| 15 | + "statusBarItem.hoverBackground": "#1a8cad", |
| 16 | + "statusBarItem.remoteBackground": "#136881", |
| 17 | + "statusBarItem.remoteForeground": "#e7e7e7", |
| 18 | + "titleBar.activeBackground": "#136881", |
| 19 | + "titleBar.activeForeground": "#e7e7e7", |
| 20 | + "titleBar.inactiveBackground": "#13688199", |
| 21 | + "titleBar.inactiveForeground": "#e7e7e799" |
5 | 22 | },
|
6 | 23 | "peacock.remoteColor": "#136881",
|
7 | 24 | "editor.formatOnSave": true,
|
8 |
| - "prettier.prettierPath": "./node_modules/prettier", |
| 25 | + "prettier.prettierPath": "./node_modules/prettier" |
9 | 26 | }
|
0 commit comments