Skip to content

Commit

Permalink
add magenta as color to console
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Jan 9, 2024
1 parent e69013a commit ef97273
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cloudmesh/common/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class Console(object):
"ENDC": "default",
"BOLD": "bold",
"NORMAL": "default",
"MAGENTA": "magenta"
}

if is_powershell():
Expand All @@ -98,6 +99,7 @@ class Console(object):
"ENDC": "",
"BOLD": "",
"NORMAL": "",
"MAGENTA": ""
}

theme = theme_color
Expand Down

0 comments on commit ef97273

Please sign in to comment.