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

Inconsistent colors in the terminal. #13

Open
drkdelaney opened this issue Jul 23, 2020 · 1 comment
Open

Inconsistent colors in the terminal. #13

drkdelaney opened this issue Jul 23, 2020 · 1 comment

Comments

@drkdelaney
Copy link

Im not sure the technical term for this specific color used in the terminal (i.e. primary, secondary...) but there is a shade of text that is the same as the background color.

This first screenshot is using the regular solarized dark (not themed workbench) and you can see the text.

Screen Shot 2020-07-23 at 10 55 14 AM

The second screenshot is using solarized dark (themed workbench) and you can't see the text in the terminal.

Screen Shot 2020-07-23 at 10 55 29 AM

@andyearnshaw
Copy link

As a workaround, I added this to my settings.json:

    "workbench.colorCustomizations": {
        "[Braver's Solarized Dark (themed workbench)]": {
            "terminal.ansiBrightBlack":"#586e75"
        },
    },

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

2 participants