Skip to content

Commit

Permalink
fixed language names not showing when in Light mode (light background (
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexe1289 committed Jan 9, 2024
1 parent e2625c0 commit 5f755db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli_utils.rs
Expand Up @@ -250,7 +250,7 @@ impl<W: Write> Printer<W> {
write!(
self.writer,
" {:<len$}",
name.bold(),
name.bold().magenta(),
len = lang_section_len
)?;
}
Expand Down

0 comments on commit 5f755db

Please sign in to comment.