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

View File

@@ -279,7 +279,6 @@ fn list_themes_with_colors() {
bat()
.arg("--color=always")
.arg("--color-scheme=dark")
.arg("--list-themes")
.assert()
.success()
@@ -296,7 +295,6 @@ fn list_themes_without_colors() {
bat()
.arg("--color=never")
.arg("--color-scheme=dark")
.arg("--list-themes")
.assert()
.success()