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
hi!
Adding a switch to rgb256(r,g,b, bg=True) you could return
rgb256(r,g,b, bg=True)
if bg: return sequence('m', fields=3)(48, 5, colour) else: return sequence('m', fields=3)(38, 5, colour)
The text was updated successfully, but these errors were encountered:
add 'bg=True' to rgb256, #28
62c167f
Merge pull request #34 from tehmaze/jq/rgb256-bg
07a6678
Successfully merging a pull request may close this issue.
hi!
Adding a switch to
rgb256(r,g,b, bg=True)
you could returnThe text was updated successfully, but these errors were encountered: