21 lines
796 B
JSON
21 lines
796 B
JSON
{
|
|
"workbench.colorCustomizations": {
|
|
// Top-Bar
|
|
"titleBar.border": "#004F59", // Teal border
|
|
"titleBar.activeForeground": "#E0FFFF", // Light cyan text (sky blue feel)
|
|
"titleBar.activeBackground": "#007A91", // Vibrant teal background
|
|
|
|
// Left-Bar
|
|
"activityBar.border": "#004F59", // Teal border
|
|
"activityBar.activeForeground": "#E0FFFF", // Light cyan active icon
|
|
"activityBar.activeBackground": "#00A2C3", // Sky blue for active background
|
|
"activityBar.background": "#005F6B", // Deeper teal for overall background
|
|
|
|
// Bottom-Bar
|
|
"statusBar.background": "#004F59", // Teal background
|
|
"statusBar.foreground": "#E0FFFF", // Light cyan text
|
|
},
|
|
"debug.allowBreakpointsEverywhere": false
|
|
}
|
|
|