mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-03 06:56:44 +01:00
Updated for colors
This commit is contained in:
parent
061995f155
commit
a4cdd7ef4b
1 changed files with 2 additions and 1 deletions
|
@ -33,8 +33,9 @@ class UpdateRepository(Configs, Utilities):
|
|||
self.color = self.colour()
|
||||
|
||||
self.bold: str = self.color['bold']
|
||||
self.bgreen: str = self.color['green']
|
||||
self.green: str = self.color['green']
|
||||
self.yellow: str = self.color['yellow']
|
||||
self.bgreen: str = f'{self.bold}{self.green}'
|
||||
self.endc: str = self.color['endc']
|
||||
self.flag_generate: list = ['-G', '--generate-only']
|
||||
|
||||
|
|
Loading…
Reference in a new issue