10000
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 56eef88 commit 686e4ceCopy full SHA for 686e4ce
crates/typos-cli/src/bin/typos-cli/report.rs
@@ -8,8 +8,8 @@ use unicode_width::UnicodeWidthStr;
8
9
use typos_cli::report::{Context, Message, Report, Typo};
10
11
-const ERROR: anstyle::Style = anstyle::AnsiColor::Red.on_default();
12
-const INFO: anstyle::Style = anstyle::AnsiColor::Blue.on_default();
+const ERROR: anstyle::Style = anstyle::AnsiColor::BrightRed.on_default();
+const INFO: anstyle::Style = anstyle::AnsiColor::BrightBlue.on_default();
13
const STRONG: anstyle::Style = anstyle::Style::new().effects(anstyle::Effects::BOLD);
14
15
pub struct MessageStatus<'r> {
0 commit comments