Closed chadhamre closed 5 years ago
Hi @chadhamre, I don't really know how to do that but you can change the color whit these parameters
"workbench.colorCustomizations": {
"editorCursor.foreground": "#32dbc6",
"button.background": "#32dbc6",
"button.hoverBackground": "#309286",
"extensionButton.prominentBackground": "#32dbc6",
"extensionButton.prominentHoverBackground": "#309286",
"list.invalidItemForeground": "#309286",
"editorGroup.dropBackground": "#32dbc6",
"tab.activeBorder": "#32dbc6",
"editorOverviewRuler.currentContentForeground": "#32dbc6",
"editorOverviewRuler.incomingContentForeground": "#32dbc6",
"editorOverviewRuler.commonContentForeground": "#32dbc6",
"panelTitle.activeBorder": "#32dbc6",
"statusBar.noFolderBorder": "#32dbc6",
"notificationLink.foreground": "#32dbc6",
"progress.background": "#32dbc6",
}
just change these two colors and that's all, let me know if this helps you, thanks again
Describe the solution you'd like I'd like a theme setting where I can chose the main accent color for the theme. Currently it's set too hot pink, which I'd like to be able to easily change.