1
0
Fork 1
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:
Newbyte 2025-02-11 18:50:52 +01:00 committed by Oliver Smith
parent c426c14f47
commit a1057c9770
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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",