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

Support for all 8 curses colors #6

Merged
merged 2 commits into from
Jun 12, 2024
Merged

Support for all 8 curses colors #6

merged 2 commits into from
Jun 12, 2024

Conversation

frun36
Copy link
Contributor

@frun36 frun36 commented Jun 11, 2024

Implemented support for all 8 curses colors, namely:

class TerminalColors(object):
    WHITE = '[97'
    CYAN = '[96'
    MAGENTA = '[95'
    BLUE = '[94'
    YELLOW = '[93'
    GREEN = '[92'
    RED = '[91'
    BLACK = '[90'
    END = '[0'

Updated test.py to test all colors.

@spellr spellr merged commit 5e43573 into spellr:master Jun 12, 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 this pull request may close these issues.

2 participants