theme.json 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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": [16, 70, 156, 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. },
  25. "colors": {
  26. "main_background": "background_1",
  27. "detail_background": "background_2",
  28. "message_background": "background_1",
  29. "wide_lining": [31, 36, 39, 255],
  30. "thick_lining": [255, 255, 255, 60],
  31. "lining": "border_main",
  32. "viewport_overlay": "background_1",
  33. "primary": [12, 169, 227, 255],
  34. "primary_text": "text_default",
  35. "secondary": [95, 95, 95, 255],
  36. "expandable_active": "background_2",
  37. "expandable_hover": "background_2",
  38. "secondary_button": "background_1",
  39. "secondary_button_hover": "background_3",
  40. "secondary_button_text": [255, 255, 255, 255],
  41. "icon": "text_default",
  42. "toolbar_background": "background_1",
  43. "toolbar_button_active": "background_3",
  44. "toolbar_button_hover": "background_3",
  45. "toolbar_button_active_hover": "background_3",
  46. "main_window_header_button_background_inactive": "background_4",
  47. "main_window_header_button_text_inactive": "text_primary_button",
  48. "main_window_header_button_text_active": "background_4",
  49. "main_window_header_background": "background_4",
  50. "main_window_header_background_gradient": "background_4",
  51. "main_window_header_button_background_hovered": [46, 46, 46, 255],
  52. "secondary_button_text": "text_secondary_button",
  53. "account_sync_state_icon": [255, 255, 255, 204],
  54. "machine_selector_printer_icon": [204, 204, 204, 255],
  55. "text": "text_default",
  56. "text_detail": [255, 255, 255, 172],
  57. "text_link": "accent_1",
  58. "text_inactive": [255, 255, 255, 88],
  59. "text_hover": [255, 255, 255, 204],
  60. "text_scene": [255, 255, 255, 162],
  61. "text_scene_hover": [255, 255, 255, 204],
  62. "printer_type_label_background": [95, 95, 95, 255],
  63. "error": [212, 31, 53, 255],
  64. "disabled": [32, 32, 32, 255],
  65. "button": [39, 44, 48, 255],
  66. "button_hover": [39, 44, 48, 255],
  67. "button_text": "text_default",
  68. "button_disabled": [39, 44, 48, 255],
  69. "button_disabled_text": [255, 255, 255, 101],
  70. "small_button_text": [255, 255, 255, 197],
  71. "small_button_text_hover": [255, 255, 255, 255],
  72. "button_tooltip": [39, 44, 48, 255],
  73. "tab_checked": [39, 44, 48, 255],
  74. "tab_checked_border": [255, 255, 255, 30],
  75. "tab_checked_text": [255, 255, 255, 255],
  76. "tab_unchecked": [39, 44, 48, 255],
  77. "tab_unchecked_border": [255, 255, 255, 30],
  78. "tab_unchecked_text": [255, 255, 255, 101],
  79. "tab_hovered": [39, 44, 48, 255],
  80. "tab_hovered_border": [255, 255, 255, 30],
  81. "tab_hovered_text": [255, 255, 255, 255],
  82. "tab_active": [39, 44, 48, 255],
  83. "tab_active_border": [255, 255, 255, 30],
  84. "tab_active_text": [255, 255, 255, 255],
  85. "tab_background": [39, 44, 48, 255],
  86. "action_button": "background_1",
  87. "action_button_text": [255, 255, 255, 200],
  88. "action_button_border": "border_main",
  89. "action_button_hovered": [79, 85, 89, 255],
  90. "action_button_hovered_text": "text_default",
  91. "action_button_hovered_border": "border_main",
  92. "action_button_active": [39, 44, 48, 30],
  93. "action_button_active_text": "text_default",
  94. "action_button_active_border": [255, 255, 255, 100],
  95. "action_button_disabled": "background_3",
  96. "action_button_disabled_text": "text_disabled",
  97. "action_button_disabled_border": [255, 255, 255, 30],
  98. "scrollbar_background": [39, 44, 48, 0],
  99. "scrollbar_handle": [255, 255, 255, 105],
  100. "scrollbar_handle_hover": [255, 255, 255, 255],
  101. "scrollbar_handle_down": [255, 255, 255, 255],
  102. "setting_category": "background_3",
  103. "setting_category_disabled": [75, 80, 83, 255],
  104. "setting_category_hover": "background_3",
  105. "setting_category_text": [255, 255, 255, 152],
  106. "setting_category_disabled_text": [255, 255, 255, 101],
  107. "setting_category_active_text": [255, 255, 255, 204],
  108. "setting_control": "background_2",
  109. "setting_control_selected": [34, 39, 42, 38],
  110. "setting_control_highlight": "background_3",
  111. "setting_control_border": [255, 255, 255, 38],
  112. "setting_control_border_highlight": [12, 169, 227, 255],
  113. "setting_control_text": "text_default",
  114. "setting_control_button": [255, 255, 255, 127],
  115. "setting_control_button_hover": [255, 255, 255, 204],
  116. "setting_control_disabled": [34, 39, 42, 255],
  117. "setting_control_disabled_text": [255, 255, 255, 101],
  118. "setting_control_disabled_border": [255, 255, 255, 101],
  119. "setting_unit": [255, 255, 255, 127],
  120. "setting_validation_error_background": [59, 31, 53, 255],
  121. "setting_validation_error": [212, 31, 53, 255],
  122. "setting_validation_warning_background": [62, 54, 46, 255],
  123. "setting_validation_warning": [245, 166, 35, 255],
  124. "setting_validation_ok": "background_2",
  125. "progressbar_background": [255, 255, 255, 48],
  126. "progressbar_control": [255, 255, 255, 197],
  127. "slider_groove": [127, 127, 127, 255],
  128. "slider_groove_border": [127, 127, 127, 255],
  129. "slider_groove_fill": [245, 245, 245, 255],
  130. "slider_handle": [255, 255, 255, 255],
  131. "slider_handle_active": [68, 192, 255, 255],
  132. "checkbox": "background_1",
  133. "checkbox_hover": [43, 48, 52, 255],
  134. "checkbox_border": "text_disabled",
  135. "checkbox_border_hover": "border_main",
  136. "checkbox_mark": "text_default",
  137. "checkbox_square": "text_disabled",
  138. "checkbox_text": "text_default",
  139. "checkbox_disabled": "background_2",
  140. "category_background": "background_3",
  141. "tooltip": "background_2",
  142. "tooltip_text": "text_default",
  143. "tool_panel_background": "background_1",
  144. "viewport_background": "background_1",
  145. "volume_outline": [12, 169, 227, 128],
  146. "buildplate": [169, 169, 169, 255],
  147. "buildplate_grid_minor": [154, 154, 155, 255],
  148. "disallowed_area": [0, 0, 0, 52],
  149. "model_selection_outline": [12, 169, 227, 255],
  150. "material_compatibility_warning": [255, 255, 255, 255],
  151. "quality_slider_available": [255, 255, 255, 255],
  152. "monitor_printer_family_tag": [86, 86, 106, 255],
  153. "monitor_text_disabled": [102, 102, 102, 255],
  154. "monitor_icon_primary": [229, 229, 229, 255],
  155. "monitor_icon_accent": [51, 53, 54, 255],
  156. "monitor_icon_disabled": [102, 102, 102, 255],
  157. "monitor_secondary_button_hover": [80, 80, 80, 255],
  158. "monitor_card_border": [102, 102, 102, 255],
  159. "monitor_card_background": [51, 53, 54, 255],
  160. "monitor_card_hover": [84, 89, 95, 255],
  161. "monitor_stage_background": "background_1",
  162. "monitor_stage_background_fade": "background_1",
  163. "monitor_progress_bar_deactive": [102, 102, 102, 255],
  164. "monitor_progress_bar_empty": [67, 67, 67, 255],
  165. "monitor_tooltip_text": [229, 229, 229, 255],
  166. "monitor_context_menu": [67, 67, 67, 255],
  167. "monitor_context_menu_hover": [30, 102, 215, 255],
  168. "monitor_skeleton_loading": [102, 102, 102, 255],
  169. "monitor_placeholder_image": [102, 102, 102, 255],
  170. "monitor_shadow": [4, 10, 13, 255],
  171. "monitor_carousel_dot": [119, 119, 119, 255],
  172. "monitor_carousel_dot_current": [216, 216, 216, 255]
  173. }
  174. }