theme.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  1. {
  2. "metadata": {
  3. "name": "Ultimaker"
  4. },
  5. "fonts": {
  6. "large": {
  7. "size": 1.35,
  8. "weight": 63,
  9. "family": "Noto Sans"
  10. },
  11. "large_nonbold": {
  12. "size": 1.35,
  13. "weight": 50,
  14. "family": "Noto Sans"
  15. },
  16. "medium": {
  17. "size": 1.16,
  18. "weight": 50,
  19. "family": "Noto Sans"
  20. },
  21. "medium_bold": {
  22. "size": 1.16,
  23. "weight": 63,
  24. "family": "Noto Sans"
  25. },
  26. "default": {
  27. "size": 1.0,
  28. "weight": 50,
  29. "family": "Noto Sans"
  30. },
  31. "default_bold": {
  32. "size": 1.0,
  33. "weight": 63,
  34. "family": "Noto Sans"
  35. },
  36. "default_italic": {
  37. "size": 1.15,
  38. "weight": 50,
  39. "italic": true,
  40. "family": "Noto Sans"
  41. },
  42. "small": {
  43. "size": 1.0,
  44. "weight": 63,
  45. "family": "Noto Sans"
  46. },
  47. "very_small": {
  48. "size": 1.0,
  49. "weight": 50,
  50. "family": "Noto Sans"
  51. },
  52. "button_tooltip": {
  53. "size": 1.0,
  54. "weight": 50,
  55. "family": "Noto Sans"
  56. },
  57. "setting_category": {
  58. "size": 1.15,
  59. "weight": 63,
  60. "family": "Noto Sans"
  61. },
  62. "action_button": {
  63. "size": 1.15,
  64. "weight": 50,
  65. "family": "Noto Sans"
  66. }
  67. },
  68. "colors": {
  69. "sidebar": [255, 255, 255, 255],
  70. "lining": [192, 193, 194, 255],
  71. "viewport_overlay": [0, 0, 0, 192],
  72. "primary": [12, 169, 227, 255],
  73. "primary_hover": [48, 182, 231, 255],
  74. "primary_text": [255, 255, 255, 255],
  75. "border": [127, 127, 127, 255],
  76. "secondary": [245, 245, 245, 255],
  77. "topbar_background_color": [255, 255, 255, 0],
  78. "topbar_background_color_monitoring": [255, 255, 255, 255],
  79. "topbar_button_text_active": [0, 0, 0, 255],
  80. "topbar_button_text_inactive": [128, 128, 128, 255],
  81. "topbar_button_text_hovered": [0, 0, 0, 255],
  82. "text": [0, 0, 0, 255],
  83. "text_detail": [174, 174, 174, 128],
  84. "text_link": [12, 169, 227, 255],
  85. "text_inactive": [174, 174, 174, 255],
  86. "text_hover": [70, 84, 113, 255],
  87. "text_pressed": [12, 169, 227, 255],
  88. "text_subtext": [0, 0, 0, 255],
  89. "text_medium": [128, 128, 128, 255],
  90. "text_emphasis": [255, 255, 255, 255],
  91. "text_scene": [31, 36, 39, 255],
  92. "text_scene_hover": [70, 84, 113, 255],
  93. "error": [255, 140, 0, 255],
  94. "sidebar_header_bar": [31, 36, 39, 255],
  95. "sidebar_header_active": [68, 72, 75, 255],
  96. "sidebar_header_hover": [68, 72, 75, 255],
  97. "sidebar_header_highlight": [68, 192, 255, 255],
  98. "sidebar_header_highlight_hover": [68, 192, 255, 255],
  99. "sidebar_header_text_inactive": [255, 255, 255, 255],
  100. "sidebar_header_text_active": [255, 255, 255, 255],
  101. "sidebar_header_text_hover": [255, 255, 255, 255],
  102. "sidebar_lining": [245, 245, 245, 255],
  103. "sidebar_lining_thin": [127, 127, 127, 255],
  104. "button": [31, 36, 39, 255],
  105. "button_hover": [68, 72, 75, 255],
  106. "button_active": [68, 72, 75, 255],
  107. "button_active_hover": [68, 72, 75, 255],
  108. "button_text": [255, 255, 255, 255],
  109. "button_text_hover": [255, 255, 255, 255],
  110. "button_text_active": [255, 255, 255, 255],
  111. "button_text_active_hover": [255, 255, 255, 255],
  112. "button_disabled": [31, 36, 39, 255],
  113. "button_disabled_text": [255, 255, 255, 101],
  114. "small_button": [31, 36, 39, 0],
  115. "small_button_hover": [68, 72, 75, 255],
  116. "small_button_active": [68, 72, 75, 255],
  117. "small_button_active_hover": [68, 72, 75, 255],
  118. "small_button_text": [31, 36, 39, 197],
  119. "small_button_text_hover": [255, 255, 255, 255],
  120. "small_button_text_active": [255, 255, 255, 255],
  121. "small_button_text_active_hover": [255, 255, 255, 255],
  122. "button_tooltip": [31, 36, 39, 255],
  123. "button_tooltip_border": [68, 192, 255, 255],
  124. "button_tooltip_text": [192, 193, 194, 255],
  125. "extruder_button_material_border": [255, 255, 255, 255],
  126. "sync_button_text": [120, 120, 120, 255],
  127. "sync_button_text_hovered": [0, 0, 0, 255],
  128. "action_button": [255, 255, 255, 255],
  129. "action_button_text": [0, 0, 0, 255],
  130. "action_button_border": [127, 127, 127, 255],
  131. "action_button_hovered": [255, 255, 255, 255],
  132. "action_button_hovered_text": [31, 36, 39, 255],
  133. "action_button_hovered_border": [12, 169, 227, 255],
  134. "action_button_active": [255, 255, 255, 255],
  135. "action_button_active_text": [0, 0, 0, 255],
  136. "action_button_active_border": [12, 169, 227, 255],
  137. "action_button_disabled": [245, 245, 245, 255],
  138. "action_button_disabled_text": [127, 127, 127, 255],
  139. "action_button_disabled_border": [245, 245, 245, 255],
  140. "print_button_ready": [12, 169, 227, 255],
  141. "print_button_ready_border": [12, 169, 227, 255],
  142. "print_button_ready_text": [255, 255, 255, 255],
  143. "print_button_ready_hovered": [30, 186, 245, 243],
  144. "print_button_ready_hovered_border": [30, 186, 245, 243],
  145. "print_button_ready_pressed": [30, 186, 245, 243],
  146. "print_button_ready_pressed_border": [30, 186, 245, 243],
  147. "scrollbar_background": [255, 255, 255, 255],
  148. "scrollbar_handle": [31, 36, 39, 255],
  149. "scrollbar_handle_hover": [12, 159, 227, 255],
  150. "scrollbar_handle_down": [12, 159, 227, 255],
  151. "setting_category": [245, 245, 245, 255],
  152. "setting_category_disabled": [255, 255, 255, 255],
  153. "setting_category_hover": [245, 245, 245, 255],
  154. "setting_category_active": [245, 245, 245, 255],
  155. "setting_category_active_hover": [245, 245, 245, 255],
  156. "setting_category_text": [31, 36, 39, 255],
  157. "setting_category_disabled_text": [24, 41, 77, 101],
  158. "setting_category_hover_text": [31, 36, 39, 255],
  159. "setting_category_active_text": [31, 36, 39, 255],
  160. "setting_category_active_hover_text": [31, 36, 39, 255],
  161. "setting_category_border": [245, 245, 245, 255],
  162. "setting_category_disabled_border": [245, 245, 245, 255],
  163. "setting_category_hover_border": [12, 159, 227, 255],
  164. "setting_category_active_border": [245, 245, 245, 255],
  165. "setting_category_active_hover_border": [12, 159, 227, 255],
  166. "setting_control": [255, 255, 255, 255],
  167. "setting_control_selected": [31, 36, 39, 255],
  168. "setting_control_highlight": [255, 255, 255, 255],
  169. "setting_control_border": [127, 127, 127, 255],
  170. "setting_control_border_highlight": [12, 169, 227, 255],
  171. "setting_control_text": [27, 27, 27, 255],
  172. "setting_control_depth_line": [127, 127, 127, 255],
  173. "setting_control_button": [127, 127, 127, 255],
  174. "setting_control_button_hover": [70, 84, 113, 255],
  175. "setting_control_disabled": [245, 245, 245, 255],
  176. "setting_control_disabled_text": [127, 127, 127, 255],
  177. "setting_control_disabled_border": [127, 127, 127, 255],
  178. "setting_unit": [127, 127, 127, 255],
  179. "setting_validation_error_background": [255, 66, 60, 255],
  180. "setting_validation_error": [127, 127, 127, 255],
  181. "setting_validation_warning_background": [255, 145, 62, 255],
  182. "setting_validation_warning": [127, 127, 127, 255],
  183. "setting_validation_ok": [255, 255, 255, 255],
  184. "material_compatibility_warning": [0, 0, 0, 255],
  185. "progressbar_background": [245, 245, 245, 255],
  186. "progressbar_control": [31, 36, 39, 255],
  187. "slider_groove": [245, 245, 245, 255],
  188. "slider_groove_border": [127, 127, 127, 255],
  189. "slider_groove_fill": [127, 127, 127, 255],
  190. "slider_handle": [0, 0, 0, 255],
  191. "slider_handle_hover": [77, 182, 226, 255],
  192. "slider_handle_active": [68, 192, 255, 255],
  193. "slider_handle_border": [39, 44, 48, 255],
  194. "slider_text_background": [255, 255, 255, 255],
  195. "quality_slider_unavailable": [179, 179, 179, 255],
  196. "quality_slider_available": [0, 0, 0, 255],
  197. "quality_slider_handle": [0, 0, 0, 255],
  198. "quality_slider_handle_hover": [127, 127, 127, 255],
  199. "quality_slider_text": [0, 0, 0, 255],
  200. "checkbox": [255, 255, 255, 255],
  201. "checkbox_hover": [255, 255, 255, 255],
  202. "checkbox_border": [64, 69, 72, 255],
  203. "checkbox_border_hover": [12, 169, 227, 255],
  204. "checkbox_mark": [119, 122, 124, 255],
  205. "checkbox_text": [27, 27, 27, 255],
  206. "mode_switch": [255, 255, 255, 255],
  207. "mode_switch_hover": [255, 255, 255, 255],
  208. "mode_switch_border": [127, 127, 127, 255],
  209. "mode_switch_border_hover": [12, 169, 227, 255],
  210. "mode_switch_handle": [31, 36, 39, 255],
  211. "mode_switch_text": [31, 36, 39, 255],
  212. "mode_switch_text_hover": [31, 36, 39, 255],
  213. "mode_switch_text_checked": [12, 169, 227, 255],
  214. "tooltip": [68, 192, 255, 255],
  215. "tooltip_text": [255, 255, 255, 255],
  216. "tool_button_border": [255, 255, 255, 0],
  217. "message_background": [255, 255, 255, 255],
  218. "message_shadow": [0, 0, 0, 120],
  219. "message_border": [127, 127, 127, 255],
  220. "message_text": [0, 0, 0, 255],
  221. "message_button": [12, 169, 227, 255],
  222. "message_button_hover": [12, 169, 227, 255],
  223. "message_button_active": [12, 169, 227, 255],
  224. "message_button_text": [255, 255, 255, 255],
  225. "message_button_text_hover": [255, 255, 255, 255],
  226. "message_button_text_active": [255, 255, 255, 255],
  227. "message_progressbar_background": [200, 200, 200, 255],
  228. "message_progressbar_control": [77, 182, 226, 255],
  229. "tool_panel_background": [255, 255, 255, 255],
  230. "status_offline": [0, 0, 0, 255],
  231. "status_ready": [0, 205, 0, 255],
  232. "status_busy": [12, 169, 227, 255],
  233. "status_paused": [255, 140, 0, 255],
  234. "status_stopped": [236, 82, 80, 255],
  235. "status_unknown": [127, 127, 127, 255],
  236. "disabled_axis": [127, 127, 127, 255],
  237. "x_axis": [255, 0, 0, 255],
  238. "y_axis": [0, 0, 255, 255],
  239. "z_axis": [0, 255, 0, 255],
  240. "all_axis": [255, 255, 255, 255],
  241. "viewport_background": [245, 245, 245, 255],
  242. "volume_outline": [12, 169, 227, 255],
  243. "buildplate": [244, 244, 244, 255],
  244. "buildplate_grid": [129, 131, 134, 255],
  245. "buildplate_grid_minor": [230, 230, 231, 255],
  246. "convex_hull": [35, 35, 35, 127],
  247. "disallowed_area": [0, 0, 0, 40],
  248. "error_area": [255, 0, 0, 127],
  249. "model_default": [255, 201, 36, 255],
  250. "model_overhang": [255, 0, 0, 255],
  251. "model_unslicable": [122, 122, 122, 255],
  252. "model_unslicable_alt": [172, 172, 127, 255],
  253. "model_selection_outline": [12, 169, 227, 255],
  254. "model_non_printing": [122, 122, 122, 255],
  255. "xray": [26, 26, 62, 255],
  256. "xray_error": [255, 0, 0, 255],
  257. "layerview_ghost": [32, 32, 32, 96],
  258. "layerview_none": [255, 255, 255, 255],
  259. "layerview_inset_0": [255, 0, 0, 255],
  260. "layerview_inset_x": [0, 255, 0, 255],
  261. "layerview_skin": [255, 255, 0, 255],
  262. "layerview_support": [0, 255, 255, 255],
  263. "layerview_skirt": [0, 255, 255, 255],
  264. "layerview_infill": [255, 192, 0, 255],
  265. "layerview_support_infill": [0, 255, 255, 255],
  266. "layerview_move_combing": [0, 0, 255, 255],
  267. "layerview_move_retraction": [128, 128, 255, 255],
  268. "layerview_support_interface": [64, 192, 255, 255],
  269. "layerview_nozzle": [181, 166, 66, 50],
  270. "configuration_item": [255, 255, 255, 0],
  271. "configuration_item_active": [12, 169, 227, 32],
  272. "configuration_item_text": [0, 0, 0, 255],
  273. "configuration_item_text_active": [0, 0, 0, 255],
  274. "configuration_item_border": [127, 127, 127, 255],
  275. "configuration_item_border_active": [12, 169, 227, 32],
  276. "configuration_item_border_hover": [12, 169, 227, 255],
  277. "tab_status_connected": [12, 169, 227, 255],
  278. "tab_status_disconnected": [200, 200, 200, 255],
  279. "printer_config_matched": [12, 169, 227, 255],
  280. "printer_config_mismatch": [127, 127, 127, 255]
  281. },
  282. "sizes": {
  283. "window_minimum_size": [70, 50],
  284. "default_lining": [0.08, 0.08],
  285. "default_arrow": [0.8, 0.8],
  286. "logo": [7.6, 1.6],
  287. "default_margin": [1.0, 1.0],
  288. "wide_margin": [2.0, 2.0],
  289. "narrow_margin": [0.5, 0.5],
  290. "window_margin": [1.0, 1.0],
  291. "extruder_button_material_margin": [0.70, 0.9],
  292. "extruder_button_material": [0.75, 0.75],
  293. "sidebar": [35.0, 10.0],
  294. "sidebar_margin": [1.71, 1.43],
  295. "sidebar_margin_thin": [0.71, 0.71],
  296. "sidebar_header": [0.0, 4.0],
  297. "sidebar_header_highlight": [0.25, 0.25],
  298. "sidebar_header_mode_toggle": [0.0, 2.0],
  299. "sidebar_header_mode_tabs": [0.0, 3.0],
  300. "sidebar_lining": [0.5, 0.5],
  301. "sidebar_lining_thin": [0.2, 0.2],
  302. "sidebar_setup": [0.0, 2.0],
  303. "sidebar_tabs": [0.0, 3.5],
  304. "sidebar_inputfields": [0.0, 2.0],
  305. "sidebar_extruder_box": [0.0, 6.0],
  306. "simple_mode_infill_caption": [0.0, 5.0],
  307. "simple_mode_infill_height": [0.0, 8.0],
  308. "section": [0.0, 2.2],
  309. "section_icon": [1.6, 1.6],
  310. "section_icon_column": [2.8, 0.0],
  311. "setting": [25.0, 1.8],
  312. "setting_control": [10.0, 2.0],
  313. "setting_control_depth_margin": [1.4, 0.0],
  314. "setting_preferences_button_margin": [4, 0.0],
  315. "setting_control_margin": [0.0, 0.0],
  316. "setting_unit_margin": [0.5, 0.5],
  317. "setting_text_maxwidth": [40.0, 0.0],
  318. "standard_list_lineheight": [1.5, 1.5],
  319. "standard_list_input": [20.0, 25.0],
  320. "standard_arrow": [0.8, 0.8],
  321. "button": [4, 4],
  322. "button_icon": [2.5, 2.5],
  323. "button_lining": [0, 0],
  324. "small_button": [2, 2],
  325. "small_button_icon": [1.5, 1.5],
  326. "printer_status_icon": [1.8, 1.8],
  327. "printer_sync_icon": [1.2, 1.2],
  328. "topbar_logo_right_margin": [3, 0],
  329. "topbar_button": [8, 4],
  330. "topbar_button_icon": [1.2, 1.2],
  331. "button_tooltip": [1.0, 1.3],
  332. "button_tooltip_arrow": [0.25, 0.25],
  333. "tool_button_border": [1.0, 0],
  334. "progressbar": [26.0, 0.4],
  335. "progressbar_radius": [0, 0],
  336. "progressbar_control": [8.0, 0.4],
  337. "scrollbar": [0.75, 0.5],
  338. "quality_slider_bar": [1, 0.2],
  339. "slider_groove": [0.3, 0.3],
  340. "slider_handle": [1.0, 1.0],
  341. "slider_layerview_size": [1.0, 22.0],
  342. "slider_layerview_background": [4.0, 0.0],
  343. "slider_layerview_margin": [1.0, 1.5],
  344. "layerview_menu_size": [15, 20],
  345. "layerview_menu_size_material_color_mode": [15, 16],
  346. "layerview_menu_size_collapsed": [15, 6],
  347. "layerview_menu_size_compatibility": [22, 22.0],
  348. "layerview_menu_size_compatibility_collapsed": [15, 3.5],
  349. "layerview_legend_size": [1.0, 1.0],
  350. "layerview_row": [11.0, 1.5],
  351. "layerview_row_spacing": [0.0, 0.5],
  352. "checkbox": [2.0, 2.0],
  353. "tooltip": [20.0, 10.0],
  354. "tooltip_margins": [1.0, 1.0],
  355. "tooltip_arrow_margins": [2.0, 2.0],
  356. "save_button_text_margin": [0.3, 0.6],
  357. "save_button_save_to_button": [0.3, 2.7],
  358. "save_button_specs_icons": [1.4, 1.4],
  359. "job_specs_button": [2.7, 2.7],
  360. "monitor_preheat_temperature_control": [4.5, 2.0],
  361. "modal_window_minimum": [60.0, 45],
  362. "license_window_minimum": [45, 45],
  363. "wizard_progress": [10.0, 0.0],
  364. "message": [30.0, 5.0],
  365. "message_close": [1, 1],
  366. "message_button": [6.0, 1.8],
  367. "message_shadow": [0, 0],
  368. "message_margin": [0, 1.0],
  369. "message_inner_margin": [1.5, 1.5],
  370. "infill_button_margin": [0.5, 0.5],
  371. "jobspecs_line": [2.0, 2.0],
  372. "objects_menu_size": [20, 40],
  373. "objects_menu_size_collapsed": [20, 17],
  374. "build_plate_selection_size": [15, 5],
  375. "objects_menu_button": [0.3, 2.7],
  376. "toolbox_thumbnail_small": [6.0, 6.0],
  377. "toolbox_thumbnail_medium": [8.0, 8.0],
  378. "toolbox_thumbnail_large": [12.0, 12.0],
  379. "toolbox_footer": [1.0, 4.5],
  380. "toolbox_footer_button": [8.0, 2.5],
  381. "toolbox_showcase_spacing": [1.0, 1.0],
  382. "toolbox_header_tab": [8.0, 4.0],
  383. "toolbox_detail_header": [1.0, 12.0],
  384. "toolbox_detail_tile": [1.0, 8.0],
  385. "toolbox_back_column": [6.0, 1.0],
  386. "toolbox_back_button": [4.0, 2.0],
  387. "toolbox_installed_tile": [1.0, 8.0],
  388. "toolbox_property_label": [1.0, 2.0],
  389. "toolbox_heading_label": [1.0, 4.0],
  390. "toolbox_header": [1.0, 4.0],
  391. "toolbox_progress_bar": [8.0, 0.5],
  392. "toolbox_chart_row": [1.0, 2.0],
  393. "toolbox_action_button": [8.0, 2.5],
  394. "toolbox_loader": [2.0, 2.0]
  395. }
  396. }