mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-18 03:51:14 +02:00
Merge color scheme options into theme / BAT_THEME
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user