Updated for default colors

This commit is contained in:
Dimitris Zlatanidis 2023-04-24 20:00:00 +03:00
parent e486283416
commit ae7c137f89

View file

@ -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 = ''