Browse Source

Update config.json to use Driver.Force16Colors instead of Application.Force16Colors

Co-authored-by: tig <[email protected]>
copilot-swe-agent[bot] 1 week ago
parent
commit
58790fc3e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Terminal.Gui/Resources/config.json

+ 1 - 1
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",