~mmach/netext73/mesa_2004

« back to all changes in this revision

Viewing changes to .gitlab-ci/lava/utils/console_format.py

  • Committer: mmach
  • Date: 2023-03-27 18:58:21 UTC
  • Revision ID: netbit73@gmail.com-20230327185821-ozduw10kmfvwg70q
23

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CONSOLE_LOG = {
 
2
    "FG_GREEN": "\x1b[1;32;5;197m",
 
3
    "FG_RED": "\x1b[1;38;5;197m",
 
4
    "FG_YELLOW": "\x1b[1;33;5;197m",
 
5
    "FG_MAGENTA": "\x1b[1;35;5;197m",
 
6
    "RESET": "\x1b[0m",
 
7
    "UNDERLINED": "\x1b[3m",
 
8
    "BOLD": "\x1b[1m",
 
9
    "DIM": "\x1b[2m",
 
10
}