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

Color support? #19

Open
rubyFeedback opened this issue Aug 17, 2022 · 0 comments
Open

Color support? #19

rubyFeedback opened this issue Aug 17, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@rubyFeedback
Copy link

I am playing around with TTY::Box right now.

I tried to add colour output:

box = TTY::Box.frame(width: 70, height: 15, border: :thick,  color: :steelblue)

:steelblue should refer to the HTML colour steelblue, and the RGB values that
this represents. TTY::Box does not seem to accept a :color keyword.

Could this be added? KDE konsole has no problem with RGB colors. In one
of my color-related projects I make heavy use of colours, so colored
borders and colored text content of the box would be useful IMO.

@rubyFeedback rubyFeedback added the enhancement New feature or request label Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant