example_config.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. {
  2. "$schema": "https://gui-cs.github.io/Terminal.GuiV2Docs/schemas/tui-config-schema.json",
  3. "ConfigurationManager.ThrowOnJsonErrors": false,
  4. "Application.ArrangeKey": "Ctrl+F5",
  5. "Application.Force16Colors": false,
  6. "Application.ForceDriver": "",
  7. "Application.IsMouseDisabled": false,
  8. "Application.NextTabGroupKey": "F6",
  9. "Application.NextTabKey": "Tab",
  10. "Application.PrevTabGroupKey": "Shift+F6",
  11. "Application.PrevTabKey": "Shift+Tab",
  12. "Application.QuitKey": "Esc",
  13. "ContextMenu.DefaultKey": "Shift+F10",
  14. "FileDialog.MaxSearchResults": 10000,
  15. "FileDialogStyle.DefaultUseColors": false,
  16. "FileDialogStyle.DefaultUseUnicodeCharacters": false,
  17. "Glyphs": {
  18. "CheckStateChecked": "✓"
  19. },
  20. "Theme": "Gruntled",
  21. "Themes": [
  22. {
  23. "Gruntled": {
  24. "ColorSchemes": [
  25. {
  26. "TopLevel": {
  27. "Normal": {
  28. "Foreground": "OrangeRed",
  29. "Background": "AntiqueWhite"
  30. },
  31. "Focus": {
  32. "Foreground": "White",
  33. "Background": "Maroon"
  34. },
  35. "HotNormal": {
  36. "Foreground": "DarkRed",
  37. "Background": "AntiqueWhite"
  38. },
  39. "HotFocus": {
  40. "Foreground": "Yellow",
  41. "Background": "Maroon"
  42. },
  43. "Disabled": {
  44. "Foreground": "LightPink",
  45. "Background": "AntiqueWhite"
  46. }
  47. }
  48. },
  49. {
  50. "Base": {
  51. "Normal": {
  52. "Foreground": "White",
  53. "Background": "OrangeRed"
  54. },
  55. "Focus": {
  56. "Foreground": "FireBrick",
  57. "Background": "AntiqueWhite"
  58. },
  59. "HotNormal": {
  60. "Foreground": "Gold",
  61. "Background": "OrangeRed"
  62. },
  63. "HotFocus": {
  64. "Foreground": "FireBrick",
  65. "Background": "AntiqueWhite"
  66. },
  67. "Disabled": {
  68. "Foreground": "LightPink",
  69. "Background": "OrangeRed"
  70. }
  71. }
  72. },
  73. {
  74. "Dialog": {
  75. "Normal": {
  76. "Foreground": "FireBrick",
  77. "Background": "GhostWhite"
  78. },
  79. "Focus": {
  80. "Foreground": "DarkGray",
  81. "Background": "LightGray"
  82. },
  83. "HotNormal": {
  84. "Foreground": "FireBrick",
  85. "Background": "GhostWhite"
  86. },
  87. "HotFocus": {
  88. "Foreground": "FireBrick",
  89. "Background": "GhostWhite"
  90. },
  91. "Disabled": {
  92. "Foreground": "Gray",
  93. "Background": "DarkGray"
  94. }
  95. }
  96. },
  97. {
  98. "Menu": {
  99. "Normal": {
  100. "Foreground": "White",
  101. "Background": "FireBrick"
  102. },
  103. "Focus": {
  104. "Foreground": "White",
  105. "Background": "DarkRed"
  106. },
  107. "HotNormal": {
  108. "Foreground": "Yellow",
  109. "Background": "FireBrick"
  110. },
  111. "HotFocus": {
  112. "Foreground": "Yellow",
  113. "Background": "DarkRed"
  114. },
  115. "Disabled": {
  116. "Foreground": "Gray",
  117. "Background": "DarkGray"
  118. }
  119. }
  120. },
  121. {
  122. "Error": {
  123. "Normal": {
  124. "Foreground": "Yellow",
  125. "Background": "DarkRed"
  126. },
  127. "Focus": {
  128. "Foreground": "DarkSalmon",
  129. "Background": "Brown"
  130. },
  131. "HotNormal": {
  132. "Foreground": "Black",
  133. "Background": "DarkRed"
  134. },
  135. "HotFocus": {
  136. "Foreground": "FireBrick",
  137. "Background": "Brown"
  138. },
  139. "Disabled": {
  140. "Foreground": "DarkGray",
  141. "Background": "DarkRed"
  142. }
  143. }
  144. }
  145. ]
  146. }
  147. }
  148. ]
  149. }