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

Some values of in terminal are unreadable using the light theme #247

Open
wbeeftink opened this issue Feb 26, 2020 · 2 comments
Open

Some values of in terminal are unreadable using the light theme #247

wbeeftink opened this issue Feb 26, 2020 · 2 comments

Comments

@wbeeftink
Copy link

First of all I'd like say that I love this theme and thanks so much for creating it for VS Code 💕

Issue

I frequently switch between light and dark and noticed that the light version has some issues displaying certain information in the terminal.

Screenshots

This is the output of ng serve using the light theme. Please note that the values of date, hash & time are poorly readable:

image

When I switch to the dark theme, the values are colored correctly:

image

Note

I use the latest version of VS Code and the theme. I can imagine this has something to do with the fact that I'm on Windows and I use Powershell.

@feihe08
Copy link

feihe08 commented Sep 21, 2020

I solve this by add some custom setting

 "workbench.colorCustomizations": {
        "[Night Owl Light]": {
            "terminal.ansiWhite": "#919191"
        }
    }

@andreluis-oliveira
Copy link
Contributor

This issue is relative to the implementation from Angular using white text without background with some contrast and not to this theme.

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