fabiospampinato / vscode-terminals

An extension for setting-up multiple terminals at once, or just running some commands.
MIT License
121 stars 19 forks source link

Support for tab colors #56

Closed adrianogpena closed 2 years ago

adrianogpena commented 3 years ago

In v1.57 we can now change the tab's color, its nothing essential, but it would be nice to have a settings like this.

"color": "red" // Select the color for this terminal

s-thom commented 3 years ago

There's also a proposed API for setting the icon of the terminal, which would integrate nicely with the existing icon option for the terminals.

Edit: In version 1.58 the iconPath option for terminals is now official.

sixclones commented 3 years ago

It would make this extension perfect 👌

MauritsWilke commented 2 years ago

It would make this extension perfect 👌

This is the only thing im missing right now

Perun108 commented 2 years ago

Yes, colorization is very much missing. Please, please add!

hannah23280 commented 2 years ago

Fully support this change. Perfection is on the way!

fabiospampinato commented 2 years ago

v1.13.0 supports both rendering a custom icon in the terminals list and using a custom color.

Credits to @alkemir for the PR that adds support or custom icons.