We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
ng serve
When I switch to the dark theme, the values are colored correctly:
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.
The text was updated successfully, but these errors were encountered:
I solve this by add some custom setting
"workbench.colorCustomizations": { "[Night Owl Light]": { "terminal.ansiWhite": "#919191" } }
Sorry, something went wrong.
This issue is relative to the implementation from Angular using white text without background with some contrast and not to this theme.
No branches or pull requests
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:When I switch to the dark theme, the values are colored correctly:
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.
The text was updated successfully, but these errors were encountered: