|
| 1 | +{ |
| 2 | + "workbench.colorCustomizations": { |
| 3 | + "activityBar.activeBackground": "#a13841", |
| 4 | + "activityBar.activeBorder": "#43a63a", |
| 5 | + "activityBar.background": "#a13841", |
| 6 | + "activityBar.foreground": "#e7e7e7", |
| 7 | + "activityBar.inactiveForeground": "#e7e7e799", |
| 8 | + "activityBarBadge.background": "#43a63a", |
| 9 | + "activityBarBadge.foreground": "#e7e7e7", |
| 10 | + "sash.hoverBorder": "#a13841", |
| 11 | + "statusBar.background": "#7b2b32", |
| 12 | + "statusBar.foreground": "#e7e7e7", |
| 13 | + "statusBarItem.hoverBackground": "#a13841", |
| 14 | + "statusBarItem.remoteBackground": "#7b2b32", |
| 15 | + "statusBarItem.remoteForeground": "#e7e7e7", |
| 16 | + "titleBar.activeBackground": "#7b2b32", |
| 17 | + "titleBar.activeForeground": "#e7e7e7", |
| 18 | + "titleBar.inactiveBackground": "#7b2b3299", |
| 19 | + "titleBar.inactiveForeground": "#e7e7e799" |
| 20 | + }, |
| 21 | + "peacock.remoteColor": "#7b2b32" |
| 22 | +} |
0 commit comments