diff --git a/Terminal.Gui/ConsoleDrivers/ConsoleDriver.cs b/Terminal.Gui/ConsoleDrivers/ConsoleDriver.cs
index 3dbf66ee0..c839f1453 100644
--- a/Terminal.Gui/ConsoleDrivers/ConsoleDriver.cs
+++ b/Terminal.Gui/ConsoleDrivers/ConsoleDriver.cs
@@ -349,13 +349,13 @@ public abstract class ConsoleDriver {
#region Color Handling
-
+
///
/// Gets whether the supports TrueColor output.
///
public virtual bool SupportsTrueColor { get => true; }
- private bool _force16Colors = false;
+ bool _force16Colors = false;
// TODO: Make this a ConfiguationManager setting on Application
///