diff -r 2cc2d3f658f4 -r f33464965693 src/Configuration.h --- a/src/Configuration.h Mon Jun 20 00:55:56 2022 +0200 +++ b/src/Configuration.h Fri Jul 01 22:56:30 2022 +0200 @@ -42,7 +42,8 @@ public: enum class ColorScheme { - GreenScreen, + Greenish, + Amberish, Monochrome, Midnight }; @@ -60,7 +61,7 @@ relpipe::reader::boolean_t writeRecordCount = true; relpipe::reader::boolean_t writeRelationName = true; std::vector relationConfigurations; - ColorScheme colorScheme = ColorScheme::GreenScreen; + ColorScheme colorScheme = ColorScheme::Greenish; TableStyle tableStyle = TableStyle::Rounded; virtual ~Configuration() {