CustomTkinter/customtkinter/assets/themes/green.json

72 lines
2.1 KiB
JSON
Raw Normal View History

2022-03-07 01:30:20 +03:00
{
"color": {
2022-03-07 01:30:20 +03:00
"window_bg_color": ["gray92", "gray12"],
"button": ["#72CF9F", "#11B384"],
"button_hover": ["#0E9670", "#0D8A66"],
"button_border": ["gray40", "gray70"],
2022-03-07 01:30:20 +03:00
"checkbox_border": ["gray40", "gray60"],
2022-03-09 16:49:44 +03:00
"checkmark": ["white", "gray90"],
2022-03-07 01:30:20 +03:00
"entry": ["white", "gray24"],
"entry_border": ["gray70", "gray32"],
"entry_placeholder_text": ["gray52", "gray62"],
"frame_border": ["#A7C2E0", "#5FB4DD"],
2022-03-07 01:30:20 +03:00
"frame_low": ["gray87", "gray18"],
"frame_high": ["gray82", "gray22"],
"label": [null, null],
"text": ["gray20", "gray90"],
2022-03-10 04:12:30 +03:00
"text_disabled": ["gray60", "gray50"],
"text_button_disabled": ["gray40", "gray74"],
2022-03-07 01:30:20 +03:00
"progressbar": ["#6B6B6B", "#222222"],
"progressbar_progress": ["#72CF9F", "#11B384"],
"progressbar_border": ["gray", "gray"],
2022-03-07 01:30:20 +03:00
"slider": ["#6B6B6B", "#222222"],
"slider_progress": ["white", "#555555"],
"slider_button": ["#72CF9F", "#11B384"],
"slider_button_hover": ["#0E9670", "#0D8A66"],
2022-03-08 17:03:47 +03:00
"switch": ["gray70", "gray35"],
"switch_progress": ["#72CF9F", "#11B384"],
"switch_button": ["gray38", "gray70"],
"switch_button_hover": ["gray30", "gray90"],
"darken_factor": 0.8
},
"text": {
"macOS": {
"font": "SF Display",
"size": -13
},
"Windows": {
"font": "Roboto",
"size": -13
},
"Linux": {
"font": "Roboto",
"size": -13
}
},
"shape": {
2022-03-07 01:30:20 +03:00
"button_corner_radius": 6,
"button_border_width": 0,
"checkbox_corner_radius": 7,
"checkbox_border_width": 3,
2022-03-07 01:30:20 +03:00
"radiobutton_corner_radius": 1000,
"radiobutton_border_width_unchecked": 3,
"radiobutton_border_width_checked": 6,
"entry_border_width": 2,
"frame_corner_radius": 10,
"frame_border_width": 0,
"label_corner_radius": 8,
"progressbar_border_width": 0,
2022-03-07 01:30:20 +03:00
"progressbar_corner_radius": 1000,
"slider_border_width": 6,
2022-03-07 01:30:20 +03:00
"slider_corner_radius": 8,
"slider_button_length": 0,
2022-03-08 17:03:47 +03:00
"slider_button_corner_radius": 1000,
"switch_border_width": 3,
"switch_corner_radius": 1000,
"switch_button_corner_radius": 1000,
"switch_button_length": 0
}
}