fix ebuild
fix background color
This commit is contained in:
parent
10345f6e3a
commit
d5d5376e47
2 changed files with 7 additions and 5 deletions
|
@ -43,8 +43,8 @@ MOUNT_IGNORE_DIR = ["/dev", "/proc", "/sys"]
|
|||
|
||||
GIT_BLACKLIST = ["/var/paludis/repositories"]
|
||||
|
||||
def style_color(fg, bg=0):
|
||||
return "\033[38;5;%dm\033[48;5;%dm" %(fg, bg)
|
||||
def style_color(fg):
|
||||
return "\033[38;5;%dm" %(fg)
|
||||
|
||||
def style_bold():
|
||||
return "\033[1m"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue