Skip to content

Commit

Permalink
New colours: lime, yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyOliver authored Mar 13, 2021
1 parent ccb5b67 commit 20216dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vividHues/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ class Clr:
BLACK = "\033[30m"
RED = "\033[31m"
GREEN = "\033[32m"
YELLOW = "\033[33m"
ORANGE = "\033[33m"
BLUE = "\033[34m"
MAGENTA = "\033[35m"
CYAN = "\033[36m"
WHITE = "\033[37m"
LIME = "\033[92m"
YELLOW = "\033[93m"
UNDERLINE = "\033[4m"
BOLD = "\033[01m"
RESET = "\033[0m"

0 comments on commit 20216dc

Please sign in to comment.