1
0
mirror of https://github.com/sharkdp/bat.git synced 2026-02-08 08:42:08 +00:00

fix prefix

This commit is contained in:
abhinavcool42
2025-11-02 11:51:00 +05:30
parent dac98da526
commit 2af7be1b65

View File

@@ -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();