Skip to content

Commit

Permalink
colors: add orange to the TxtColor class
Browse files Browse the repository at this point in the history
Signed-off-by: Renan Rodrigo <[email protected]>
  • Loading branch information
renanrodrigo committed Sep 13, 2024
1 parent 59272e4 commit 9a5f018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/spellcheck-allowed-words.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
0m
1m
208m
37m
500MB
91m
Expand Down
1 change: 1 addition & 0 deletions uaclient/messages/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class TxtColor:
INFOBLUE = "\033[94m"
WARNINGYELLOW = "\033[93m"
FAIL = "\033[91m"
ORANGE = "\033[38;5;208m"
BOLD = "\033[1m"
ENDC = "\033[0m"

Expand Down

0 comments on commit 9a5f018

Please sign in to comment.