config.json 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  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. "Toplevel": {
  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. "CheckBox.DefaultHighlightStates": "In, Pressed, PressedOutside",
  140. "MessageBox.DefaultButtonAlignment": "Start",
  141. "StatusBar.DefaultSeparatorLineStyle": "Single",
  142. "Dialog.DefaultMinimumWidth": 80,
  143. "MessageBox.DefaultBorderStyle": "Dotted",
  144. "NerdFonts.Enable": false,
  145. "MessageBox.DefaultMinimumWidth": 0,
  146. "Window.DefaultBorderStyle": "Double",
  147. "Dialog.DefaultShadow": "Opaque",
  148. "Dialog.DefaultButtonAlignment": "Start",
  149. "Button.DefaultShadow": "Transparent",
  150. "FrameView.DefaultBorderStyle": "Double",
  151. "MessageBox.DefaultMinimumHeight": 0,
  152. "Button.DefaultHighlightStates": "In, Pressed",
  153. "Menuv2.DefaultBorderStyle": "Heavy",
  154. "MenuBarv2.DefaultBorderStyle": "Heavy",
  155. "Schemes": [
  156. {
  157. "UI Catalog Scheme": {
  158. "Normal": {
  159. "Foreground": "White",
  160. "Background": "Green"
  161. },
  162. "Focus": {
  163. "Foreground": "Green",
  164. "Background": "White"
  165. },
  166. "HotNormal": {
  167. "Foreground": "Blue",
  168. "Background": "Green"
  169. },
  170. "HotFocus": {
  171. "Foreground": "BrightRed",
  172. "Background": "White"
  173. },
  174. "Disabled": {
  175. "Foreground": "BrightGreen",
  176. "Background": "Gray"
  177. }
  178. }
  179. },
  180. {
  181. "TopLevel": {
  182. "Normal": {
  183. "Foreground": "DarkGray",
  184. "Background": "White"
  185. },
  186. "Focus": {
  187. "Foreground": "Black",
  188. "Background": "White"
  189. },
  190. "HotNormal": {
  191. "Foreground": "BrightGreen",
  192. "Background": "White"
  193. },
  194. "HotFocus": {
  195. "Foreground": "Cyan",
  196. "Background": "White"
  197. },
  198. "Disabled": {
  199. "Foreground": "Gray",
  200. "Background": "White"
  201. }
  202. }
  203. },
  204. {
  205. "Base": {
  206. "Normal": {
  207. "Foreground": "White",
  208. "Background": "Green"
  209. },
  210. "Focus": {
  211. "Foreground": "Green",
  212. "Background": "White"
  213. },
  214. "HotNormal": {
  215. "Foreground": "Blue",
  216. "Background": "Green"
  217. },
  218. "HotFocus": {
  219. "Foreground": "BrightRed",
  220. "Background": "White"
  221. },
  222. "Disabled": {
  223. "Foreground": "BrightGreen",
  224. "Background": "Gray"
  225. }
  226. }
  227. },
  228. {
  229. "Dialog": {
  230. "Normal": {
  231. "Foreground": "Gray",
  232. "Background": "Green"
  233. },
  234. "Focus": {
  235. "Foreground": "Green",
  236. "Background": "White"
  237. },
  238. "HotNormal": {
  239. "Foreground": "Blue",
  240. "Background": "Green"
  241. },
  242. "HotFocus": {
  243. "Foreground": "Black",
  244. "Background": "White"
  245. },
  246. "Disabled": {
  247. "Foreground": "BrightGreen",
  248. "Background": "Gray"
  249. }
  250. }
  251. },
  252. {
  253. "Menu": {
  254. "Normal": {
  255. "Foreground": "Black",
  256. "Background": "Gray"
  257. },
  258. "Focus": {
  259. "Foreground": "Green",
  260. "Background": "DarkGray"
  261. },
  262. "HotNormal": {
  263. "Foreground": "Green",
  264. "Background": "Gray"
  265. },
  266. "HotFocus": {
  267. "Foreground": "DarkGray",
  268. "Background": "DarkGray"
  269. },
  270. "Disabled": {
  271. "Foreground": "Gray",
  272. "Background": "White"
  273. }
  274. }
  275. },
  276. {
  277. "Error": {
  278. "Normal": {
  279. "Foreground": "BrightRed",
  280. "Background": "BrightYellow"
  281. },
  282. "Focus": {
  283. "Foreground": "Black",
  284. "Background": "BrightYellow"
  285. },
  286. "HotNormal": {
  287. "Foreground": "DarkGray",
  288. "Background": "BrightYellow"
  289. },
  290. "HotFocus": {
  291. "Foreground": "Red",
  292. "Background": "BrightYellow"
  293. },
  294. "Disabled": {
  295. "Foreground": "BrightGreen",
  296. "Background": "Gray"
  297. }
  298. }
  299. }
  300. ]
  301. }
  302. }
  303. ]
  304. }