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
Hey, thanks for this awesome theme.
The color used for autosuggestion text ( I don't know the name of this token ) is the same as the normal text in VSCode built-in Terminal
Example of autosuggestion text color
Example of normal text color
Could the autosuggestion text color be the same as this color? That way it would look more like a comment
Example of Visual Studio Code Dark+ theme (cursor left is normal text color, right is autosuggestion text color)
The text was updated successfully, but these errors were encountered:
@jvzaniolo could you make a pr? i'll merge and publish
Sorry, something went wrong.
@jvzaniolo you can customize it through VSCode settings:
"workbench.colorCustomizations": { "terminal.ansiBrightBlack": "#506477" }
No branches or pull requests
Hey, thanks for this awesome theme.
The color used for autosuggestion text ( I don't know the name of this token ) is the same as the normal text in VSCode built-in Terminal
Example of autosuggestion text color
Example of normal text color
Could the autosuggestion text color be the same as this color? That way it would look more like a comment
Example of Visual Studio Code Dark+ theme (cursor left is normal text color, right is autosuggestion text color)
The text was updated successfully, but these errors were encountered: