2024-09-25 17:22:30 -06:00
|
|
|
{
|
2026-03-13 17:33:55 -06:00
|
|
|
"$schema": "https://gui-cs.github.io/Terminal.Gui/schemas/tui-config-schema.json",
|
2024-09-25 17:22:30 -06:00
|
|
|
"ConfigurationManager.ThrowOnJsonErrors": false,
|
2026-03-13 17:33:55 -06:00
|
|
|
"Application.DefaultKeyBindings": {
|
|
|
|
|
"Quit": { "All": ["Esc"] },
|
|
|
|
|
"Suspend": { "Linux": ["Ctrl+Z"], "Macos": ["Ctrl+Z"] },
|
|
|
|
|
"Arrange": { "All": ["Ctrl+F5"] },
|
|
|
|
|
"NextTabStop": { "All": ["Tab"] },
|
|
|
|
|
"PreviousTabStop": { "All": ["Shift+Tab"] },
|
|
|
|
|
"NextTabGroup": { "All": ["F6"] },
|
|
|
|
|
"PreviousTabGroup": { "All": ["Shift+F6"] },
|
|
|
|
|
"Refresh": { "All": ["F5"] }
|
|
|
|
|
},
|
|
|
|
|
"Driver.Force16Colors": false,
|
2024-09-25 17:22:30 -06:00
|
|
|
"Application.ForceDriver": "",
|
|
|
|
|
"Application.IsMouseDisabled": false,
|
2026-03-13 17:33:55 -06:00
|
|
|
"Key.Separator": "+",
|
|
|
|
|
"MenuBar.DefaultKey": "F10",
|
|
|
|
|
"PopoverMenu.DefaultKey": "Shift+F10",
|
2024-09-25 17:22:30 -06:00
|
|
|
"FileDialog.MaxSearchResults": 10000,
|
|
|
|
|
"FileDialogStyle.DefaultUseColors": false,
|
|
|
|
|
"FileDialogStyle.DefaultUseUnicodeCharacters": false,
|
|
|
|
|
"Theme": "Gruntled",
|
|
|
|
|
"Themes": [
|
|
|
|
|
{
|
|
|
|
|
"Gruntled": {
|
2026-03-13 17:33:55 -06:00
|
|
|
"Glyphs": {
|
|
|
|
|
"CheckStateChecked": "✓"
|
|
|
|
|
},
|
|
|
|
|
"Schemes": [
|
2024-09-25 17:22:30 -06:00
|
|
|
{
|
|
|
|
|
"TopLevel": {
|
|
|
|
|
"Normal": {
|
|
|
|
|
"Foreground": "OrangeRed",
|
|
|
|
|
"Background": "AntiqueWhite"
|
|
|
|
|
},
|
|
|
|
|
"Focus": {
|
|
|
|
|
"Foreground": "White",
|
|
|
|
|
"Background": "Maroon"
|
|
|
|
|
},
|
|
|
|
|
"HotNormal": {
|
|
|
|
|
"Foreground": "DarkRed",
|
|
|
|
|
"Background": "AntiqueWhite"
|
|
|
|
|
},
|
|
|
|
|
"HotFocus": {
|
|
|
|
|
"Foreground": "Yellow",
|
|
|
|
|
"Background": "Maroon"
|
|
|
|
|
},
|
|
|
|
|
"Disabled": {
|
|
|
|
|
"Foreground": "LightPink",
|
|
|
|
|
"Background": "AntiqueWhite"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Base": {
|
|
|
|
|
"Normal": {
|
|
|
|
|
"Foreground": "White",
|
|
|
|
|
"Background": "OrangeRed"
|
|
|
|
|
},
|
|
|
|
|
"Focus": {
|
|
|
|
|
"Foreground": "FireBrick",
|
|
|
|
|
"Background": "AntiqueWhite"
|
|
|
|
|
},
|
|
|
|
|
"HotNormal": {
|
|
|
|
|
"Foreground": "Gold",
|
|
|
|
|
"Background": "OrangeRed"
|
|
|
|
|
},
|
|
|
|
|
"HotFocus": {
|
|
|
|
|
"Foreground": "FireBrick",
|
|
|
|
|
"Background": "AntiqueWhite"
|
|
|
|
|
},
|
|
|
|
|
"Disabled": {
|
|
|
|
|
"Foreground": "LightPink",
|
|
|
|
|
"Background": "OrangeRed"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Dialog": {
|
|
|
|
|
"Normal": {
|
|
|
|
|
"Foreground": "FireBrick",
|
|
|
|
|
"Background": "GhostWhite"
|
|
|
|
|
},
|
|
|
|
|
"Focus": {
|
|
|
|
|
"Foreground": "DarkGray",
|
|
|
|
|
"Background": "LightGray"
|
|
|
|
|
},
|
|
|
|
|
"HotNormal": {
|
|
|
|
|
"Foreground": "FireBrick",
|
|
|
|
|
"Background": "GhostWhite"
|
|
|
|
|
},
|
|
|
|
|
"HotFocus": {
|
|
|
|
|
"Foreground": "FireBrick",
|
|
|
|
|
"Background": "GhostWhite"
|
|
|
|
|
},
|
|
|
|
|
"Disabled": {
|
|
|
|
|
"Foreground": "Gray",
|
|
|
|
|
"Background": "DarkGray"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Menu": {
|
|
|
|
|
"Normal": {
|
|
|
|
|
"Foreground": "White",
|
|
|
|
|
"Background": "FireBrick"
|
|
|
|
|
},
|
|
|
|
|
"Focus": {
|
|
|
|
|
"Foreground": "White",
|
|
|
|
|
"Background": "DarkRed"
|
|
|
|
|
},
|
|
|
|
|
"HotNormal": {
|
|
|
|
|
"Foreground": "Yellow",
|
|
|
|
|
"Background": "FireBrick"
|
|
|
|
|
},
|
|
|
|
|
"HotFocus": {
|
|
|
|
|
"Foreground": "Yellow",
|
|
|
|
|
"Background": "DarkRed"
|
|
|
|
|
},
|
|
|
|
|
"Disabled": {
|
|
|
|
|
"Foreground": "Gray",
|
|
|
|
|
"Background": "DarkGray"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Error": {
|
|
|
|
|
"Normal": {
|
|
|
|
|
"Foreground": "Yellow",
|
|
|
|
|
"Background": "DarkRed"
|
|
|
|
|
},
|
|
|
|
|
"Focus": {
|
|
|
|
|
"Foreground": "DarkSalmon",
|
|
|
|
|
"Background": "Brown"
|
|
|
|
|
},
|
|
|
|
|
"HotNormal": {
|
|
|
|
|
"Foreground": "Black",
|
|
|
|
|
"Background": "DarkRed"
|
|
|
|
|
},
|
|
|
|
|
"HotFocus": {
|
|
|
|
|
"Foreground": "FireBrick",
|
|
|
|
|
"Background": "Brown"
|
|
|
|
|
},
|
|
|
|
|
"Disabled": {
|
|
|
|
|
"Foreground": "DarkGray",
|
|
|
|
|
"Background": "DarkRed"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
]
|
|
|
|
|
}
|