|
25 | 25 | "editor.formatOnSave": true,
|
26 | 26 | "search.exclude": {
|
27 | 27 | "**/node_modules": true
|
28 |
| - } |
| 28 | + }, |
| 29 | + "workbench.colorCustomizations": { |
| 30 | + "activityBar.activeBackground": "#2d2970", |
| 31 | + "activityBar.background": "#2d2970", |
| 32 | + "activityBar.foreground": "#e7e7e7", |
| 33 | + "activityBar.inactiveForeground": "#e7e7e799", |
| 34 | + "activityBarBadge.background": "#a3423c", |
| 35 | + "activityBarBadge.foreground": "#e7e7e7", |
| 36 | + "commandCenter.border": "#e7e7e799", |
| 37 | + "sash.hoverBorder": "#2d2970", |
| 38 | + "statusBar.background": "#1e1b4b", |
| 39 | + "statusBar.foreground": "#e7e7e7", |
| 40 | + "statusBarItem.hoverBackground": "#2d2970", |
| 41 | + "statusBarItem.remoteBackground": "#1e1b4b", |
| 42 | + "statusBarItem.remoteForeground": "#e7e7e7", |
| 43 | + "titleBar.activeBackground": "#1e1b4b", |
| 44 | + "titleBar.activeForeground": "#e7e7e7", |
| 45 | + "titleBar.inactiveBackground": "#1e1b4b99", |
| 46 | + "titleBar.inactiveForeground": "#e7e7e799" |
| 47 | + }, |
| 48 | + "peacock.color": "#1e1b4b" |
29 | 49 | }
|
0 commit comments