Skip to content

Commit 6b1c403

Browse files
committed
colors ...
1 parent 0600fce commit 6b1c403

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/meshcore_cli/meshcore_cli.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@
4646
ANSI_BGREEN = "\033[1;32m"
4747
ANSI_BLUE = "\033[0;34m"
4848
ANSI_BBLUE = "\033[1;34m"
49-
ANSI_YELLOW = "\033[0;33m"
50-
ANSI_BYELLOW = "\033[1;33m"
5149
ANSI_RED = "\033[0;31m"
5250
ANSI_BRED = "\033[1;31m"
5351
ANSI_MAGENTA = "\033[0;35m"
@@ -61,6 +59,10 @@
6159
ANSI_BGRAY="\033[1;38;5;247m"
6260
ANSI_ORANGE="\033[0;38;5;214m"
6361
ANSI_BORANGE="\033[1;38;5;214m"
62+
#ANSI_YELLOW="\033[0;38;5;226m"
63+
#ANSI_BYELLOW="\033[1;38;5;226m"
64+
ANSI_YELLOW = "\033[0;33m"
65+
ANSI_BYELLOW = "\033[1;33m"
6466

6567
def escape_ansi(line):
6668
ansi_escape = re.compile(r'(?:\x1B[@-_]|[\x80-\x9F])[0-?]*[ -/]*[@-~]')

0 commit comments

Comments
 (0)