|
1 | 1 | {
|
2 | | - "peacock.color": "#f9e64f" |
| 2 | + "peacock.color": "#f9e64f", |
| 3 | + "workbench.colorCustomizations": { |
| 4 | + "activityBar.activeBackground": "#fbed80", |
| 5 | + "activityBar.activeBorder": "#06b9a5", |
| 6 | + "activityBar.background": "#fbed80", |
| 7 | + "activityBar.foreground": "#15202b", |
| 8 | + "activityBar.inactiveForeground": "#15202b99", |
| 9 | + "activityBarBadge.background": "#06b9a5", |
| 10 | + "activityBarBadge.foreground": "#15202b", |
| 11 | + "statusBar.background": "#f9e64f", |
| 12 | + "statusBar.foreground": "#15202b", |
| 13 | + "statusBarItem.hoverBackground": "#f7df1e", |
| 14 | + "titleBar.activeBackground": "#f9e64f", |
| 15 | + "titleBar.activeForeground": "#15202b", |
| 16 | + "titleBar.inactiveBackground": "#f9e64f99", |
| 17 | + "titleBar.inactiveForeground": "#15202b99" |
| 18 | + }, |
| 19 | + "peacock.remoteColor": "#f9e64f" |
3 | 20 | }
|
0 commit comments