theme.json 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687
  1. {
  2. "metadata": {
  3. "name": "UltiMaker"
  4. },
  5. "fonts": {
  6. "large": {
  7. "size": 1.35,
  8. "weight": 400,
  9. "family": "Noto Sans"
  10. },
  11. "large_ja_JP": {
  12. "size": 1.35,
  13. "weight": 400,
  14. "family": "Noto Sans"
  15. },
  16. "large_zh_CN": {
  17. "size": 1.35,
  18. "weight": 400,
  19. "family": "Noto Sans"
  20. },
  21. "large_zh_TW": {
  22. "size": 1.35,
  23. "weight": 400,
  24. "family": "Noto Sans"
  25. },
  26. "large_bold": {
  27. "size": 1.35,
  28. "weight": 600,
  29. "family": "Noto Sans"
  30. },
  31. "huge": {
  32. "size": 1.8,
  33. "weight": 400,
  34. "family": "Noto Sans"
  35. },
  36. "huge_bold": {
  37. "size": 1.8,
  38. "weight": 600,
  39. "family": "Noto Sans"
  40. },
  41. "medium": {
  42. "size": 1.16,
  43. "weight": 400,
  44. "family": "Noto Sans"
  45. },
  46. "medium_ja_JP": {
  47. "size": 1.16,
  48. "weight": 400,
  49. "family": "Noto Sans"
  50. },
  51. "medium_zh_CN": {
  52. "size": 1.16,
  53. "weight": 400,
  54. "family": "Noto Sans"
  55. },
  56. "medium_zh_TW": {
  57. "size": 1.16,
  58. "weight": 400,
  59. "family": "Noto Sans"
  60. },
  61. "medium_bold": {
  62. "size": 1.16,
  63. "weight": 600,
  64. "family": "Noto Sans"
  65. },
  66. "default": {
  67. "size": 0.95,
  68. "weight": 400,
  69. "family": "Noto Sans"
  70. },
  71. "default_ja_JP": {
  72. "size": 1.0,
  73. "weight": 400,
  74. "family": "Noto Sans"
  75. },
  76. "default_zh_CN": {
  77. "size": 1.0,
  78. "weight": 400,
  79. "family": "Noto Sans"
  80. },
  81. "default_zh_TW": {
  82. "size": 1.0,
  83. "weight": 400,
  84. "family": "Noto Sans"
  85. },
  86. "default_bold": {
  87. "size": 0.95,
  88. "weight": 600,
  89. "family": "Noto Sans"
  90. },
  91. "default_bold_ja_JP": {
  92. "size": 1.0,
  93. "weight": 600,
  94. "family": "Noto Sans"
  95. },
  96. "default_bold_zh_CN": {
  97. "size": 1.0,
  98. "weight": 600,
  99. "family": "Noto Sans"
  100. },
  101. "default_bold_zh_TW": {
  102. "size": 1.0,
  103. "weight": 600,
  104. "family": "Noto Sans"
  105. },
  106. "default_italic": {
  107. "size": 0.95,
  108. "weight": 400,
  109. "italic": true,
  110. "family": "Noto Sans"
  111. },
  112. "medium_italic": {
  113. "size": 1.16,
  114. "weight": 400,
  115. "italic": true,
  116. "family": "Noto Sans"
  117. },
  118. "default_italic_ja_JP": {
  119. "size": 1.0,
  120. "weight": 400,
  121. "italic": true,
  122. "family": "Noto Sans"
  123. },
  124. "default_italic_zh_CN": {
  125. "size": 1.0,
  126. "weight": 400,
  127. "italic": true,
  128. "family": "Noto Sans"
  129. },
  130. "default_italic_zh_TW": {
  131. "size": 1.0,
  132. "weight": 400,
  133. "italic": true,
  134. "family": "Noto Sans"
  135. },
  136. "small": {
  137. "size": 0.9,
  138. "weight": 400,
  139. "family": "Noto Sans"
  140. },
  141. "small_bold": {
  142. "size": 0.9,
  143. "weight": 700,
  144. "family": "Noto Sans"
  145. },
  146. "small_ja_JP": {
  147. "size": 0.9,
  148. "weight": 400,
  149. "family": "Noto Sans"
  150. },
  151. "small_zh_CN": {
  152. "size": 0.9,
  153. "weight": 400,
  154. "family": "Noto Sans"
  155. },
  156. "small_zh_TW": {
  157. "size": 0.9,
  158. "weight": 400,
  159. "family": "Noto Sans"
  160. },
  161. "small_emphasis": {
  162. "size": 0.9,
  163. "weight": 700,
  164. "family": "Noto Sans"
  165. },
  166. "small_emphasis_ja_JP": {
  167. "size": 0.9,
  168. "weight": 700,
  169. "family": "Noto Sans"
  170. },
  171. "small_emphasis_zh_CN": {
  172. "size": 0.9,
  173. "weight": 700,
  174. "family": "Noto Sans"
  175. },
  176. "small_emphasis_zh_TW": {
  177. "size": 0.9,
  178. "weight": 700,
  179. "family": "Noto Sans"
  180. },
  181. "tiny_emphasis": {
  182. "size": 0.7,
  183. "weight": 700,
  184. "family": "Noto Sans"
  185. },
  186. "tiny_emphasis_ja_JP": {
  187. "size": 0.7,
  188. "weight": 700,
  189. "family": "Noto Sans"
  190. },
  191. "tiny_emphasis_zh_CN": {
  192. "size": 0.7,
  193. "weight": 700,
  194. "family": "Noto Sans"
  195. },
  196. "tiny_emphasis_zh_TW": {
  197. "size": 0.7,
  198. "weight": 700,
  199. "family": "Noto Sans"
  200. }
  201. },
  202. "base_colors": {
  203. "background_1": [255, 255, 255, 255],
  204. "background_2": [243, 243, 243, 255],
  205. "background_3": [232, 240, 253, 255],
  206. "background_4": [3, 12, 66, 255],
  207. "accent_1": [25, 110, 240, 255],
  208. "accent_2": [16, 70, 156, 255],
  209. "border_main": [212, 212, 212, 255],
  210. "border_accent_1": [25, 110, 240, 255],
  211. "border_accent_2": [16, 70, 156, 255],
  212. "border_field": [180, 180, 180, 255],
  213. "text_default": [0, 14, 26, 255],
  214. "text_disabled": [180, 180, 180, 255],
  215. "text_primary_button": [255, 255, 255, 255],
  216. "text_secondary_button": [25, 110, 240, 255],
  217. "text_link_hover": [16, 70, 156, 255],
  218. "text_lighter": [108, 108, 108, 255],
  219. "um_green_1": [233, 245, 237, 255],
  220. "um_green_5": [36, 162, 73, 255],
  221. "um_green_9": [31, 44, 36, 255],
  222. "um_red_1": [251, 232, 233, 255],
  223. "um_red_5": [218, 30, 40, 255],
  224. "um_red_9": [59, 31, 33, 255],
  225. "um_orange_1": [255, 235, 221, 255],
  226. "um_orange_5": [252, 123, 30, 255],
  227. "um_orange_9": [64, 45, 32, 255],
  228. "um_yellow_1": [255, 248, 225, 255],
  229. "um_yellow_5": [253, 209, 58, 255],
  230. "um_yellow_9": [64, 58, 36, 255]
  231. },
  232. "colors": {
  233. "main_background": "background_1",
  234. "detail_background": "background_2",
  235. "wide_lining": [245, 245, 245, 255],
  236. "thick_lining": [180, 180, 180, 255],
  237. "lining": [192, 193, 194, 255],
  238. "viewport_overlay": [246, 246, 246, 255],
  239. "primary": "accent_1",
  240. "primary_hover": [48, 182, 231, 255],
  241. "primary_text": [255, 255, 255, 255],
  242. "text_selection": [156, 195, 255, 127],
  243. "border": [127, 127, 127, 255],
  244. "border_field": [180, 180, 180, 255],
  245. "secondary": [240, 240, 240, 255],
  246. "expandable_active": [240, 240, 240, 255],
  247. "expandable_hover": [232, 242, 252, 255],
  248. "icon": [8, 7, 63, 255],
  249. "primary_button": "accent_1",
  250. "primary_button_hover": [16, 70, 156, 255],
  251. "primary_button_text": [255, 255, 255, 255],
  252. "secondary_button": "background_1",
  253. "secondary_button_shadow": [216, 216, 216, 255],
  254. "secondary_button_hover": [232, 240, 253, 255],
  255. "secondary_button_text": "accent_1",
  256. "main_window_header_background": [8, 7, 63, 255],
  257. "main_window_header_background_gradient": [25, 23, 91, 255],
  258. "main_window_header_button_text_active": [8, 7, 63, 255],
  259. "main_window_header_button_text_inactive": [255, 255, 255, 255],
  260. "main_window_header_button_text_hovered": [255, 255, 255, 255],
  261. "main_window_header_button_background_active": [255, 255, 255, 255],
  262. "main_window_header_button_background_inactive": [255, 255, 255, 0],
  263. "main_window_header_button_background_hovered": [117, 114, 159, 255],
  264. "account_widget_outline_active": [70, 66, 126, 255],
  265. "account_sync_state_icon": [25, 25, 25, 255],
  266. "machine_selector_printer_icon": [8, 7, 63, 255],
  267. "action_panel_secondary": "accent_1",
  268. "first_run_shadow": [50, 50, 50, 255],
  269. "toolbar_background": [255, 255, 255, 255],
  270. "notification_icon": [255, 0, 0, 255],
  271. "printer_type_label_background": [228, 228, 242, 255],
  272. "window_disabled_background": [0, 0, 0, 255],
  273. "text": [25, 25, 25, 255],
  274. "text_disabled": [180, 180, 180, 255],
  275. "text_detail": [174, 174, 174, 128],
  276. "text_link": "accent_1",
  277. "text_inactive": [174, 174, 174, 255],
  278. "text_medium": [128, 128, 128, 255],
  279. "text_scene": [102, 102, 102, 255],
  280. "text_scene_hover": [123, 123, 113, 255],
  281. "error": [218, 30, 40, 255],
  282. "warning": [253, 209, 58, 255],
  283. "success": [36, 162, 73, 255],
  284. "disabled": [229, 229, 229, 255],
  285. "toolbar_button_hover": [232, 242, 252, 255],
  286. "toolbar_button_active": [232, 242, 252, 255],
  287. "toolbar_button_active_hover": [232, 242, 252, 255],
  288. "button_text": [255, 255, 255, 255],
  289. "small_button_text": [102, 102, 102, 255],
  290. "small_button_text_hover": [8, 7, 63, 255],
  291. "button_tooltip": [31, 36, 39, 255],
  292. "extruder_disabled": [255, 255, 255, 102],
  293. "action_button": [255, 255, 255, 255],
  294. "action_button_hovered": [232, 242, 252, 255],
  295. "action_button_disabled": [245, 245, 245, 255],
  296. "action_button_disabled_text": [196, 196, 196, 255],
  297. "action_button_shadow": [223, 223, 223, 255],
  298. "scrollbar_background": [255, 255, 255, 255],
  299. "scrollbar_handle": [10, 8, 80, 255],
  300. "scrollbar_handle_hover": [50, 130, 255, 255],
  301. "scrollbar_handle_down": [50, 130, 255, 255],
  302. "setting_category": "background_1",
  303. "setting_category_disabled": [255, 255, 255, 255],
  304. "setting_category_hover": "background_2",
  305. "setting_category_text": "text_default",
  306. "setting_category_disabled_text": [24, 41, 77, 101],
  307. "setting_category_active_text": "text_default",
  308. "setting_control": "background_2",
  309. "setting_control_highlight": "background_3",
  310. "setting_control_border": [199, 199, 199, 255],
  311. "setting_control_border_highlight": [50, 130, 255, 255],
  312. "setting_control_text": [35, 35, 35, 255],
  313. "setting_control_button": [102, 102, 102, 255],
  314. "setting_control_button_hover": [8, 7, 63, 255],
  315. "setting_control_disabled": "background_2",
  316. "setting_control_disabled_text": [127, 127, 127, 255],
  317. "setting_control_disabled_border": [127, 127, 127, 255],
  318. "setting_unit": [127, 127, 127, 255],
  319. "setting_validation_error_background": "um_red_1",
  320. "setting_validation_error": "um_red_5",
  321. "setting_validation_warning_background": "um_yellow_1",
  322. "setting_validation_warning": "um_yellow_5",
  323. "setting_validation_ok": "background_2",
  324. "material_compatibility_warning": [243, 166, 59, 255],
  325. "core_compatibility_warning": [243, 166, 59, 255],
  326. "progressbar_background": [245, 245, 245, 255],
  327. "progressbar_control": [50, 130, 255, 255],
  328. "slider_groove": [223, 223, 223, 255],
  329. "slider_groove_fill": [8, 7, 63, 255],
  330. "slider_handle": [8, 7, 63, 255],
  331. "slider_handle_active": [50, 130, 255, 255],
  332. "slider_text_background": [255, 255, 255, 255],
  333. "quality_slider_unavailable": [179, 179, 179, 255],
  334. "quality_slider_available": [0, 0, 0, 255],
  335. "checkbox": "background_1",
  336. "checkbox_hover": "background_1",
  337. "checkbox_disabled": "background_2",
  338. "checkbox_border": [180, 180, 180, 255],
  339. "checkbox_border_hover": "border_main",
  340. "checkbox_border_disabled": "text_disabled",
  341. "checkbox_mark": "text_default",
  342. "checkbox_mark_disabled": "text_disabled",
  343. "checkbox_square": [180, 180, 180, 255],
  344. "checkbox_text": "text_default",
  345. "checkbox_text_disabled": "text_disabled",
  346. "switch": "background_1",
  347. "switch_state_checked": "accent_1",
  348. "switch_state_unchecked": "text_disabled",
  349. "radio": "background_1",
  350. "radio_disabled": "background_2",
  351. "radio_selected": "accent_1",
  352. "radio_selected_disabled": "text_disabled",
  353. "radio_border": [180, 180, 180, 255],
  354. "radio_border_hover": "border_main",
  355. "radio_border_disabled": "text_disabled",
  356. "radio_dot": "background_1",
  357. "radio_dot_disabled": "background_2",
  358. "radio_text": "text_default",
  359. "radio_text_disabled": "text_disabled",
  360. "text_field": "background_1",
  361. "text_field_border": [180, 180, 180, 255],
  362. "text_field_border_hovered": "border_main",
  363. "text_field_border_active": "border_accent_2",
  364. "text_field_border_disabled": "background_2",
  365. "text_field_text": "text_default",
  366. "text_field_text_disabled": "text_disabled",
  367. "category_background": "background_2",
  368. "tooltip": [25, 25, 25, 255],
  369. "tooltip_text": [255, 255, 255, 255],
  370. "message_background": [255, 255, 255, 255],
  371. "message_border": [192, 193, 194, 255],
  372. "message_close": [102, 102, 102, 255],
  373. "message_close_hover": [8, 7, 63, 255],
  374. "message_progressbar_background": [245, 245, 245, 255],
  375. "message_progressbar_control": [50, 130, 255, 255],
  376. "message_success_icon": [255, 255, 255, 255],
  377. "message_warning_icon": [0, 0, 0, 255],
  378. "message_error_icon": [255, 255, 255, 255],
  379. "tool_panel_background": [255, 255, 255, 255],
  380. "status_offline": [0, 0, 0, 255],
  381. "status_ready": [0, 205, 0, 255],
  382. "status_busy": [50, 130, 255, 255],
  383. "status_paused": [255, 140, 0, 255],
  384. "status_stopped": [236, 82, 80, 255],
  385. "disabled_axis": [127, 127, 127, 255],
  386. "x_axis": [218, 30, 40, 255],
  387. "y_axis": [25, 110, 240, 255],
  388. "z_axis": [36, 162, 73, 255],
  389. "all_axis": [255, 255, 255, 255],
  390. "viewport_background": [250, 250, 250, 255],
  391. "volume_outline": [50, 130, 255, 255],
  392. "buildplate": [244, 244, 244, 255],
  393. "buildplate_grid": [180, 180, 180, 255],
  394. "buildplate_grid_minor": [228, 228, 228, 255],
  395. "convex_hull": [35, 35, 35, 127],
  396. "disallowed_area": [0, 0, 0, 40],
  397. "error_area": [255, 0, 0, 127],
  398. "model_overhang": [255, 0, 0, 255],
  399. "model_unslicable": [122, 122, 122, 255],
  400. "model_unslicable_alt": [172, 172, 127, 255],
  401. "model_selection_outline": [50, 130, 255, 255],
  402. "model_non_printing": [122, 122, 122, 255],
  403. "xray": [26, 26, 62, 255],
  404. "layerview_ghost": [31, 31, 31, 95],
  405. "layerview_none": [255, 255, 255, 255],
  406. "layerview_inset_0": [230, 0, 0, 255],
  407. "layerview_inset_x": [0, 230, 0, 255],
  408. "layerview_skin": [230, 230, 0, 255],
  409. "layerview_support": [0, 230, 230, 127],
  410. "layerview_skirt": [0, 230, 230, 255],
  411. "layerview_infill": [230, 115, 0, 255],
  412. "layerview_support_infill": [0, 230, 230, 127],
  413. "layerview_move_combing": [0, 0, 255, 255],
  414. "layerview_move_retraction": [128, 127, 255, 255],
  415. "layerview_support_interface": [63, 127, 255, 127],
  416. "layerview_prime_tower": [0, 255, 255, 255],
  417. "layerview_nozzle": [224, 192, 16, 64],
  418. "layerview_starts": [255, 255, 255, 255],
  419. "monitor_printer_family_tag": [228, 228, 242, 255],
  420. "monitor_text_disabled": [238, 238, 238, 255],
  421. "monitor_icon_primary": [10, 8, 80, 255],
  422. "monitor_icon_accent": [255, 255, 255, 255],
  423. "monitor_icon_disabled": [238, 238, 238, 255],
  424. "monitor_card_border": [192, 193, 194, 255],
  425. "monitor_card_background": [255, 255, 255, 255],
  426. "monitor_card_hover": [232, 242, 252, 255],
  427. "monitor_stage_background": [246, 246, 246, 255],
  428. "monitor_stage_background_fade": [246, 246, 246, 102],
  429. "monitor_tooltip": [25, 25, 25, 255],
  430. "monitor_tooltip_text": [255, 255, 255, 255],
  431. "monitor_context_menu": [255, 255, 255, 255],
  432. "monitor_context_menu_hover": [245, 245, 245, 255],
  433. "monitor_skeleton_loading": [238, 238, 238, 255],
  434. "monitor_placeholder_image": [230, 230, 230, 255],
  435. "monitor_image_overlay": [0, 0, 0, 255],
  436. "monitor_shadow": [200, 200, 200, 255],
  437. "monitor_carousel_dot": [216, 216, 216, 255],
  438. "monitor_carousel_dot_current": [119, 119, 119, 255],
  439. "cloud_unavailable": [153, 153, 153, 255],
  440. "connection_badge_background": [255, 255, 255, 255],
  441. "warning_badge_background": [0, 0, 0, 255],
  442. "error_badge_background": [255, 255, 255, 255],
  443. "border_field_light": [180, 180, 180, 255],
  444. "border_main_light": [212, 212, 212, 255]
  445. },
  446. "sizes": {
  447. "window_minimum_size": [80, 48],
  448. "popup_dialog": [40, 36],
  449. "small_popup_dialog": [36, 12],
  450. "main_window_header": [0.0, 4.0],
  451. "stage_menu": [0.0, 4.0],
  452. "account_button": [12, 2.5],
  453. "print_setup_widget": [38.0, 30.0],
  454. "print_setup_extruder_box": [0.0, 6.0],
  455. "slider_widget_groove": [0.16, 0.16],
  456. "slider_widget_handle": [1.3, 1.3],
  457. "slider_widget_tickmarks": [0.5, 0.5],
  458. "print_setup_big_item": [28, 2.5],
  459. "print_setup_icon": [1.2, 1.2],
  460. "drag_icon": [1.416, 0.25],
  461. "application_switcher_item": [8, 9],
  462. "application_switcher_icon": [3.75, 3.75],
  463. "expandable_component_content_header": [0.0, 3.0],
  464. "configuration_selector": [35.0, 4.0],
  465. "action_panel_widget": [26.0, 0.0],
  466. "action_panel_information_widget": [20.0, 0.0],
  467. "machine_selector_widget": [20.0, 4.0],
  468. "machine_selector_widget_content": [25.0, 32.0],
  469. "machine_selector_icon": [2.5, 2.5],
  470. "views_selector": [16.0, 4.0],
  471. "printer_type_label": [3.5, 1.5],
  472. "default_radius": [0.25, 0.25],
  473. "wide_lining": [0.5, 0.5],
  474. "thick_lining": [0.2, 0.2],
  475. "default_lining": [0.08, 0.08],
  476. "default_arrow": [0.8, 0.8],
  477. "logo": [16, 2],
  478. "wide_margin": [2.0, 2.0],
  479. "thick_margin": [1.71, 1.43],
  480. "default_margin": [1.0, 1.0],
  481. "thin_margin": [0.71, 0.71],
  482. "narrow_margin": [0.5, 0.5],
  483. "extruder_icon": [2.5, 2.5],
  484. "section": [0.0, 2],
  485. "section_header": [0.0, 2.5],
  486. "section_control": [0, 1],
  487. "section_icon": [1.5, 1.5],
  488. "section_icon_column": [2.5, 2.5],
  489. "setting": [25.0, 1.8],
  490. "setting_control": [11.0, 2.0],
  491. "setting_control_radius": [0.15, 0.15],
  492. "setting_control_depth_margin": [1.4, 0.0],
  493. "setting_unit_margin": [0.5, 0.5],
  494. "standard_list_lineheight": [1.5, 1.5],
  495. "standard_arrow": [1.0, 1.0],
  496. "card": [25.0, 10],
  497. "card_icon": [6.0, 6.0],
  498. "card_tiny_icon": [1.5, 1.5],
  499. "button": [4, 4],
  500. "button_icon": [2.5, 2.5],
  501. "action_button": [15.0, 2.5],
  502. "action_button_icon": [1.5, 1.5],
  503. "action_button_icon_small": [1.0, 1.0],
  504. "action_button_radius": [0.15, 0.15],
  505. "radio_button": [1.3, 1.3],
  506. "small_button": [2, 2],
  507. "small_button_icon": [1.5, 1.5],
  508. "medium_button": [2.5, 2.5],
  509. "medium_button_icon": [2, 2],
  510. "large_button": [3.0, 3.0],
  511. "large_button_icon": [2.8, 2.8],
  512. "context_menu": [20, 2],
  513. "icon_indicator": [1, 1],
  514. "printer_status_icon": [1.0, 1.0],
  515. "button_tooltip": [1.0, 1.3],
  516. "button_tooltip_arrow": [0.25, 0.25],
  517. "progressbar": [26.0, 0.75],
  518. "progressbar_radius": [0.15, 0.15],
  519. "scrollbar": [0.75, 0.5],
  520. "slider_groove": [0.5, 0.5],
  521. "slider_groove_radius": [0.15, 0.15],
  522. "slider_handle": [1.5, 1.5],
  523. "slider_layerview_size": [1.0, 34.0],
  524. "layerview_menu_size": [16.0, 4.0],
  525. "layerview_legend_size": [1.0, 1.0],
  526. "layerview_row": [11.0, 1.5],
  527. "layerview_row_spacing": [0.0, 0.5],
  528. "checkbox": [1.33, 1.33],
  529. "checkbox_mark": [1, 1],
  530. "checkbox_radius": [0.25, 0.25],
  531. "spinbox": [6.0, 3.0],
  532. "combobox": [14, 2],
  533. "combobox_wide": [22, 2],
  534. "tooltip": [20.0, 10.0],
  535. "tooltip_margins": [1.0, 1.0],
  536. "tooltip_arrow_margins": [2.0, 2.0],
  537. "save_button_save_to_button": [0.3, 2.7],
  538. "save_button_specs_icons": [1.4, 1.4],
  539. "first_run_shadow_radius": [1.2, 1.2],
  540. "monitor_preheat_temperature_control": [4.5, 2.0],
  541. "welcome_wizard_window": [46, 50],
  542. "modal_window_minimum": [60.0, 45],
  543. "wizard_progress": [10.0, 0.0],
  544. "message": [30.0, 5.0],
  545. "message_close": [1, 1],
  546. "message_radius": [0.25, 0.25],
  547. "message_action_button": [0, 2.5],
  548. "message_image": [15.0, 10.0],
  549. "message_type_icon": [2, 2],
  550. "menu": [18, 2],
  551. "jobspecs_line": [2.0, 2.0],
  552. "objects_menu_size": [15, 15],
  553. "notification_icon": [1.5, 1.5],
  554. "avatar_image": [6.8, 6.8],
  555. "monitor_shadow_radius": [0.4, 0.4],
  556. "monitor_empty_state_offset": [5.6, 5.6],
  557. "monitor_empty_state_size": [35.0, 25.0],
  558. "monitor_column": [18.0, 1.0],
  559. "monitor_progress_bar": [16.5, 1.0],
  560. "table_row": [2.0, 2.0],
  561. "welcome_wizard_content_image_big": [18, 15],
  562. "welcome_wizard_cloud_content_image": [4, 4],
  563. "banner_icon_size": [2.0, 2.0],
  564. "marketplace_large_icon": [4.0, 4.0],
  565. "preferences_page_list_item": [8.0, 2.0],
  566. "recommended_button_icon": [1.7, 1.7],
  567. "recommended_section_setting_item": [14.0, 2.0],
  568. "reset_profile_icon": [1, 1]
  569. }
  570. }