|
7 | 7 | "**/.DS_Store": true,
|
8 | 8 | "**/Thumbs.db": true
|
9 | 9 | },
|
10 |
| - "hide-files.files": [] |
| 10 | + "hide-files.files": [], |
| 11 | + "workbench.colorCustomizations": { |
| 12 | + "activityBar.activeBackground": "#cabdec", |
| 13 | + "activityBar.background": "#cabdec", |
| 14 | + "activityBar.foreground": "#15202b", |
| 15 | + "activityBar.inactiveForeground": "#15202b99", |
| 16 | + "activityBarBadge.background": "#c66039", |
| 17 | + "activityBarBadge.foreground": "#e7e7e7", |
| 18 | + "commandCenter.border": "#15202b99", |
| 19 | + "sash.hoverBorder": "#cabdec", |
| 20 | + "statusBar.background": "#ab96e0", |
| 21 | + "statusBar.foreground": "#15202b", |
| 22 | + "statusBarItem.hoverBackground": "#8b6fd4", |
| 23 | + "statusBarItem.remoteBackground": "#ab96e0", |
| 24 | + "statusBarItem.remoteForeground": "#15202b", |
| 25 | + "titleBar.activeBackground": "#ab96e0", |
| 26 | + "titleBar.activeForeground": "#15202b", |
| 27 | + "titleBar.inactiveBackground": "#ab96e099", |
| 28 | + "titleBar.inactiveForeground": "#15202b99" |
| 29 | + }, |
| 30 | + "peacock.color": "#544483" |
11 | 31 | }
|
0 commit comments