jacob-j / vscode-folder-path-color

All subfolders within a specified path will be assigned a color for easy differentiation.
21 stars 6 forks source link

[Feature] Set background color #2

Open DJAlPee opened 1 year ago

DJAlPee commented 1 year ago

It would be nice, to set not only the color of the font, but also the "background color". This would allow to colorize files/folder by two indepedant rules, e.g. files in folder "x" have a blue background color and all test files (with special endings) in all folders have a purple font color.

P.S.: This would also circumvent the coloring of SCM 😉

jacob-j commented 1 year ago

Great idea, unfortunately we are limited by vscode API's on this. Only text color is changeable today :(