From 58790fc3e5b0c87cf86402beb91dc7f56c740677 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Dec 2025 04:51:58 +0000 Subject: [PATCH] Update config.json to use Driver.Force16Colors instead of Application.Force16Colors Co-authored-by: tig <585482+tig@users.noreply.github.com> --- Terminal.Gui/Resources/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Resources/config.json b/Terminal.Gui/Resources/config.json index 141429fbb..b2425e357 100644 --- a/Terminal.Gui/Resources/config.json +++ b/Terminal.Gui/Resources/config.json @@ -20,7 +20,7 @@ "Key.Separator": "+", "Application.ArrangeKey": "Ctrl+F5", - "Application.Force16Colors": false, + "Driver.Force16Colors": false, //"Application.ForceDriver": "", // TODO: ForceDriver should be nullable "Application.IsMouseDisabled": false, "Application.NextTabGroupKey": "F6",