mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated for colors
This commit is contained in:
parent
a2d380a37a
commit
d3f5284ba6
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class Ascii(Configs):
|
|||
""" Draw nad print the packages. """
|
||||
print(f'{self.bgreen}{self.vertical_line} {self.bold}{color}{package}{self.endc}' + ' ' * (35 - len(package)) +
|
||||
f'{self.bgreen}{version}' + ' ' * ((self.columns - 39) - len(version) - len(self.repo)) +
|
||||
f'{self.yellow}{self.repo} {self.bgreen}{self.vertical_line}{self.endc}')
|
||||
f'{self.blue}{self.repo} {self.bgreen}{self.vertical_line}{self.endc}')
|
||||
|
||||
def draw_log_package(self, package: str) -> None:
|
||||
""" Drawing and print logs packages. """
|
||||
|
|
Loading…
Add table
Reference in a new issue