src/TabularPrefetchingHandler.h
branchv_0
changeset 41 e1339b8e838e
parent 40 59f3cb26bfe7
--- a/src/TabularPrefetchingHandler.h	Fri Jul 01 23:38:15 2022 +0200
+++ b/src/TabularPrefetchingHandler.h	Sat Jul 02 15:21:59 2022 +0200
@@ -260,7 +260,7 @@
 			cs = ColorScheme();
 			cs.border = cs.ESC_YELLOW;
 			cs.value = cs.ESC_AMBER;
-		} else if (configuration.colorScheme == Configuration::ColorScheme::Monochrome) {
+		} else if (configuration.colorScheme == Configuration::ColorScheme::BlackAndWhite) {
 			cs = ColorScheme();
 			cs.border = cs.ESC_EMPTY;
 			cs.count = cs.ESC_EMPTY;