config.json 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. {
  2. "$schema": "https://gui-cs.github.io/Terminal.Gui/schemas/tui-config-schema.json",
  3. "FileDialog.MaxSearchResults": 10000,
  4. "FileDialogStyle.DefaultUseColors": false,
  5. "FileDialogStyle.DefaultUseUnicodeCharacters": false,
  6. "AppSettings": {
  7. "UICatalog.StatusBar": true
  8. },
  9. "Themes": [
  10. {
  11. "Hot Dog Stand": {
  12. "Schemes": [
  13. {
  14. "Runnable": {
  15. "Normal": {
  16. "Foreground": "Black",
  17. "Background": "#FFFF00"
  18. },
  19. "Focus": {
  20. "Foreground": "White",
  21. "Background": "Black"
  22. },
  23. "HotNormal": {
  24. "Foreground": "#FF0000",
  25. "Background": "#FFFF00"
  26. },
  27. "HotFocus": {
  28. "Foreground": "#FFFF00",
  29. "Background": "White"
  30. },
  31. "Disabled": {
  32. "Foreground": "BrightGreen",
  33. "Background": "Gray"
  34. }
  35. }
  36. },
  37. {
  38. "Base": {
  39. "Normal": {
  40. "Foreground": "Black",
  41. "Background": "#FFFF00"
  42. },
  43. "Focus": {
  44. "Foreground": "White",
  45. "Background": "Black"
  46. },
  47. "HotNormal": {
  48. "Foreground": "#FF0000",
  49. "Background": "#FFFF00"
  50. },
  51. "HotFocus": {
  52. "Foreground": "#FFFF00",
  53. "Background": "Black"
  54. },
  55. "Disabled": {
  56. "Foreground": "BrightGreen",
  57. "Background": "Gray"
  58. }
  59. }
  60. },
  61. {
  62. "Dialog": {
  63. "Normal": {
  64. "Foreground": "Gray",
  65. "Background": "#FF0000"
  66. },
  67. "Focus": {
  68. "Foreground": "#FF0000",
  69. "Background": "White"
  70. },
  71. "HotNormal": {
  72. "Foreground": "#FF0000",
  73. "Background": "#FFF000"
  74. },
  75. "HotFocus": {
  76. "Foreground": "Black",
  77. "Background": "White"
  78. },
  79. "Disabled": {
  80. "Foreground": "BrightYellow",
  81. "Background": "Gray"
  82. }
  83. }
  84. },
  85. {
  86. "Menu": {
  87. "Normal": {
  88. "Foreground": "Black",
  89. "Background": "White"
  90. },
  91. "Focus": {
  92. "Foreground": "White",
  93. "Background": "Black"
  94. },
  95. "HotNormal": {
  96. "Foreground": "#FF00",
  97. "Background": "White"
  98. },
  99. "HotFocus": {
  100. "Foreground": "#FF00",
  101. "Background": "Black"
  102. },
  103. "Disabled": {
  104. "Foreground": "Gray",
  105. "Background": "White"
  106. }
  107. }
  108. },
  109. {
  110. "Error": {
  111. "Normal": {
  112. "Foreground": "#FF00",
  113. "Background": "#FFF000"
  114. },
  115. "Focus": {
  116. "Foreground": "Black",
  117. "Background": "#FFF000"
  118. },
  119. "HotNormal": {
  120. "Foreground": "DarkGray",
  121. "Background": "BrightYellow"
  122. },
  123. "HotFocus": {
  124. "Foreground": "Red",
  125. "Background": "BrightYellow"
  126. },
  127. "Disabled": {
  128. "Foreground": "Gray",
  129. "Background": "BrightYellow"
  130. }
  131. }
  132. }
  133. ]
  134. }
  135. },
  136. {
  137. "UI Catalog Theme": {
  138. "Window.DefaultShadow": "Transparent",
  139. "Button.DefaultShadow": "None",
  140. "CheckBox.DefaultHighlightStates": "In, Pressed, PressedOutside",
  141. "MessageBox.DefaultButtonAlignment": "Start",
  142. "StatusBar.DefaultSeparatorLineStyle": "Single",
  143. "Dialog.DefaultMinimumWidth": 80,
  144. "NerdFonts.Enable": false,
  145. "MessageBox.DefaultMinimumWidth": 0,
  146. "Window.DefaultBorderStyle": "Double",
  147. "Dialog.DefaultShadow": "Opaque",
  148. "Dialog.DefaultButtonAlignment": "Start",
  149. "FrameView.DefaultBorderStyle": "Double",
  150. "MessageBox.DefaultMinimumHeight": 0,
  151. "Button.DefaultHighlightStates": "In, Pressed",
  152. "Menu.DefaultBorderStyle": "Heavy",
  153. "MenuBar.DefaultBorderStyle": "Heavy",
  154. "Schemes": [
  155. {
  156. "UI Catalog Scheme": {
  157. "Normal": {
  158. "Foreground": "White",
  159. "Background": "Green"
  160. },
  161. "Focus": {
  162. "Foreground": "Green",
  163. "Background": "White"
  164. },
  165. "HotNormal": {
  166. "Foreground": "Blue",
  167. "Background": "Green"
  168. },
  169. "HotFocus": {
  170. "Foreground": "BrightRed",
  171. "Background": "White"
  172. },
  173. "Disabled": {
  174. "Foreground": "BrightGreen",
  175. "Background": "Gray"
  176. }
  177. }
  178. },
  179. {
  180. "Runnable": {
  181. "Normal": {
  182. "Foreground": "DarkGray",
  183. "Background": "White"
  184. },
  185. "Focus": {
  186. "Foreground": "Black",
  187. "Background": "White"
  188. },
  189. "HotNormal": {
  190. "Foreground": "BrightGreen",
  191. "Background": "White"
  192. },
  193. "HotFocus": {
  194. "Foreground": "Cyan",
  195. "Background": "White"
  196. },
  197. "Disabled": {
  198. "Foreground": "Gray",
  199. "Background": "White"
  200. }
  201. }
  202. },
  203. {
  204. "Base": {
  205. "Normal": {
  206. "Foreground": "White",
  207. "Background": "Green"
  208. },
  209. "Focus": {
  210. "Foreground": "Green",
  211. "Background": "White"
  212. },
  213. "HotNormal": {
  214. "Foreground": "Blue",
  215. "Background": "Green"
  216. },
  217. "HotFocus": {
  218. "Foreground": "BrightRed",
  219. "Background": "White"
  220. },
  221. "Disabled": {
  222. "Foreground": "BrightGreen",
  223. "Background": "Gray"
  224. }
  225. }
  226. },
  227. {
  228. "Dialog": {
  229. "Normal": {
  230. "Foreground": "Gray",
  231. "Background": "Green"
  232. },
  233. "Focus": {
  234. "Foreground": "Green",
  235. "Background": "White"
  236. },
  237. "HotNormal": {
  238. "Foreground": "Blue",
  239. "Background": "Green"
  240. },
  241. "HotFocus": {
  242. "Foreground": "Black",
  243. "Background": "White"
  244. },
  245. "Disabled": {
  246. "Foreground": "BrightGreen",
  247. "Background": "Gray"
  248. }
  249. }
  250. },
  251. {
  252. "Menu": {
  253. "Normal": {
  254. "Foreground": "Black",
  255. "Background": "Gray"
  256. },
  257. "Focus": {
  258. "Foreground": "Green",
  259. "Background": "DarkGray"
  260. },
  261. "HotNormal": {
  262. "Foreground": "Green",
  263. "Background": "Gray"
  264. },
  265. "HotFocus": {
  266. "Foreground": "DarkGray",
  267. "Background": "DarkGray"
  268. },
  269. "Disabled": {
  270. "Foreground": "Gray",
  271. "Background": "White"
  272. }
  273. }
  274. },
  275. {
  276. "Error": {
  277. "Normal": {
  278. "Foreground": "BrightRed",
  279. "Background": "BrightYellow"
  280. },
  281. "Focus": {
  282. "Foreground": "Black",
  283. "Background": "BrightYellow"
  284. },
  285. "HotNormal": {
  286. "Foreground": "DarkGray",
  287. "Background": "BrightYellow"
  288. },
  289. "HotFocus": {
  290. "Foreground": "Red",
  291. "Background": "BrightYellow"
  292. },
  293. "Disabled": {
  294. "Foreground": "BrightGreen",
  295. "Background": "Gray"
  296. }
  297. }
  298. }
  299. ]
  300. }
  301. }
  302. ]
  303. }