|
| 1 | +{ |
| 2 | + "workbench.colorCustomizations": { |
| 3 | + "activityBar.activeBackground": "#5eb1e8", |
| 4 | + "activityBar.activeBorder": "#c31c81", |
| 5 | + "activityBar.background": "#5eb1e8", |
| 6 | + "activityBar.foreground": "#15202b", |
| 7 | + "activityBar.inactiveForeground": "#15202b99", |
| 8 | + "activityBarBadge.background": "#c31c81", |
| 9 | + "activityBarBadge.foreground": "#e7e7e7", |
| 10 | + "sash.hoverBorder": "#5eb1e8", |
| 11 | + "statusBar.background": "#319be2", |
| 12 | + "statusBar.foreground": "#15202b", |
| 13 | + "statusBarItem.hoverBackground": "#1c81c4", |
| 14 | + "statusBarItem.remoteBackground": "#319be2", |
| 15 | + "statusBarItem.remoteForeground": "#15202b", |
| 16 | + "titleBar.activeBackground": "#319be2", |
| 17 | + "titleBar.activeForeground": "#15202b", |
| 18 | + "titleBar.inactiveBackground": "#319be299", |
| 19 | + "titleBar.inactiveForeground": "#15202b99" |
| 20 | + }, |
| 21 | + "peacock.color": "#319be2" |
| 22 | +} |
0 commit comments