A work-in-progress, horribly overpowered CLI for Ozone
at main 853 B view raw
1{ 2 "workbench.colorCustomizations": { 3 "activityBar.activeBackground": "#08beda", 4 "activityBar.background": "#08beda", 5 "activityBar.foreground": "#15202b", 6 "activityBar.inactiveForeground": "#15202b99", 7 "activityBarBadge.background": "#d708bc", 8 "activityBarBadge.foreground": "#e7e7e7", 9 "commandCenter.border": "#e7e7e799", 10 "sash.hoverBorder": "#08beda", 11 "statusBar.background": "#0693a9", 12 "statusBar.foreground": "#e7e7e7", 13 "statusBarItem.hoverBackground": "#08beda", 14 "statusBarItem.remoteBackground": "#0693a9", 15 "statusBarItem.remoteForeground": "#e7e7e7", 16 "titleBar.activeBackground": "#0693a9", 17 "titleBar.activeForeground": "#e7e7e7", 18 "titleBar.inactiveBackground": "#0693a999", 19 "titleBar.inactiveForeground": "#e7e7e799" 20 }, 21 "peacock.color": "#0693a9", 22 "deno.enable": true 23}