theme.json 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531
  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. "extruder_icon":
  68. {
  69. "size": 0.7,
  70. "weight": 50,
  71. "family": "Noto Sans"
  72. }
  73. },
  74. "colors": {
  75. "main_background": [255, 255, 255, 255],
  76. "wide_lining": [245, 245, 245, 255],
  77. "thick_lining": [127, 127, 127, 255],
  78. "lining": [192, 193, 194, 255],
  79. "viewport_overlay": [0, 0, 0, 192],
  80. "primary": [50, 130, 255, 255],
  81. "primary_shadow": [64, 47, 205, 255],
  82. "primary_hover": [48, 182, 231, 255],
  83. "primary_text": [255, 255, 255, 255],
  84. "border": [127, 127, 127, 255],
  85. "secondary": [240, 240, 240, 255],
  86. "secondary_shadow": [216, 216, 216, 255],
  87. "primary_button": [38, 113, 231, 255],
  88. "primary_button_shadow": [27, 95, 202, 255],
  89. "primary_button_hover": [81, 145, 247, 255],
  90. "primary_button_text": [255, 255, 255, 255],
  91. "secondary_button": [240, 240, 240, 255],
  92. "secondary_button_shadow": [216, 216, 216, 255],
  93. "secondary_button_hover": [228, 228, 228, 255],
  94. "secondary_button_text": [30, 102, 215, 255],
  95. "main_window_header_background": [10, 8, 80, 255],
  96. "main_window_header_background_gradient": [25, 23, 91, 255],
  97. "main_window_header_button_text_active": [10, 8, 80, 255],
  98. "main_window_header_button_text_inactive": [255, 255, 255, 255],
  99. "main_window_header_button_text_hovered": [255, 255, 255, 255],
  100. "main_window_header_button_background_active": [255, 255, 255, 255],
  101. "main_window_header_button_background_inactive": [255, 255, 255, 0],
  102. "main_window_header_button_background_hovered": [255, 255, 255, 102],
  103. "account_widget_outline_active": [70, 66, 126, 255],
  104. "machine_selector_bar": [31, 36, 39, 255],
  105. "machine_selector_active": [68, 72, 75, 255],
  106. "machine_selector_hover": [68, 72, 75, 255],
  107. "machine_selector_text_active": [255, 255, 255, 255],
  108. "action_panel_secondary": [27, 95, 202, 255],
  109. "toolbar_background": [255, 255, 255, 255],
  110. "printer_type_label_background": [171, 171, 191, 255],
  111. "text": [0, 0, 0, 255],
  112. "text_detail": [174, 174, 174, 128],
  113. "text_link": [50, 130, 255, 255],
  114. "text_inactive": [174, 174, 174, 255],
  115. "text_pressed": [50, 130, 255, 255],
  116. "text_subtext": [0, 0, 0, 255],
  117. "text_medium": [128, 128, 128, 255],
  118. "text_emphasis": [255, 255, 255, 255],
  119. "text_scene": [31, 36, 39, 255],
  120. "text_scene_hover": [70, 84, 113, 255],
  121. "error": [255, 140, 0, 255],
  122. "warning": [255, 190, 35, 255],
  123. "toolbar_button_text": [10, 8, 80, 255],
  124. "toolbar_button_hover": [232, 242, 252, 255],
  125. "toolbar_button_active": [232, 242, 252, 255],
  126. "toolbar_button_active_hover": [232, 242, 252, 255],
  127. "button": [31, 36, 39, 255],
  128. "button_hover": [68, 72, 75, 255],
  129. "button_active": [68, 72, 75, 255],
  130. "button_active_hover": [68, 72, 75, 255],
  131. "button_text": [255, 255, 255, 255],
  132. "button_text_hover": [255, 255, 255, 255],
  133. "button_text_active": [255, 255, 255, 255],
  134. "button_text_active_hover": [255, 255, 255, 255],
  135. "small_button": [0, 0, 0, 0],
  136. "small_button_hover": [10, 8, 80, 255],
  137. "small_button_active": [10, 8, 80, 255],
  138. "small_button_active_hover": [10, 8, 80, 255],
  139. "small_button_text": [171, 171, 191, 255],
  140. "small_button_text_hover": [255, 255, 255, 255],
  141. "small_button_text_active": [255, 255, 255, 255],
  142. "small_button_text_active_hover": [255, 255, 255, 255],
  143. "button_tooltip": [31, 36, 39, 255],
  144. "button_tooltip_border": [68, 192, 255, 255],
  145. "button_tooltip_text": [192, 193, 194, 255],
  146. "extruder_button_material_border": [255, 255, 255, 255],
  147. "sync_button_text": [120, 120, 120, 255],
  148. "sync_button_text_hovered": [0, 0, 0, 255],
  149. "action_button": [255, 255, 255, 255],
  150. "action_button_text": [0, 0, 0, 255],
  151. "action_button_border": [127, 127, 127, 255],
  152. "action_button_hovered": [232, 242, 252, 255],
  153. "action_button_hovered_text": [31, 36, 39, 255],
  154. "action_button_hovered_border": [50, 130, 255, 255],
  155. "action_button_active": [255, 255, 255, 255],
  156. "action_button_active_text": [0, 0, 0, 255],
  157. "action_button_active_border": [50, 130, 255, 255],
  158. "action_button_disabled": [245, 245, 245, 255],
  159. "action_button_disabled_text": [127, 127, 127, 255],
  160. "action_button_disabled_border": [245, 245, 245, 255],
  161. "action_button_shadow": [223, 223, 223, 255],
  162. "action_button_disabled_shadow": [228, 228, 228, 255],
  163. "scrollbar_background": [255, 255, 255, 255],
  164. "scrollbar_handle": [31, 36, 39, 255],
  165. "scrollbar_handle_hover": [12, 159, 227, 255],
  166. "scrollbar_handle_down": [12, 159, 227, 255],
  167. "setting_category": [245, 245, 245, 255],
  168. "setting_category_disabled": [255, 255, 255, 255],
  169. "setting_category_hover": [245, 245, 245, 255],
  170. "setting_category_active": [245, 245, 245, 255],
  171. "setting_category_active_hover": [245, 245, 245, 255],
  172. "setting_category_text": [31, 36, 39, 255],
  173. "setting_category_disabled_text": [24, 41, 77, 101],
  174. "setting_category_hover_text": [31, 36, 39, 255],
  175. "setting_category_active_text": [31, 36, 39, 255],
  176. "setting_category_active_hover_text": [31, 36, 39, 255],
  177. "setting_category_border": [245, 245, 245, 255],
  178. "setting_category_disabled_border": [245, 245, 245, 255],
  179. "setting_category_hover_border": [12, 159, 227, 255],
  180. "setting_category_active_border": [245, 245, 245, 255],
  181. "setting_category_active_hover_border": [12, 159, 227, 255],
  182. "setting_control": [255, 255, 255, 255],
  183. "setting_control_selected": [31, 36, 39, 255],
  184. "setting_control_highlight": [255, 255, 255, 255],
  185. "setting_control_border": [127, 127, 127, 255],
  186. "setting_control_border_highlight": [50, 130, 255, 255],
  187. "setting_control_text": [27, 27, 27, 255],
  188. "setting_control_depth_line": [127, 127, 127, 255],
  189. "setting_control_button": [127, 127, 127, 255],
  190. "setting_control_button_hover": [70, 84, 113, 255],
  191. "setting_control_disabled": [245, 245, 245, 255],
  192. "setting_control_disabled_text": [127, 127, 127, 255],
  193. "setting_control_disabled_border": [127, 127, 127, 255],
  194. "setting_unit": [127, 127, 127, 255],
  195. "setting_validation_error_background": [255, 66, 60, 255],
  196. "setting_validation_error": [127, 127, 127, 255],
  197. "setting_validation_warning_background": [255, 145, 62, 255],
  198. "setting_validation_warning": [127, 127, 127, 255],
  199. "setting_validation_ok": [255, 255, 255, 255],
  200. "setting_filter_field" : [153, 153, 153, 255],
  201. "material_compatibility_warning": [0, 0, 0, 255],
  202. "progressbar_background": [245, 245, 245, 255],
  203. "progressbar_control": [50, 130, 255, 255],
  204. "slider_groove": [223, 223, 223, 255],
  205. "slider_groove_fill": [10, 8, 80, 255],
  206. "slider_handle": [10, 8, 80, 255],
  207. "slider_handle_active": [50, 130, 255, 255],
  208. "slider_text_background": [255, 255, 255, 255],
  209. "quality_slider_unavailable": [179, 179, 179, 255],
  210. "quality_slider_available": [0, 0, 0, 255],
  211. "checkbox": [255, 255, 255, 255],
  212. "checkbox_hover": [255, 255, 255, 255],
  213. "checkbox_border": [199, 199, 199, 255],
  214. "checkbox_border_hover": [50, 130, 255, 255],
  215. "checkbox_mark": [50, 130, 255, 255],
  216. "checkbox_text": [35, 35, 35, 255],
  217. "tooltip": [68, 192, 255, 255],
  218. "tooltip_text": [255, 255, 255, 255],
  219. "tool_button_border": [255, 255, 255, 0],
  220. "message_background": [255, 255, 255, 255],
  221. "message_shadow": [0, 0, 0, 120],
  222. "message_border": [127, 127, 127, 255],
  223. "message_text": [0, 0, 0, 255],
  224. "message_button": [50, 130, 255, 255],
  225. "message_button_hover": [50, 130, 255, 255],
  226. "message_button_active": [50, 130, 255, 255],
  227. "message_button_text": [255, 255, 255, 255],
  228. "message_button_text_hover": [255, 255, 255, 255],
  229. "message_button_text_active": [255, 255, 255, 255],
  230. "message_progressbar_background": [200, 200, 200, 255],
  231. "message_progressbar_control": [77, 182, 226, 255],
  232. "tool_panel_background": [255, 255, 255, 255],
  233. "status_offline": [0, 0, 0, 255],
  234. "status_ready": [0, 205, 0, 255],
  235. "status_busy": [50, 130, 255, 255],
  236. "status_paused": [255, 140, 0, 255],
  237. "status_stopped": [236, 82, 80, 255],
  238. "status_unknown": [127, 127, 127, 255],
  239. "disabled_axis": [127, 127, 127, 255],
  240. "x_axis": [255, 0, 0, 255],
  241. "y_axis": [0, 0, 255, 255],
  242. "z_axis": [0, 255, 0, 255],
  243. "all_axis": [255, 255, 255, 255],
  244. "viewport_background": [245, 245, 245, 255],
  245. "volume_outline": [50, 130, 255, 255],
  246. "buildplate": [244, 244, 244, 255],
  247. "buildplate_grid": [129, 131, 134, 255],
  248. "buildplate_grid_minor": [230, 230, 231, 255],
  249. "convex_hull": [35, 35, 35, 127],
  250. "disallowed_area": [0, 0, 0, 40],
  251. "error_area": [255, 0, 0, 127],
  252. "model_default": [255, 201, 36, 255],
  253. "model_overhang": [255, 0, 0, 255],
  254. "model_unslicable": [122, 122, 122, 255],
  255. "model_unslicable_alt": [172, 172, 127, 255],
  256. "model_selection_outline": [50, 130, 255, 255],
  257. "model_non_printing": [122, 122, 122, 255],
  258. "xray": [26, 26, 62, 255],
  259. "xray_error": [255, 0, 0, 255],
  260. "layerview_ghost": [32, 32, 32, 96],
  261. "layerview_none": [255, 255, 255, 255],
  262. "layerview_inset_0": [255, 0, 0, 255],
  263. "layerview_inset_x": [0, 255, 0, 255],
  264. "layerview_skin": [255, 255, 0, 255],
  265. "layerview_support": [0, 255, 255, 255],
  266. "layerview_skirt": [0, 255, 255, 255],
  267. "layerview_infill": [255, 192, 0, 255],
  268. "layerview_support_infill": [0, 255, 255, 255],
  269. "layerview_move_combing": [0, 0, 255, 255],
  270. "layerview_move_retraction": [128, 128, 255, 255],
  271. "layerview_support_interface": [64, 192, 255, 255],
  272. "layerview_nozzle": [181, 166, 66, 50],
  273. "configuration_item": [255, 255, 255, 0],
  274. "configuration_item_active": [12, 169, 227, 32],
  275. "configuration_item_text": [0, 0, 0, 255],
  276. "configuration_item_text_active": [0, 0, 0, 255],
  277. "configuration_item_border": [127, 127, 127, 255],
  278. "configuration_item_border_active": [12, 169, 227, 32],
  279. "configuration_item_border_hover": [50, 130, 255, 255],
  280. "tab_status_connected": [50, 130, 255, 255],
  281. "tab_status_disconnected": [200, 200, 200, 255],
  282. "printer_config_matched": [50, 130, 255, 255],
  283. "printer_config_mismatch": [127, 127, 127, 255],
  284. "toolbox_header_button_text_active": [0, 0, 0, 255],
  285. "toolbox_header_button_text_inactive": [128, 128, 128, 255],
  286. "toolbox_header_button_text_hovered": [0, 0, 0, 255],
  287. "favorites_header_bar": [245, 245, 245, 255],
  288. "favorites_header_hover": [245, 245, 245, 255],
  289. "favorites_header_text": [31, 36, 39, 255],
  290. "favorites_header_text_hover": [31, 36, 39, 255],
  291. "favorites_row_selected": [196, 239, 255, 255],
  292. "monitor_card_background_inactive": [240, 240, 240, 255],
  293. "monitor_card_background": [255, 255, 255, 255],
  294. "monitor_context_menu_background": [255, 255, 255, 255],
  295. "monitor_context_menu_dots": [154, 154, 154, 255],
  296. "monitor_context_menu_highlight": [245, 245, 245, 255],
  297. "monitor_image_overlay": [0, 0, 0, 255],
  298. "monitor_lining_heavy": [0, 0, 0, 255],
  299. "monitor_lining_light": [230, 230, 230, 255],
  300. "monitor_pill_background": [245, 245, 245, 255],
  301. "monitor_placeholder_image": [230, 230, 230, 255],
  302. "monitor_printer_icon_inactive": [154, 154, 154, 255],
  303. "monitor_printer_icon": [50, 130, 255, 255],
  304. "monitor_progress_background_text": [0,0,0,255],
  305. "monitor_progress_background": [245, 245, 245, 255],
  306. "monitor_progress_fill_inactive": [154, 154, 154, 255],
  307. "monitor_progress_fill_text": [255,255,255,255],
  308. "monitor_progress_fill": [50, 130, 255, 255],
  309. "monitor_shadow": [0, 0, 0, 63],
  310. "monitor_skeleton_fill": [245, 245, 245, 255],
  311. "monitor_skeleton_fill_dark": [216, 216, 216, 255],
  312. "monitor_text_inactive": [154, 154, 154, 255]
  313. },
  314. "sizes": {
  315. "window_minimum_size": [106, 66],
  316. "main_window_header": [0.0, 4.0],
  317. "main_window_header_button": [8, 2.35],
  318. "main_window_header_button_icon": [1.2, 1.2],
  319. "stage_menu": [0.0, 4.0],
  320. "account_button": [12, 3],
  321. "print_setup_widget": [38.0, 42.0],
  322. "print_setup_mode_toggle": [0.0, 2.0],
  323. "print_setup_item": [0.0, 2.0],
  324. "print_setup_extruder_box": [0.0, 6.0],
  325. "print_setup_widget_header": [0.0, 3.0],
  326. "print_setup_slider_groove": [0.16, 0.16],
  327. "print_setup_slider_handle": [1.0, 1.0],
  328. "print_setup_slider_tickmarks": [0.32, 0.32],
  329. "configuration_selector_mode_tabs": [0.0, 3.0],
  330. "action_panel_widget": [25.0, 0.0],
  331. "action_panel_information_widget": [20.0, 0.0],
  332. "action_panel_button": [15.0, 3.0],
  333. "machine_selector_widget": [20.0, 4.0],
  334. "machine_selector_widget_content": [25.0, 32.0],
  335. "machine_selector_icon": [2.66, 2.66],
  336. "views_selector": [16.0, 4.5],
  337. "printer_type_label": [3.5, 1.5],
  338. "default_radius": [0.25, 0.25],
  339. "wide_lining": [0.5, 0.5],
  340. "thick_lining": [0.2, 0.2],
  341. "default_lining": [0.08, 0.08],
  342. "default_arrow": [0.8, 0.8],
  343. "logo": [8, 2.4],
  344. "wide_margin": [2.0, 2.0],
  345. "thick_margin": [1.71, 1.43],
  346. "default_margin": [1.0, 1.0],
  347. "thin_margin": [0.71, 0.71],
  348. "narrow_margin": [0.5, 0.5],
  349. "extruder_icon": [2.33, 2.33],
  350. "section": [0.0, 2.2],
  351. "section_icon": [1.6, 1.6],
  352. "section_icon_column": [2.8, 0.0],
  353. "setting": [25.0, 1.8],
  354. "setting_control": [10.0, 2.0],
  355. "setting_control_depth_margin": [1.4, 0.0],
  356. "setting_preferences_button_margin": [4, 0.0],
  357. "setting_control_margin": [0.0, 0.0],
  358. "setting_unit_margin": [0.5, 0.5],
  359. "setting_text_maxwidth": [40.0, 0.0],
  360. "standard_list_lineheight": [1.5, 1.5],
  361. "standard_arrow": [0.8, 0.8],
  362. "button": [4, 4],
  363. "button_icon": [2.5, 2.5],
  364. "button_lining": [0, 0],
  365. "small_button": [2, 2],
  366. "small_button_icon": [1.5, 1.5],
  367. "favorites_row": [2, 2],
  368. "favorites_button": [2, 2],
  369. "favorites_button_icon": [1.2, 1.2],
  370. "printer_status_icon": [1.0, 1.0],
  371. "printer_sync_icon": [1.2, 1.2],
  372. "button_tooltip": [1.0, 1.3],
  373. "button_tooltip_arrow": [0.25, 0.25],
  374. "tool_button_border": [1.0, 0],
  375. "progressbar": [26.0, 0.75],
  376. "progressbar_radius": [0.15, 0.15],
  377. "progressbar_control": [8.0, 0.75],
  378. "scrollbar": [0.75, 0.5],
  379. "slider_groove": [0.5, 0.5],
  380. "slider_groove_radius": [0.15, 0.15],
  381. "slider_handle": [1.5, 1.5],
  382. "slider_layerview_size": [1.0, 26.0],
  383. "layerview_menu_size": [15, 20],
  384. "layerview_legend_size": [1.0, 1.0],
  385. "layerview_row": [11.0, 1.5],
  386. "layerview_row_spacing": [0.0, 0.5],
  387. "checkbox": [1.5, 1.5],
  388. "checkbox_radius": [0.08, 0.08],
  389. "tooltip": [20.0, 10.0],
  390. "tooltip_margins": [1.0, 1.0],
  391. "tooltip_arrow_margins": [2.0, 2.0],
  392. "save_button_text_margin": [0.3, 0.6],
  393. "save_button_save_to_button": [0.3, 2.7],
  394. "save_button_specs_icons": [1.4, 1.4],
  395. "job_specs_button": [2.7, 2.7],
  396. "monitor_preheat_temperature_control": [4.5, 2.0],
  397. "modal_window_minimum": [60.0, 45],
  398. "license_window_minimum": [45, 45],
  399. "wizard_progress": [10.0, 0.0],
  400. "message": [30.0, 5.0],
  401. "message_close": [1, 1],
  402. "message_button": [6.0, 1.8],
  403. "message_shadow": [0, 0],
  404. "message_margin": [0, 1.0],
  405. "message_inner_margin": [1.5, 1.5],
  406. "infill_button_margin": [0.5, 0.5],
  407. "jobspecs_line": [2.0, 2.0],
  408. "objects_menu_size": [20, 40],
  409. "objects_menu_size_collapsed": [20, 17],
  410. "build_plate_selection_size": [15, 5],
  411. "objects_menu_button": [0.3, 2.7],
  412. "toolbox_thumbnail_small": [6.0, 6.0],
  413. "toolbox_thumbnail_medium": [8.0, 8.0],
  414. "toolbox_thumbnail_large": [12.0, 10.0],
  415. "toolbox_footer": [1.0, 4.5],
  416. "toolbox_footer_button": [8.0, 2.5],
  417. "toolbox_showcase_spacing": [1.0, 1.0],
  418. "toolbox_header_tab": [8.0, 4.0],
  419. "toolbox_detail_header": [1.0, 14.0],
  420. "toolbox_detail_tile": [1.0, 8.0],
  421. "toolbox_back_column": [6.0, 1.0],
  422. "toolbox_back_button": [4.0, 2.0],
  423. "toolbox_installed_tile": [1.0, 8.0],
  424. "toolbox_property_label": [1.0, 2.0],
  425. "toolbox_heading_label": [1.0, 4.0],
  426. "toolbox_header": [1.0, 4.0],
  427. "toolbox_header_highlight": [0.25, 0.25],
  428. "toolbox_progress_bar": [8.0, 0.5],
  429. "toolbox_chart_row": [1.0, 2.0],
  430. "toolbox_action_button": [8.0, 2.5],
  431. "toolbox_loader": [2.0, 2.0],
  432. "avatar_image": [6.8, 6.8],
  433. "action_button": [15.0, 3.0],
  434. "action_button_radius": [0.15, 0.15],
  435. "monitor_config_override_box": [1.0, 14.0],
  436. "monitor_extruder_circle": [2.75, 2.75],
  437. "monitor_text_line": [1.16, 1.16],
  438. "monitor_thick_lining": [0.16, 0.16],
  439. "monitor_corner_radius": [0.3, 0.3],
  440. "monitor_shadow_radius": [0.4, 0.4],
  441. "monitor_shadow_offset": [0.15, 0.15]
  442. }
  443. }