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
If you set --glow: 1 the text-shadow is added to .terminal which mean that any color of the text is ignored.
--glow: 1
.terminal
The glow should be same color as text
The glow color is main terminal color
--glow: 1;
See Demo
The text was updated successfully, but these errors were encountered:
fix formatting colors and --glow #725
--glow
7d45e71
No branches or pull requests
Issue summary
If you set
--glow: 1
the text-shadow is added to.terminal
which mean that any color of the text is ignored.Expected behavior
The glow should be same color as text
Actual behavior
The glow color is main terminal color
Steps to reproduce
--glow: 1;
See Demo
The text was updated successfully, but these errors were encountered: