Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab Color only shows how to change for session -- no instructions or link to instructions to set Tab Color for a scheme. #203

Closed
Scribliotech opened this issue Dec 6, 2020 · 2 comments
Assignees

Comments

@Scribliotech
Copy link

Not sure if it's because it's not possible or just missing from the instructions, but I want to set it so that the tab color reflects the kind of terminal session. I assume there is a property I can set in the JSON file, something like tabColor, but I don't see any such option or instructions on how to set that property.

If this is not possible, please add a line of text to this page stating that Tab color can only be changed for a current session.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@zadjii-msft
Copy link
Contributor

So, the tabColor can't be set as part of a color scheme, but it can be set as part of a profile. So you can set your Windows PowerShell profile to have something like:

        {
            "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
            "name": "Windows PowerShell",
            "background": "#012456",
            "tabColor": "#012456",
        },

And look something like:
image

That docs page could probably link to the setting. Great suggestion!

@mattwojo
Copy link
Collaborator

Thanks @Scribliotech. Added an update with links to the tips and tricks doc:
ef4f6dd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants