this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

give it a colour

+21 -1
+21 -1
.vscode/settings.json
··· 5 5 "editor.formatOnSaveMode": "file", 6 6 "[jsonc]": { 7 7 "editor.defaultFormatter": "oxc.oxc-vscode" 8 - } 8 + }, 9 + "workbench.colorCustomizations": { 10 + "activityBar.activeBackground": "#e1e7bf", 11 + "activityBar.background": "#e1e7bf", 12 + "activityBar.foreground": "#15202b", 13 + "activityBar.inactiveForeground": "#15202b99", 14 + "activityBarBadge.background": "#46a8b9", 15 + "activityBarBadge.foreground": "#15202b", 16 + "commandCenter.border": "#15202b99", 17 + "sash.hoverBorder": "#e1e7bf", 18 + "statusBar.background": "#cfd99a", 19 + "statusBar.foreground": "#15202b", 20 + "statusBarItem.hoverBackground": "#bdcb75", 21 + "statusBarItem.remoteBackground": "#cfd99a", 22 + "statusBarItem.remoteForeground": "#15202b", 23 + "titleBar.activeBackground": "#cfd99a", 24 + "titleBar.activeForeground": "#15202b", 25 + "titleBar.inactiveBackground": "#cfd99a99", 26 + "titleBar.inactiveForeground": "#15202b99" 27 + }, 28 + "peacock.color": "#cfd99a" 9 29 }