11ty-light-blog/.vscode/settings.json
2023-11-09 21:00:15 +01:00

22 lines
900 B
JSON

{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#1e3b59",
"activityBar.background": "#1e3b59",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#bf407e",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#1e3b59",
"statusBar.background": "#112233",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#1e3b59",
"statusBarItem.remoteBackground": "#112233",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#112233",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#11223399",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#123"
}