mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-19 10:27:07 +01:00
Updated for default colors
This commit is contained in:
parent
e486283416
commit
ae7c137f89
1 changed files with 3 additions and 0 deletions
|
@ -11,8 +11,11 @@ class Colors:
|
||||||
|
|
||||||
bold: str = ''
|
bold: str = ''
|
||||||
red: str = ''
|
red: str = ''
|
||||||
|
bred: str = ''
|
||||||
green: str = ''
|
green: str = ''
|
||||||
|
bgreen: str = ''
|
||||||
yellow: str = ''
|
yellow: str = ''
|
||||||
|
byellow: str = ''
|
||||||
cyan: str = ''
|
cyan: str = ''
|
||||||
blue: str = ''
|
blue: str = ''
|
||||||
grey: str = ''
|
grey: str = ''
|
||||||
|
|
Loading…
Reference in a new issue