Skip to content

Commit d8aa36b

Browse files
authored
add a comment on the :light_black entry
1 parent 9ecb48a commit d8aa36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/client.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const text_colors = AnyDict(
1212
:magenta => "\033[35m",
1313
:cyan => "\033[36m",
1414
:white => "\033[37m",
15-
:light_black => "\033[90m",
15+
:light_black => "\033[90m", # gray
1616
:light_red => "\033[91m",
1717
:light_green => "\033[92m",
1818
:light_yellow => "\033[93m",

0 commit comments

Comments
 (0)