vscode-project-manager icon indicating copy to clipboard operation
vscode-project-manager copied to clipboard

[FEATURE] - Allow to define a Project color

Open thomasfrobieter opened this issue 1 year ago • 6 comments

I dont know if Vscode allows to define the background color of status bar items:

grafik

	{
		"name": "Drupal 9 > Base Theme",
		"rootPath": "$home\\Projects\\drowl-base-theme",
		"paths": [],
		"tags": [
			"+Drupal",
			"+Gitlab"
		],
		"enabled": true,
		"color": "#ff0000"
	},

Or maybe change the color of the whole status bar? https://code.visualstudio.com/api/references/theme-color

thomasfrobieter avatar Feb 10 '23 10:02 thomasfrobieter