We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8095c8a commit f52a84eCopy full SHA for f52a84e
lib/pathins/stringbuilder.py
@@ -10,7 +10,7 @@
10
"BLUE": "\033[34m",
11
"MAGENTA": "\033[35m",
12
"CYAN": "\033[36m",
13
- "BRIGHT_CYAN": "\033[1;36m",
+ "BRIGHT_BOLD_CYAN": "\033[1;96m",
14
"WHITE": "\033[37m",
15
"BOLD": "\033[1m",
16
"RESET": "\033[0m",
@@ -19,7 +19,7 @@
19
green_start: Text = ansicolors["GREEN"]
20
red_start: Text = ansicolors["RED"]
21
cyan_start: Text = ansicolors["CYAN"]
22
-bright_cyan_start: Text = ansicolors["BRIGHT_CYAN"]
+bright_cyan_start: Text = ansicolors["BRIGHT_BOLD_CYAN"]
23
reset: Text = ansicolors["RESET"]
24
25
0 commit comments