theme.json 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. {
  2. "metadata": {
  3. "name": "Ultimaker Dark",
  4. "inherits": "cura-light"
  5. },
  6. "colors": {
  7. "main_background": [39, 44, 48, 255],
  8. "message_background": [39, 44, 48, 255],
  9. "wide_lining": [31, 36, 39, 255],
  10. "thick_lining": [255, 255, 255, 60],
  11. "lining": [64, 69, 72, 255],
  12. "viewport_overlay": [30, 36, 39, 255],
  13. "primary": [12, 169, 227, 255],
  14. "primary_text": [255, 255, 255, 204],
  15. "secondary": [95, 95, 95, 255],
  16. "secondary_button": [39, 44, 48, 255],
  17. "secondary_button_hover": [85, 85, 87, 255],
  18. "secondary_button_text": [255, 255, 255, 255],
  19. "icon": [255, 255, 255, 255],
  20. "toolbar_background": [39, 44, 48, 255],
  21. "toolbar_button_active": [57, 57, 58, 255],
  22. "toolbar_button_hover": [57, 57, 58, 255],
  23. "toolbar_button_active_hover": [57, 57, 58, 255],
  24. "main_window_header_button_text_inactive": [128, 128, 128, 255],
  25. "main_window_header_background": [14, 14, 14, 255],
  26. "main_window_header_background_gradient": [32, 32, 32, 255],
  27. "main_window_header_button_background_hovered": [46, 46, 46, 255],
  28. "account_sync_state_icon": [255, 255, 255, 204],
  29. "machine_selector_bar": [39, 44, 48, 255],
  30. "machine_selector_active": [39, 44, 48, 255],
  31. "machine_selector_printer_icon": [204, 204, 204, 255],
  32. "text": [255, 255, 255, 204],
  33. "text_detail": [255, 255, 255, 172],
  34. "text_link": [25, 110, 240, 255],
  35. "text_inactive": [255, 255, 255, 88],
  36. "text_hover": [255, 255, 255, 204],
  37. "text_pressed": [255, 255, 255, 204],
  38. "text_subtext": [255, 255, 255, 172],
  39. "text_scene": [255, 255, 255, 162],
  40. "text_scene_hover": [255, 255, 255, 204],
  41. "printer_type_label_background": [95, 95, 95, 255],
  42. "error": [212, 31, 53, 255],
  43. "disabled": [32, 32, 32, 255],
  44. "button": [39, 44, 48, 255],
  45. "button_hover": [39, 44, 48, 255],
  46. "button_active": [67, 72, 75, 255],
  47. "button_active_hover": [67, 72, 75, 255],
  48. "button_text": [255, 255, 255, 197],
  49. "button_disabled": [39, 44, 48, 255],
  50. "button_disabled_text": [255, 255, 255, 101],
  51. "small_button": [39, 44, 48, 0],
  52. "small_button_hover": [39, 44, 48, 255],
  53. "small_button_active": [67, 72, 75, 255],
  54. "small_button_active_hover": [67, 72, 75, 255],
  55. "small_button_text": [255, 255, 255, 197],
  56. "small_button_text_hover": [255, 255, 255, 255],
  57. "button_tooltip": [39, 44, 48, 255],
  58. "button_tooltip_border": [39, 44, 48, 255],
  59. "button_tooltip_text": [255, 255, 255, 172],
  60. "tab_checked": [39, 44, 48, 255],
  61. "tab_checked_border": [255, 255, 255, 30],
  62. "tab_checked_text": [255, 255, 255, 255],
  63. "tab_unchecked": [39, 44, 48, 255],
  64. "tab_unchecked_border": [255, 255, 255, 30],
  65. "tab_unchecked_text": [255, 255, 255, 101],
  66. "tab_hovered": [39, 44, 48, 255],
  67. "tab_hovered_border": [255, 255, 255, 30],
  68. "tab_hovered_text": [255, 255, 255, 255],
  69. "tab_active": [39, 44, 48, 255],
  70. "tab_active_border": [255, 255, 255, 30],
  71. "tab_active_text": [255, 255, 255, 255],
  72. "tab_background": [39, 44, 48, 255],
  73. "action_button": [39, 44, 48, 255],
  74. "action_button_text": [255, 255, 255, 200],
  75. "action_button_border": [255, 255, 255, 30],
  76. "action_button_hovered": [79, 85, 89, 255],
  77. "action_button_hovered_text": [255, 255, 255, 255],
  78. "action_button_hovered_border": [255, 255, 255, 30],
  79. "action_button_active": [39, 44, 48, 30],
  80. "action_button_active_text": [255, 255, 255, 255],
  81. "action_button_active_border": [255, 255, 255, 100],
  82. "action_button_disabled": [85, 85, 87, 255],
  83. "action_button_disabled_text": [103, 103, 104, 255],
  84. "action_button_disabled_border": [255, 255, 255, 30],
  85. "scrollbar_background": [39, 44, 48, 0],
  86. "scrollbar_handle": [255, 255, 255, 105],
  87. "scrollbar_handle_hover": [255, 255, 255, 255],
  88. "scrollbar_handle_down": [255, 255, 255, 255],
  89. "setting_category": [75, 80, 83, 255],
  90. "setting_category_disabled": [75, 80, 83, 255],
  91. "setting_category_hover": [75, 80, 83, 255],
  92. "setting_category_active": [75, 80, 83, 255],
  93. "setting_category_active_hover": [75, 80, 83, 255],
  94. "setting_category_text": [255, 255, 255, 152],
  95. "setting_category_disabled_text": [255, 255, 255, 101],
  96. "setting_category_hover_text": [255, 255, 255, 204],
  97. "setting_category_active_text": [255, 255, 255, 204],
  98. "setting_category_active_hover_text": [255, 255, 255, 204],
  99. "setting_category_border": [39, 44, 48, 0],
  100. "setting_category_disabled_border": [39, 44, 48, 0],
  101. "setting_category_hover_border": [12, 169, 227, 255],
  102. "setting_category_active_border": [39, 44, 48, 0],
  103. "setting_category_active_hover_border": [12, 169, 227, 255],
  104. "setting_control": [43, 48, 52, 255],
  105. "setting_control_selected": [34, 39, 42, 38],
  106. "setting_control_highlight": [43, 48, 52, 255],
  107. "setting_control_border": [255, 255, 255, 38],
  108. "setting_control_border_highlight": [12, 169, 227, 255],
  109. "setting_control_text": [255, 255, 255, 181],
  110. "setting_control_button": [255, 255, 255, 127],
  111. "setting_control_button_hover": [255, 255, 255, 204],
  112. "setting_control_disabled": [34, 39, 42, 255],
  113. "setting_control_disabled_text": [255, 255, 255, 101],
  114. "setting_control_disabled_border": [255, 255, 255, 101],
  115. "setting_unit": [255, 255, 255, 127],
  116. "setting_validation_error_background": [59, 31, 53, 255],
  117. "setting_validation_error": [212, 31, 53, 255],
  118. "setting_validation_warning_background": [62, 54, 46, 255],
  119. "setting_validation_warning": [245, 166, 35, 255],
  120. "setting_validation_ok": [43, 48, 52, 255],
  121. "progressbar_background": [255, 255, 255, 48],
  122. "progressbar_control": [255, 255, 255, 197],
  123. "slider_groove": [127, 127, 127, 255],
  124. "slider_groove_border": [127, 127, 127, 255],
  125. "slider_groove_fill": [245, 245, 245, 255],
  126. "slider_handle": [255, 255, 255, 255],
  127. "slider_handle_active": [68, 192, 255, 255],
  128. "checkbox": [43, 48, 52, 255],
  129. "checkbox_hover": [43, 48, 52, 255],
  130. "checkbox_border": [255, 255, 255, 38],
  131. "checkbox_border_hover": [255, 255, 255, 38],
  132. "checkbox_mark": [255, 255, 255, 181],
  133. "checkbox_text": [255, 255, 255, 181],
  134. "tooltip": [39, 44, 48, 255],
  135. "tooltip_text": [255, 255, 255, 204],
  136. "tool_panel_background": [39, 44, 48, 255],
  137. "tool_button_border": [255, 255, 255, 38],
  138. "y_axis": [96, 96, 255, 255],
  139. "viewport_background": [31, 36, 39, 255],
  140. "volume_outline": [12, 169, 227, 128],
  141. "buildplate": [169, 169, 169, 255],
  142. "buildplate_grid_minor": [154, 154, 155, 255],
  143. "disallowed_area": [0, 0, 0, 52],
  144. "model_selection_outline": [12, 169, 227, 255],
  145. "material_compatibility_warning": [255, 255, 255, 255],
  146. "quality_slider_available": [255, 255, 255, 255],
  147. "toolbox_header_button_text_active": [255, 255, 255, 255],
  148. "toolbox_header_button_text_inactive": [128, 128, 128, 255],
  149. "toolbox_premium_packages_background": [57, 57, 57, 255],
  150. "monitor_printer_family_tag": [86, 86, 106, 255],
  151. "monitor_text_disabled": [102, 102, 102, 255],
  152. "monitor_icon_primary": [229, 229, 229, 255],
  153. "monitor_icon_accent": [51, 53, 54, 255],
  154. "monitor_icon_disabled": [102, 102, 102, 255],
  155. "monitor_secondary_button_hover": [80, 80, 80, 255],
  156. "monitor_secondary_button": [92, 92, 92, 255],
  157. "monitor_secondary_button_text": [250, 250, 250, 255],
  158. "monitor_secondary_button_shadow": [74, 74, 74, 255],
  159. "monitor_card_border": [102, 102, 102, 255],
  160. "monitor_card_background": [51, 53, 54, 255],
  161. "monitor_card_hover": [84, 89, 95, 255],
  162. "monitor_stage_background": [30, 36, 39, 255],
  163. "monitor_stage_background_fade": [30, 36, 39, 102],
  164. "monitor_progress_bar_deactive": [102, 102, 102, 255],
  165. "monitor_progress_bar_empty": [67, 67, 67, 255],
  166. "monitor_tooltip_text": [229, 229, 229, 255],
  167. "monitor_context_menu": [67, 67, 67, 255],
  168. "monitor_context_menu_hover": [30, 102, 215, 255],
  169. "monitor_skeleton_loading": [102, 102, 102, 255],
  170. "monitor_placeholder_image": [102, 102, 102, 255],
  171. "monitor_shadow": [4, 10, 13, 255],
  172. "monitor_carousel_dot": [119, 119, 119, 255],
  173. "monitor_carousel_dot_current": [216, 216, 216, 255]
  174. }
  175. }