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
Would you consider adding the ability to specify custom colors by rgb or hex notation? Thanks.
The text was updated successfully, but these errors were encountered:
Currently the terminal library used by procs doesn't support custom colors. I'll try to add custom color support.
console-rs/console#72
Sorry, something went wrong.
Add 256 colors support #67
e006dc8
I added 256 color option like below, and released v0.10.4.
style = { Color256 = 223 }
dalance
No branches or pull requests
Would you consider adding the ability to specify custom colors by rgb or hex notation? Thanks.
The text was updated successfully, but these errors were encountered: