You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crossterm::style::Color only supports the 8-bit ansi color codes, there is no way to make it emit code 39 which uses the default foreground color (which can be distinct from the normal and bright variants of both white and black).
As a workaround, adding support for parsing a string like reset to Color::Reset should give a similar result.
The text was updated successfully, but these errors were encountered:
crossterm::style::Color
only supports the 8-bit ansi color codes, there is no way to make it emit code39
which uses the default foreground color (which can be distinct from the normal and bright variants of bothwhite
andblack
).As a workaround, adding support for parsing a string like
reset
toColor::Reset
should give a similar result.The text was updated successfully, but these errors were encountered: