theme.json 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. {
  2. "metadata": {
  3. "name": "UltiMaker Dark",
  4. "inherits": "cura-light"
  5. },
  6. "base_colors":
  7. {
  8. "background_1": [31, 31, 32, 255],
  9. "background_2": [57, 57, 58, 255],
  10. "background_3": [85, 85, 87, 255],
  11. "background_4": [23, 23, 23, 255],
  12. "accent_1": [25, 110, 240, 255],
  13. "accent_2": [16, 70, 156, 255],
  14. "border_main": [118, 118, 119, 255],
  15. "border_accent_1": [255, 255, 255, 255],
  16. "border_accent_2": [243, 243, 243, 255],
  17. "border_field": [57, 57, 58, 255],
  18. "text_default": [255, 255, 255, 255],
  19. "text_disabled": [118, 118, 118, 255],
  20. "text_primary_button": [255, 255, 255, 255],
  21. "text_secondary_button": [255, 255, 255, 255],
  22. "text_link_hover": [156, 195, 255, 255],
  23. "text_lighter": [243, 243, 243, 255],
  24. "um_green_1": [233, 245, 237, 255],
  25. "um_green_5": [36, 162, 73, 255],
  26. "um_green_9": [31, 44, 36, 255],
  27. "um_red_1": [251, 232, 233, 255],
  28. "um_red_5": [218, 30, 40, 255],
  29. "um_red_9": [59, 31, 33, 255],
  30. "um_orange_1": [255, 235, 221, 255],
  31. "um_orange_5": [252, 123, 30, 255],
  32. "um_orange_9": [64, 45, 32, 255],
  33. "um_yellow_1": [255, 248, 225, 255],
  34. "um_yellow_5": [253, 209, 58, 255],
  35. "um_yellow_9": [64, 58, 36, 255]
  36. },
  37. "colors": {
  38. "main_background": "background_1",
  39. "detail_background": "background_2",
  40. "message_background": "background_1",
  41. "wide_lining": [31, 36, 39, 255],
  42. "thick_lining": [255, 255, 255, 60],
  43. "lining": "border_main",
  44. "viewport_overlay": "background_1",
  45. "primary_text": "text_default",
  46. "secondary": [95, 95, 95, 255],
  47. "expandable_active": "background_2",
  48. "expandable_hover": "background_2",
  49. "secondary_button": "background_1",
  50. "secondary_button_hover": "background_3",
  51. "secondary_button_text": [255, 255, 255, 255],
  52. "icon": "text_default",
  53. "toolbar_background": "background_1",
  54. "toolbar_button_active": "background_3",
  55. "toolbar_button_hover": "background_3",
  56. "toolbar_button_active_hover": "background_3",
  57. "main_window_header_button_background_inactive": "background_4",
  58. "main_window_header_button_text_inactive": "text_primary_button",
  59. "main_window_header_button_text_active": "background_4",
  60. "main_window_header_background": "background_4",
  61. "main_window_header_background_gradient": "background_4",
  62. "main_window_header_button_background_hovered": [46, 46, 46, 255],
  63. "secondary_button_text": "text_secondary_button",
  64. "account_sync_state_icon": [255, 255, 255, 204],
  65. "machine_selector_printer_icon": [204, 204, 204, 255],
  66. "text": "text_default",
  67. "text_detail": [255, 255, 255, 172],
  68. "text_link": "accent_1",
  69. "text_inactive": [118, 118, 118, 255],
  70. "text_hover": [255, 255, 255, 255],
  71. "text_scene": [250, 250, 250, 255],
  72. "text_scene_hover": [255, 255, 255, 255],
  73. "printer_type_label_background": [95, 95, 95, 255],
  74. "error": [212, 31, 53, 255],
  75. "disabled": [32, 32, 32, 255],
  76. "button": [39, 44, 48, 255],
  77. "button_hover": [39, 44, 48, 255],
  78. "button_text": "text_default",
  79. "button_disabled": [39, 44, 48, 255],
  80. "button_disabled_text": [255, 255, 255, 101],
  81. "small_button_text": [255, 255, 255, 197],
  82. "small_button_text_hover": [255, 255, 255, 255],
  83. "button_tooltip": [39, 44, 48, 255],
  84. "tab_checked": [39, 44, 48, 255],
  85. "tab_checked_border": [255, 255, 255, 30],
  86. "tab_checked_text": [255, 255, 255, 255],
  87. "tab_unchecked": [39, 44, 48, 255],
  88. "tab_unchecked_border": [255, 255, 255, 30],
  89. "tab_unchecked_text": [255, 255, 255, 101],
  90. "tab_hovered": [39, 44, 48, 255],
  91. "tab_hovered_border": [255, 255, 255, 30],
  92. "tab_hovered_text": [255, 255, 255, 255],
  93. "tab_active": [39, 44, 48, 255],
  94. "tab_active_border": [255, 255, 255, 30],
  95. "tab_active_text": [255, 255, 255, 255],
  96. "tab_background": [39, 44, 48, 255],
  97. "action_button": "background_1",
  98. "action_button_text": [255, 255, 255, 200],
  99. "action_button_border": "border_main",
  100. "action_button_hovered": [79, 85, 89, 255],
  101. "action_button_hovered_text": "text_default",
  102. "action_button_hovered_border": "border_main",
  103. "action_button_active": [39, 44, 48, 30],
  104. "action_button_active_text": "text_default",
  105. "action_button_active_border": [255, 255, 255, 100],
  106. "action_button_disabled": "background_3",
  107. "action_button_disabled_text": "text_disabled",
  108. "action_button_disabled_border": [255, 255, 255, 30],
  109. "scrollbar_background": [39, 44, 48, 0],
  110. "scrollbar_handle": [255, 255, 255, 105],
  111. "scrollbar_handle_hover": [255, 255, 255, 255],
  112. "scrollbar_handle_down": [255, 255, 255, 255],
  113. "setting_category_disabled": [75, 80, 83, 255],
  114. "setting_category_disabled_text": [255, 255, 255, 101],
  115. "setting_control": "background_2",
  116. "setting_control_selected": [34, 39, 42, 38],
  117. "setting_control_highlight": "background_3",
  118. "setting_control_border": [255, 255, 255, 38],
  119. "setting_control_border_highlight": [12, 169, 227, 255],
  120. "setting_control_text": "text_default",
  121. "setting_control_button": [255, 255, 255, 127],
  122. "setting_control_button_hover": [255, 255, 255, 204],
  123. "setting_control_disabled": [34, 39, 42, 255],
  124. "setting_control_disabled_text": [255, 255, 255, 101],
  125. "setting_control_disabled_border": [255, 255, 255, 101],
  126. "setting_unit": [255, 255, 255, 127],
  127. "setting_validation_error_background": "um_red_9",
  128. "setting_validation_warning_background": "um_yellow_9",
  129. "setting_validation_ok": "background_2",
  130. "progressbar_background": [255, 255, 255, 48],
  131. "progressbar_control": [255, 255, 255, 197],
  132. "slider_groove": [127, 127, 127, 255],
  133. "slider_groove_border": [127, 127, 127, 255],
  134. "slider_groove_fill": [245, 245, 245, 255],
  135. "slider_handle": [255, 255, 255, 255],
  136. "slider_handle_active": [68, 192, 255, 255],
  137. "category_background": "background_3",
  138. "tooltip": "background_2",
  139. "tooltip_text": "text_default",
  140. "tool_panel_background": "background_1",
  141. "viewport_background": "background_1",
  142. "volume_outline": [12, 169, 227, 128],
  143. "buildplate": [169, 169, 169, 255],
  144. "buildplate_grid_minor": [154, 154, 155, 255],
  145. "disallowed_area": [0, 0, 0, 52],
  146. "model_selection_outline": [12, 169, 227, 255],
  147. "material_compatibility_warning": [255, 255, 255, 255],
  148. "quality_slider_available": [255, 255, 255, 255],
  149. "monitor_printer_family_tag": [86, 86, 106, 255],
  150. "monitor_text_disabled": [102, 102, 102, 255],
  151. "monitor_icon_primary": [229, 229, 229, 255],
  152. "monitor_icon_accent": [51, 53, 54, 255],
  153. "monitor_icon_disabled": [102, 102, 102, 255],
  154. "monitor_secondary_button_hover": [80, 80, 80, 255],
  155. "monitor_card_border": [102, 102, 102, 255],
  156. "monitor_card_background": [51, 53, 54, 255],
  157. "monitor_card_hover": [84, 89, 95, 255],
  158. "monitor_stage_background": "background_1",
  159. "monitor_stage_background_fade": "background_1",
  160. "monitor_progress_bar_deactive": [102, 102, 102, 255],
  161. "monitor_progress_bar_empty": [67, 67, 67, 255],
  162. "monitor_tooltip_text": [229, 229, 229, 255],
  163. "monitor_context_menu": [67, 67, 67, 255],
  164. "monitor_context_menu_hover": [30, 102, 215, 255],
  165. "monitor_skeleton_loading": [102, 102, 102, 255],
  166. "monitor_placeholder_image": [102, 102, 102, 255],
  167. "monitor_shadow": [4, 10, 13, 255],
  168. "monitor_carousel_dot": [119, 119, 119, 255],
  169. "monitor_carousel_dot_current": [216, 216, 216, 255]
  170. }
  171. }