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

24-bit colours in Konsole #1

Open
daxim opened this issue Apr 18, 2013 · 1 comment
Open

24-bit colours in Konsole #1

daxim opened this issue Apr 18, 2013 · 1 comment

Comments

@daxim
Copy link

daxim commented Apr 18, 2013

Please add support and come up with an API for the 38;2;r;g;b and 48;2;r;g;b codes, see http://enwp.org/ANSI_escape_code#Colors

@hakonhagland
Copy link

What about using an array ref [$red, $green, $blue], where each element in the array is an integer between 0 and 255? For example: my $yellow_text = fg([255,255,0], 'this is in yellow');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants