Cura/theme.json
2015-04-02 13:22:03 +02:00

102 lines
2.9 KiB
JSON

{
"fonts": {
"large": {
"size": 1.5,
"bold": true
},
"default": {
"size": 1
},
"default_allcaps": {
"size": 1,
"capitalize": true
},
"small": {
"size": 0.75
},
"tiny": {
"size": 0.5
},
"sidebar_header": {
"size": 0.75,
"capitalize": true
},
"timeslider_time": {
"size": 1.0,
"bold": true
},
"button_tooltip": {
"size": 0.75,
"capitalize": true
}
},
"colors": {
"primary": [12, 169, 227, 255],
"primary_text": [255, 255, 255, 255],
"border": [205, 202, 201, 255],
"secondary": [205, 202, 201, 255],
"text": [174, 174, 174, 255],
"text_inactive": [205, 202, 201, 255],
"text_hover": [35, 35, 35, 255],
"text_pressed": [12, 169, 227, 255],
"button": [205, 202, 201, 255],
"button_hover": [174, 174, 174, 255],
"button_down": [12, 169, 227, 255],
"button_text": [255, 255, 255, 255],
"button_disabled": [12, 169, 227, 255],
"scrollbar_background": [245, 245, 245, 255],
"scrollbar_handle": [205, 202, 201, 255],
"scrollbar_handle_hover": [174, 174, 174, 255],
"scrollbar_handle_down": [12, 159, 227, 255],
"setting_label": [174, 174, 174, 255],
"setting_control": [255, 255, 255, 255],
"setting_control_highlight": [245, 245, 245, 255],
"setting_control_border": [174, 174, 174, 255],
"setting_control_text": [35, 35, 35, 255],
"setting_control_hover": [35, 35, 35, 255],
"setting_unit": [174, 174, 174, 255],
"slider_groove": [245, 245, 245, 255],
"slider_groove_border": [205, 202, 201, 255],
"slider_groove_fill": [205, 202, 201, 255],
"slider_handle": [12, 169, 227, 255],
"checkbox": [255, 255, 255, 255],
"checkbox_hover": [245, 245, 245, 255],
"checkbox_border": [174, 174, 174, 255],
"checkbox_mark": [35, 35, 35, 255],
"checkbox_text": [174, 174, 174, 255]
},
"sizes": {
"window_margin": [2.0, 2.0],
"default_margin": [1.0, 1.0],
"panel": [22.0, 10.0],
"toolbar_button": [2.0, 2.0],
"toolbar_spacing": [1.0, 1.0],
"section": [22.0, 3.0],
"section_icon": [2.14, 2.14],
"section_text_margin": [0.33, 0.33],
"setting": [21.0, 2.0],
"setting_control": [6.0, 2.0],
"setting_control_margin": [3.0, 3.0],
"setting_unit_margin": [0.5, 0.5],
"button": [4.25, 4.25],
"button_icon": [3.57, 3.57],
"scrollbar": [0.5, 0.5],
"slider_groove": [0.5, 0.5],
"slider_handle": [1.5, 1.5],
"checkbox": [1.5, 1.5]
}
}