1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-10 20:01:45 +00:00

Merge color scheme options into theme / BAT_THEME

This commit is contained in:
Tau Gärtli
2024-08-18 14:59:14 +02:00
parent b9b981f657
commit bc42149a72
12 changed files with 83 additions and 142 deletions
+1 -1
View File
@@ -384,7 +384,7 @@ fn run() -> Result<bool> {
&config,
config_dir,
cache_dir,
app.color_scheme_preference(),
ColorSchemePreference::default(),
)?;
Ok(true)
} else if app.matches.get_flag("config-file") {