mirror of
https://github.com/sharkdp/bat.git
synced 2026-02-08 00:32:08 +00:00
fix prefix
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user