|
| 1 | +{ |
| 2 | + "workbench.colorCustomizations": { |
| 3 | + "activityBar.activeBackground": "#9d9c8e", |
| 4 | + "activityBar.background": "#9d9c8e", |
| 5 | + "activityBar.foreground": "#15202b", |
| 6 | + "activityBar.inactiveForeground": "#15202b99", |
| 7 | + "activityBarBadge.background": "#b7e7e4", |
| 8 | + "activityBarBadge.foreground": "#15202b", |
| 9 | + "commandCenter.border": "#15202b99", |
| 10 | + "sash.hoverBorder": "#9d9c8e", |
| 11 | + "statusBar.background": "#858473", |
| 12 | + "statusBar.foreground": "#15202b", |
| 13 | + "statusBarItem.hoverBackground": "#6a695b", |
| 14 | + "statusBarItem.remoteBackground": "#858473", |
| 15 | + "statusBarItem.remoteForeground": "#15202b", |
| 16 | + "titleBar.activeBackground": "#858473", |
| 17 | + "titleBar.activeForeground": "#15202b", |
| 18 | + "titleBar.inactiveBackground": "#85847399", |
| 19 | + "titleBar.inactiveForeground": "#15202b99" |
| 20 | + }, |
| 21 | + "peacock.remoteColor": "#858473" |
| 22 | +} |
0 commit comments