You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CORRESPONSALBackend/.vscode/settings.json

16 lines
606 B

1 year ago
{
"workbench.colorCustomizations": {
"titleBar.border": "#ff0000",
/* "titleBar.activeForeground": "#fbfcff",
1 year ago
"titleBar.inactiveForeground": "#b4c0e8cc",
"titleBar.activeBackground": "#06660e",
"titleBar.inactiveBackground": "#25eb77cc", */
/* "activityBar.activeBackground": "#25eb77cc",
1 year ago
"activityBar.background": "#06660e",
"activityBar.foreground": "#86b0da",
"activityBar.inactiveForeground": "#7ea9d3", */
"sideBar.background": "#011105",
"list.hoverBackground": "#3c5866"
},
"workbench.colorTheme": "Winter is Coming (Dark Black - No Italics)"
1 year ago
}