mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge pull request #3133 from BigRoy/terminal_fix_coloring
Terminal: Tweak coloring of TrayModuleManager logging enabled states
This commit is contained in:
commit
7f09efcfe2
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ class Terminal:
|
|||
r"\*\*\* WRN": _SB + _LY + r"*** WRN" + _RST,
|
||||
r" \- ": _SB + _LY + r" - " + _RST,
|
||||
r"\[ ": _SB + _LG + r"[ " + _RST,
|
||||
r"\]": _SB + _LG + r"]" + _RST,
|
||||
r" \]": _SB + _LG + r" ]" + _RST,
|
||||
r"{": _LG + r"{",
|
||||
r"}": r"}" + _RST,
|
||||
r"\(": _LY + r"(",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue