diff --git a/src/bin/bat/main.rs b/src/bin/bat/main.rs index 9b1b4ea0..69b12507 100644 --- a/src/bin/bat/main.rs +++ b/src/bin/bat/main.rs @@ -223,7 +223,7 @@ pub fn list_themes( if config.colored_output { handle.write_fmt(format_args!( - "Theme: {}\n\n", + "{}{default_theme_info}\n\n", Style::new().bold().paint(theme.to_string()), ))?; config.theme = theme.to_string();