mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
added white version of sweetkind
added white version of sweetkind
This commit is contained in:
parent
bd19d2f3e6
commit
4516a5edb1
@ -3,7 +3,6 @@
|
|||||||
"window_bg_color": ["#ebf0f5", "#181b28"],
|
"window_bg_color": ["#ebf0f5", "#181b28"],
|
||||||
"button": ["#e46bff", "#212435"],
|
"button": ["#e46bff", "#212435"],
|
||||||
"button_hover": ["#8593d6", "#171926"],
|
"button_hover": ["#8593d6", "#171926"],
|
||||||
"button_active": ["#9b45ff", "#9b45ff"],
|
|
||||||
"button_border": ["#525983", "#080b12"],
|
"button_border": ["#525983", "#080b12"],
|
||||||
"checkbox_border": ["#01e9c4", "#01e9c4"],
|
"checkbox_border": ["#01e9c4", "#01e9c4"],
|
||||||
"checkmark": ["#01e9c4", "#01e9c4"],
|
"checkmark": ["#01e9c4", "#01e9c4"],
|
||||||
@ -73,6 +72,8 @@
|
|||||||
"switch_border_width": 3,
|
"switch_border_width": 3,
|
||||||
"switch_corner_radius": 1000,
|
"switch_corner_radius": 1000,
|
||||||
"switch_button_corner_radius": 1000,
|
"switch_button_corner_radius": 1000,
|
||||||
"switch_button_length": 2
|
"switch_button_length": 2,
|
||||||
|
"scrollbar_corner_radius": 1000,
|
||||||
|
"scrollbar_border_spacing": 4
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user