mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-12 19:09:56 +03:00
pmb.config.__init__: Add escape sequence for magenta text
Part-of: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2549
This commit is contained in:
parent
c426c14f47
commit
a1057c9770
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ styles = {
|
|||
"BLUE": "\033[94m",
|
||||
"BOLD": "\033[1m",
|
||||
"GREEN": "\033[92m",
|
||||
"MAGENTA": "\033[95m",
|
||||
"RED": "\033[91m",
|
||||
"YELLOW": "\033[93m",
|
||||
"END": "\033[0m",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue