Skip to content

Commit 21f025e

Browse files
committed
Add a setting for colorization map so that it may be overwritten by the user
1 parent 3aacdb4 commit 21f025e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
# mbed.org username
5252
MBED_ORG_USER = ""
5353

54+
CLI_COLOR_MAP = {
55+
"warning": "yellow",
56+
"error" : "red"
57+
}
5458

5559
##############################################################################
5660
# User Settings (file)

0 commit comments

Comments
 (0)