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 e4e2347 commit 96dbb44Copy full SHA for 96dbb44
crates/anstyle-crossterm/src/lib.rs
@@ -69,7 +69,7 @@ fn ansi_to_ansi_color(color: anstyle::AnsiColor) -> crossterm::style::Color {
69
anstyle::AnsiColor::BrightRed => crossterm::style::Color::Red,
70
anstyle::AnsiColor::BrightGreen => crossterm::style::Color::Green,
71
anstyle::AnsiColor::BrightYellow => crossterm::style::Color::Yellow,
72
- anstyle::AnsiColor::BrightBlue => crossterm::style::Color::Black,
+ anstyle::AnsiColor::BrightBlue => crossterm::style::Color::Blue,
73
anstyle::AnsiColor::BrightMagenta => crossterm::style::Color::Magenta,
74
anstyle::AnsiColor::BrightCyan => crossterm::style::Color::Cyan,
75
anstyle::AnsiColor::BrightWhite => crossterm::style::Color::White,
0 commit comments