summaryrefslogtreecommitdiffstats
path: root/src/options/theme.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/theme.rs')
-rw-r--r--src/options/theme.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/theme.rs b/src/options/theme.rs
index eb1fd50f..ef46dbea 100644
--- a/src/options/theme.rs
+++ b/src/options/theme.rs
@@ -188,10 +188,10 @@ mod tests {
}
let is_true_color = true;
if is_true_color {
- args.push("--24-bit-color");
+ args.push("--true-color");
args.push("always");
} else {
- args.push("--24-bit-color");
+ args.push("--true-color");
args.push("never");
}
match mode {