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

RGB background color support #28

Closed
moonq opened this issue Nov 8, 2022 · 0 comments · Fixed by #34
Closed

RGB background color support #28

moonq opened this issue Nov 8, 2022 · 0 comments · Fixed by #34

Comments

@moonq
Copy link

moonq commented Nov 8, 2022

hi!

Adding a switch to rgb256(r,g,b, bg=True) you could return

if bg:
    return sequence('m', fields=3)(48, 5, colour)
else:
    return sequence('m', fields=3)(38, 5, colour)
jquast added a commit that referenced this issue Jan 22, 2024
jquast added a commit that referenced this issue Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant