Welcome to mirror list, hosted at ThFree Co, Russian Federation.

theme.json « cura-light « themes « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8b3e6060947e607341d38c9d320db8d7348261a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
{
    "metadata": {
        "name": "Ultimaker"
    },

    "fonts": {
        "large": {
            "size": 1.35,
            "weight": 63,
            "family": "Noto Sans"
        },
        "large_nonbold": {
            "size": 1.35,
            "weight": 50,
            "family": "Noto Sans"
        },
        "medium": {
            "size": 1.16,
            "weight": 50,
            "family": "Noto Sans"
        },
        "medium_bold": {
            "size": 1.16,
            "weight": 63,
            "family": "Noto Sans"
        },
        "default": {
            "size": 1.0,
            "weight": 50,
            "family": "Noto Sans"
        },
        "default_bold": {
            "size": 1.0,
            "weight": 63,
            "family": "Noto Sans"
        },
        "default_italic": {
            "size": 1.15,
            "weight": 50,
            "italic": true,
            "family": "Noto Sans"
        },
        "small": {
            "size": 1.0,
            "weight": 63,
            "family": "Noto Sans"
        },
        "very_small": {
            "size": 1.0,
            "weight": 50,
            "family": "Noto Sans"
        },
        "button_tooltip": {
            "size": 1.0,
            "weight": 50,
            "family": "Noto Sans"
        },
        "setting_category": {
            "size": 1.15,
            "weight": 63,
            "family": "Noto Sans"
        },
        "action_button": {
            "size": 1.15,
            "weight": 50,
            "family": "Noto Sans"
        }
    },

    "colors": {

        "main_background": [255, 255, 255, 255],
        "wide_lining": [245, 245, 245, 255],
        "thick_lining": [127, 127, 127, 255],
        "lining": [192, 193, 194, 255],
        "viewport_overlay": [0, 0, 0, 192],


        "primary": [50, 130, 255, 255],
        "primary_hover": [48, 182, 231, 255],
        "primary_text": [255, 255, 255, 255],
        "border": [127, 127, 127, 255],
        "secondary": [245, 245, 245, 255],

        "main_window_header_background": [10, 8, 80, 255],
        "main_window_header_button_text_active": [10, 8, 80, 255],
        "main_window_header_button_text_inactive": [255, 255, 255, 255],
        "main_window_header_button_text_hovered": [255, 255, 255, 255],
        "main_window_header_button_background_active": [255, 255, 255, 255],
        "main_window_header_button_background_inactive": [255, 255, 255, 0],
        "main_window_header_button_background_hovered": [255, 255, 255, 102],

        "main_window_header_secondary_button_text_active": [255, 255, 255, 255],
        "main_window_header_secondary_button_text_hovered": [10, 8, 80, 255],
        "main_window_header_secondary_button_background_active": [255, 255, 255, 0],
        "main_window_header_secondary_button_background_hovered": [255, 255, 255, 255],
        "main_window_header_secondary_button_outline_active": [255, 255, 255, 255],
        "main_window_header_secondary_button_outline_hovered": [255, 255, 255, 255],

        "account_widget_outline_active": [70, 66, 126, 255],

        "machine_selector_bar": [31, 36, 39, 255],
        "machine_selector_active": [68, 72, 75, 255],
        "machine_selector_hover": [68, 72, 75, 255],
        "machine_selector_text_active": [255, 255, 255, 255],

        "action_panel_secondary": [27, 95, 202, 255],

        "toolbar_background": [255, 255, 255, 255],

        "text": [0, 0, 0, 255],
        "text_detail": [174, 174, 174, 128],
        "text_link": [50, 130, 255, 255],
        "text_inactive": [174, 174, 174, 255],
        "text_hover": [70, 84, 113, 255],
        "text_pressed": [50, 130, 255, 255],
        "text_subtext": [0, 0, 0, 255],
        "text_medium": [128, 128, 128, 255],
        "text_emphasis": [255, 255, 255, 255],
        "text_scene": [31, 36, 39, 255],
        "text_scene_hover": [70, 84, 113, 255],

        "error": [255, 140, 0, 255],
        "warning": [255, 190, 35, 255],

        "toolbar_button_text": [10, 8, 80, 255],
        "toolbar_button_text_hover": [50, 130, 255, 255],
        "toolbar_button_text_active": [50, 130, 255, 255],
        "toolbar_button_text_active_hover": [50, 130, 255, 255],

        "button": [31, 36, 39, 255],
        "button_hover": [68, 72, 75, 255],
        "button_active": [68, 72, 75, 255],
        "button_active_hover": [68, 72, 75, 255],
        "button_text": [255, 255, 255, 255],
        "button_text_hover": [255, 255, 255, 255],
        "button_text_active": [255, 255, 255, 255],
        "button_text_active_hover": [255, 255, 255, 255],

        "small_button": [0, 0, 0, 0],
        "small_button_hover": [10, 8, 80, 255],
        "small_button_active": [10, 8, 80, 255],
        "small_button_active_hover": [10, 8, 80, 255],
        "small_button_text": [171, 171, 191, 255],
        "small_button_text_hover": [255, 255, 255, 255],
        "small_button_text_active": [255, 255, 255, 255],
        "small_button_text_active_hover": [255, 255, 255, 255],

        "button_tooltip": [31, 36, 39, 255],
        "button_tooltip_border": [68, 192, 255, 255],
        "button_tooltip_text": [192, 193, 194, 255],

        "extruder_button_material_border": [255, 255, 255, 255],

        "sync_button_text": [120, 120, 120, 255],
        "sync_button_text_hovered": [0, 0, 0, 255],

        "action_button": [255, 255, 255, 255],
        "action_button_text": [0, 0, 0, 255],
        "action_button_border": [127, 127, 127, 255],
        "action_button_hovered": [232, 242, 252, 255],
        "action_button_hovered_text": [31, 36, 39, 255],
        "action_button_hovered_border": [50, 130, 255, 255],
        "action_button_active": [255, 255, 255, 255],
        "action_button_active_text": [0, 0, 0, 255],
        "action_button_active_border": [50, 130, 255, 255],
        "action_button_disabled": [245, 245, 245, 255],
        "action_button_disabled_text": [127, 127, 127, 255],
        "action_button_disabled_border": [245, 245, 245, 255],

        "print_button_ready": [50, 130, 255, 255],
        "print_button_ready_border": [50, 130, 255, 255],
        "print_button_ready_text": [255, 255, 255, 255],
        "print_button_ready_hovered": [30, 186, 245, 243],
        "print_button_ready_hovered_border": [30, 186, 245, 243],
        "print_button_ready_pressed": [30, 186, 245, 243],
        "print_button_ready_pressed_border": [30, 186, 245, 243],

        "scrollbar_background": [255, 255, 255, 255],
        "scrollbar_handle": [31, 36, 39, 255],
        "scrollbar_handle_hover": [12, 159, 227, 255],
        "scrollbar_handle_down": [12, 159, 227, 255],

        "setting_category": [245, 245, 245, 255],
        "setting_category_disabled": [255, 255, 255, 255],
        "setting_category_hover": [245, 245, 245, 255],
        "setting_category_active": [245, 245, 245, 255],
        "setting_category_active_hover": [245, 245, 245, 255],
        "setting_category_text": [31, 36, 39, 255],
        "setting_category_disabled_text": [24, 41, 77, 101],
        "setting_category_hover_text": [31, 36, 39, 255],
        "setting_category_active_text": [31, 36, 39, 255],
        "setting_category_active_hover_text": [31, 36, 39, 255],
        "setting_category_border": [245, 245, 245, 255],
        "setting_category_disabled_border": [245, 245, 245, 255],
        "setting_category_hover_border": [12, 159, 227, 255],
        "setting_category_active_border": [245, 245, 245, 255],
        "setting_category_active_hover_border": [12, 159, 227, 255],

        "setting_control": [255, 255, 255, 255],
        "setting_control_selected": [31, 36, 39, 255],
        "setting_control_highlight": [255, 255, 255, 255],
        "setting_control_border": [127, 127, 127, 255],
        "setting_control_border_highlight": [50, 130, 255, 255],
        "setting_control_text": [27, 27, 27, 255],
        "setting_control_depth_line": [127, 127, 127, 255],
        "setting_control_button": [127, 127, 127, 255],
        "setting_control_button_hover": [70, 84, 113, 255],
        "setting_control_disabled": [245, 245, 245, 255],
        "setting_control_disabled_text": [127, 127, 127, 255],
        "setting_control_disabled_border": [127, 127, 127, 255],
        "setting_unit": [127, 127, 127, 255],
        "setting_validation_error_background": [255, 66, 60, 255],
        "setting_validation_error": [127, 127, 127, 255],
        "setting_validation_warning_background": [255, 145, 62, 255],
        "setting_validation_warning": [127, 127, 127, 255],
        "setting_validation_ok": [255, 255, 255, 255],

        "material_compatibility_warning": [0, 0, 0, 255],

        "progressbar_background": [245, 245, 245, 255],
        "progressbar_control": [50, 130, 255, 255],

        "slider_groove": [223, 223, 223, 255],
        "slider_groove_fill": [10, 8, 80, 255],
        "slider_handle": [10, 8, 80, 255],
        "slider_handle_hover": [77, 182, 226, 255],
        "slider_handle_active": [50, 130, 255, 255],
        "slider_text_background": [255, 255, 255, 255],

        "quality_slider_unavailable": [179, 179, 179, 255],
        "quality_slider_available": [0, 0, 0, 255],
        "quality_slider_handle": [0, 0, 0, 255],
        "quality_slider_handle_hover": [127, 127, 127, 255],
        "quality_slider_text": [0, 0, 0, 255],

        "checkbox": [255, 255, 255, 255],
        "checkbox_hover": [255, 255, 255, 255],
        "checkbox_border": [64, 69, 72, 255],
        "checkbox_border_hover": [50, 130, 255, 255],
        "checkbox_mark": [119, 122, 124, 255],
        "checkbox_text": [27, 27, 27, 255],

        "mode_switch": [255, 255, 255, 255],
        "mode_switch_hover": [255, 255, 255, 255],
        "mode_switch_border": [127, 127, 127, 255],
        "mode_switch_border_hover": [50, 130, 255, 255],
        "mode_switch_handle": [31, 36, 39, 255],
        "mode_switch_text": [31, 36, 39, 255],
        "mode_switch_text_hover": [31, 36, 39, 255],
        "mode_switch_text_checked": [50, 130, 255, 255],

        "tooltip": [68, 192, 255, 255],
        "tooltip_text": [255, 255, 255, 255],

        "tool_button_border": [255, 255, 255, 0],

        "message_background": [255, 255, 255, 255],
        "message_shadow": [0, 0, 0, 120],
        "message_border": [127, 127, 127, 255],
        "message_text": [0, 0, 0, 255],
        "message_button": [50, 130, 255, 255],
        "message_button_hover": [50, 130, 255, 255],
        "message_button_active": [50, 130, 255, 255],
        "message_button_text": [255, 255, 255, 255],
        "message_button_text_hover": [255, 255, 255, 255],
        "message_button_text_active": [255, 255, 255, 255],
        "message_progressbar_background": [200, 200, 200, 255],
        "message_progressbar_control": [77, 182, 226, 255],

        "tool_panel_background": [255, 255, 255, 255],

        "status_offline": [0, 0, 0, 255],
        "status_ready": [0, 205, 0, 255],
        "status_busy": [50, 130, 255, 255],
        "status_paused": [255, 140, 0, 255],
        "status_stopped": [236, 82, 80, 255],
        "status_unknown": [127, 127, 127, 255],

        "disabled_axis": [127, 127, 127, 255],
        "x_axis": [255, 0, 0, 255],
        "y_axis": [0, 0, 255, 255],
        "z_axis": [0, 255, 0, 255],
        "all_axis": [255, 255, 255, 255],

        "viewport_background": [245, 245, 245, 255],
        "volume_outline": [50, 130, 255, 255],
        "buildplate": [244, 244, 244, 255],
        "buildplate_grid": [129, 131, 134, 255],
        "buildplate_grid_minor": [230, 230, 231, 255],

        "convex_hull": [35, 35, 35, 127],
        "disallowed_area": [0, 0, 0, 40],
        "error_area": [255, 0, 0, 127],

        "model_default": [255, 201, 36, 255],
        "model_overhang": [255, 0, 0, 255],
        "model_unslicable": [122, 122, 122, 255],
        "model_unslicable_alt": [172, 172, 127, 255],
        "model_selection_outline": [50, 130, 255, 255],
        "model_non_printing": [122, 122, 122, 255],

        "xray": [26,  26,  62, 255],
        "xray_error": [255,  0,  0, 255],

        "layerview_ghost": [32, 32, 32, 96],
        "layerview_none": [255,  255,  255, 255],
        "layerview_inset_0": [255,  0,  0, 255],
        "layerview_inset_x": [0,  255,  0, 255],
        "layerview_skin": [255,  255,  0, 255],
        "layerview_support": [0,  255,  255, 255],
        "layerview_skirt": [0,  255,  255, 255],
        "layerview_infill": [255,  192, 0, 255],
        "layerview_support_infill": [0,  255,  255, 255],
        "layerview_move_combing": [0,  0,  255, 255],
        "layerview_move_retraction": [128,  128,  255, 255],
        "layerview_support_interface": [64, 192, 255, 255],
        "layerview_nozzle": [181, 166, 66, 50],

        "configuration_item": [255, 255, 255, 0],
        "configuration_item_active": [12, 169, 227, 32],
        "configuration_item_text": [0, 0, 0, 255],
        "configuration_item_text_active": [0, 0, 0, 255],
        "configuration_item_border": [127, 127, 127, 255],
        "configuration_item_border_active": [12, 169, 227, 32],
        "configuration_item_border_hover": [50, 130, 255, 255],

        "tab_status_connected": [50, 130, 255, 255],
        "tab_status_disconnected": [200, 200, 200, 255],

        "printer_config_matched": [50, 130, 255, 255],
        "printer_config_mismatch": [127, 127, 127, 255],

        "toolbox_header_button_text_active": [0, 0, 0, 255],
        "toolbox_header_button_text_inactive": [128, 128, 128, 255],
        "toolbox_header_button_text_hovered": [0, 0, 0, 255],

        "favorites_header_bar": [245, 245, 245, 255],
        "favorites_header_hover": [245, 245, 245, 255],
        "favorites_header_text": [31, 36, 39, 255],
        "favorites_header_text_hover": [31, 36, 39, 255],
        "favorites_row_selected": [196, 239, 255, 255],

        "monitor_card_background_inactive": [240, 240, 240, 255],
        "monitor_card_background": [255, 255, 255, 255],
        "monitor_context_menu_background": [255, 255, 255, 255],
        "monitor_context_menu_dots": [154, 154, 154, 255],
        "monitor_context_menu_highlight": [245, 245, 245, 255],
        "monitor_image_overlay": [0, 0, 0, 255],
        "monitor_lining_heavy": [0, 0, 0, 255],
        "monitor_lining_light": [230, 230, 230, 255],
        "monitor_pill_background": [245, 245, 245, 255],
        "monitor_placeholder_image": [230, 230, 230, 255],
        "monitor_printer_icon_inactive": [154, 154, 154, 255],
        "monitor_printer_icon": [50, 130, 255, 255],
        "monitor_progress_background_text": [0,0,0,255],
        "monitor_progress_background": [245, 245, 245, 255],
        "monitor_progress_fill_inactive": [154, 154, 154, 255],
        "monitor_progress_fill_text": [255,255,255,255],
        "monitor_progress_fill": [50, 130, 255, 255],
        "monitor_shadow": [0, 0, 0, 63],
        "monitor_skeleton_fill": [245, 245, 245, 255],
        "monitor_skeleton_fill_dark": [216, 216, 216, 255],
        "monitor_text_inactive": [154, 154, 154, 255]
    },

    "sizes": {
        "window_minimum_size": [106, 66],

        "main_window_header": [0.0, 4.5],
        "main_window_header_button": [8, 2.35],
        "main_window_header_button_icon": [1.2, 1.2],

        "stage_menu": [0.0, 4.5],

        "account_button": [12, 3],

        "print_setup_widget": [30.0, 42.0],
        "print_setup_mode_toggle": [0.0, 2.0],
        "print_setup_item": [0.0, 2.0],
        "print_setup_extruder_box": [0.0, 6.0],

        "configuration_selector_widget": [35.0, 4.5],
        "configuration_selector_mode_tabs": [0.0, 3.0],

        "action_panel_widget": [25.0, 0.0],
        "action_panel_information_widget": [20.0, 0.0],

        "machine_selector_widget": [16.0, 4.5],

        "views_selector": [0.0, 4.0],

        "default_radius": [0.25, 0.25],

        "wide_lining": [0.5, 0.5],
        "thick_lining": [0.2, 0.2],
        "default_lining": [0.08, 0.08],

        "default_arrow": [0.8, 0.8],
        "logo": [8, 2.4],

        "wide_margin": [2.0, 2.0],
        "thick_margin": [1.71, 1.43],
        "default_margin": [1.0, 1.0],
        "thin_margin": [0.71, 0.71],
        "narrow_margin": [0.5, 0.5],

        "extruder_button_material_margin": [0.70, 0.9],
        "extruder_button_material": [0.75, 0.75],

        "simple_mode_infill_caption": [0.0, 5.0],
        "simple_mode_infill_height": [0.0, 8.0],

        "section": [0.0, 2.2],
        "section_icon": [1.6, 1.6],
        "section_icon_column": [2.8, 0.0],

        "setting": [25.0, 1.8],
        "setting_control": [10.0, 2.0],
        "setting_control_depth_margin": [1.4, 0.0],
        "setting_preferences_button_margin": [4, 0.0],
        "setting_control_margin": [0.0, 0.0],
        "setting_unit_margin": [0.5, 0.5],
        "setting_text_maxwidth": [40.0, 0.0],

        "standard_list_lineheight": [1.5, 1.5],
        "standard_list_input": [20.0, 25.0],
        "standard_arrow": [0.8, 0.8],

        "button": [4, 4],
        "button_icon": [2.5, 2.5],
        "button_lining": [0, 0],

        "action_button": [15.0, 3.0],
        "action_button_radius": [0.15, 0.15],

        "small_button": [2, 2],
        "small_button_icon": [1.5, 1.5],

        "favorites_row": [2, 2],
        "favorites_button": [2, 2],
        "favorites_button_icon": [1.2, 1.2],

        "printer_status_icon": [1.8, 1.8],
        "printer_sync_icon": [1.2, 1.2],

        "button_tooltip": [1.0, 1.3],
        "button_tooltip_arrow": [0.25, 0.25],

        "tool_button_border": [1.0, 0],

        "progressbar": [26.0, 0.75],
        "progressbar_radius": [0.15, 0.15],
        "progressbar_control": [8.0, 0.4],

        "scrollbar": [0.75, 0.5],

        "slider_groove": [0.5, 0.5],
        "slider_groove_radius": [0.15, 0.15],
        "slider_handle": [1.5, 1.5],
        "slider_layerview_size": [1.0, 26.0],

        "layerview_menu_size": [15, 20],
        "layerview_legend_size": [1.0, 1.0],
        "layerview_row": [11.0, 1.5],
        "layerview_row_spacing": [0.0, 0.5],

        "checkbox": [2.0, 2.0],

        "tooltip": [20.0, 10.0],
        "tooltip_margins": [1.0, 1.0],
        "tooltip_arrow_margins": [2.0, 2.0],

        "save_button_text_margin": [0.3, 0.6],
        "save_button_save_to_button": [0.3, 2.7],
        "save_button_specs_icons": [1.4, 1.4],

        "job_specs_button": [2.7, 2.7],

        "monitor_preheat_temperature_control": [4.5, 2.0],

        "modal_window_minimum": [60.0, 45],
        "license_window_minimum": [45, 45],
        "wizard_progress": [10.0, 0.0],

        "message": [30.0, 5.0],
        "message_close": [1, 1],
        "message_button": [6.0, 1.8],
        "message_shadow": [0, 0],
        "message_margin": [0, 1.0],
        "message_inner_margin": [1.5, 1.5],

        "infill_button_margin": [0.5, 0.5],

        "jobspecs_line": [2.0, 2.0],

        "objects_menu_size": [20, 40],
        "objects_menu_size_collapsed": [20, 17],
        "build_plate_selection_size": [15, 5],
        "objects_menu_button": [0.3, 2.7],

        "toolbox_thumbnail_small": [6.0, 6.0],
        "toolbox_thumbnail_medium": [8.0, 8.0],
        "toolbox_thumbnail_large": [12.0, 10.0],
        "toolbox_footer": [1.0, 4.5],
        "toolbox_footer_button": [8.0, 2.5],
        "toolbox_showcase_spacing": [1.0, 1.0],
        "toolbox_header_tab": [8.0, 4.0],
        "toolbox_detail_header": [1.0, 14.0],
        "toolbox_detail_tile": [1.0, 8.0],
        "toolbox_back_column": [6.0, 1.0],
        "toolbox_back_button": [4.0, 2.0],
        "toolbox_installed_tile": [1.0, 8.0],
        "toolbox_property_label": [1.0, 2.0],
        "toolbox_heading_label": [1.0, 4.0],
        "toolbox_header": [1.0, 4.0],
        "toolbox_header_highlight": [0.25, 0.25],
        "toolbox_progress_bar": [8.0, 0.5],
        "toolbox_chart_row": [1.0, 2.0],
        "toolbox_action_button": [8.0, 2.5],
        "toolbox_loader": [2.0, 2.0],

        "avatar_image": [6.8, 6.8],

        "monitor_config_override_box": [1.0, 14.0],
        "monitor_extruder_circle": [2.75, 2.75],
        "monitor_text_line": [1.16, 1.16],
        "monitor_thick_lining": [0.16, 0.16],
        "monitor_corner_radius": [0.3, 0.3],
        "monitor_shadow_radius": [0.4, 0.4],
        "monitor_shadow_offset": [0.15, 0.15]
    }
}