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

Basic colors #17

Merged
merged 2 commits into from Jan 30, 2022
Merged

Basic colors #17

merged 2 commits into from Jan 30, 2022

Conversation

delestro
Copy link
Owner

added color functionality

Examples:

ouf.boxtitle("Box title here", color="rainbow", cmap="cool", bold=True)
ouf.bigtitle("big title in color", color="#9030BA")
ouf.bigtitle("big title in color", color="#9030BA")
ouf.c("Hello!", "red" , bold=True)
for cmap in ouf.color.cmaps:
    ouf.b(cmap)
    ouf.rainbow("▇"*50, cmap=cmap)
    ouf.br(2)

@delestro delestro merged commit 48fd805 into main Jan 30, 2022
@delestro delestro deleted the basic_colors branch January 30, 2022 09:48
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 this pull request may close these issues.

None yet

1 participant