Add an option for tabColor in the colorscheme object #10861
Labels
Issue-Feature
Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Description of the new feature/enhancement
The default color for every new tab is either
#000000
(dark theme) of#ffffff
(light theme). I know there's an option to settabColor
per profile, but I think it'd be pretty neat to make it part of the colorscheme itself.Proposed technical implementation details (optional)
Just another field in the colorscheme object. The colorscheme object already has three fields that can be overridden in the profile -
foreground
,background
, andcursorColor
.tabColor
can behave similarly.Motivation
I like having the tab background flush with the actual background (who doesn't?) so that they seem seamless. As of now it requires specifying the tabColor in each profile which uses a non-default colorscheme. The command palette allows changing colorschemes on the fly, but then you have to manually change the tabColor too.
I'd like to add that this is just a convenience feature request - not really essential.
Cheers!
The text was updated successfully, but these errors were encountered: