Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 45b171f

Browse files
committed
Re-add old color names
No need to needlessly break retro-compatibility here
1 parent 8b6782c commit 45b171f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

cli_ui/__init__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,16 @@ def __init__(self, code: str):
102102
# backward compatibility:
103103
brown = yellow # used by ui.warning
104104
lightgray = white # used by ui.debug
105+
darkred = red
106+
darkgreen = green
107+
darkblue = blue
108+
purple = magenta
109+
fuscia = magenta
110+
fuschia = magenta
111+
turquoise = cyan
112+
darkgray = black
113+
darkteal = cyan
114+
darkyellow = yellow
105115
# fmt: on
106116

107117

0 commit comments

Comments
 (0)