added combobox values to themes

This commit is contained in:
Tom Schimansky
2022-06-02 01:25:13 +02:00
parent 807064a888
commit ecf6b8d9cf
3 changed files with 22 additions and 11 deletions

View File

@ -27,7 +27,13 @@
"switch_progress": ["#608BD5", "#395E9C"],
"switch_button": ["gray38", "gray70"],
"switch_button_hover": ["gray30", "gray90"],
"darken_factor": 0.8
"optionmenu_button": ["#36719F", "#144870"],
"optionmenu_button_hover": ["#27577D", "#203A4F"],
"combobox_border": ["gray70", "gray32"],
"combobox_button_hover": ["#6E7174", "#7A848D"],
"dropdown_color": ["#A8ACB1", "#535353"],
"dropdown_hover": ["#D6DCE2", "#393D40"],
"dropdown_text": ["gray12", "gray90"]
},
"text": {
"macOS": {

View File

@ -27,7 +27,13 @@
"switch_progress": ["#72CF9F", "#11B384"],
"switch_button": ["gray38", "gray70"],
"switch_button_hover": ["gray30", "gray90"],
"darken_factor": 0.8
"optionmenu_button": ["#0E9670", "#0D8A66"],
"optionmenu_button_hover":["gray40", "gray70"],
"combobox_border": ["gray70", "gray32"],
"combobox_button_hover": ["#6E7174", "#7A848D"],
"dropdown_color": ["#A8ACB1", "#535353"],
"dropdown_hover": ["#D6DCE2", "#393D40"],
"dropdown_text": ["gray12", "gray90"]
},
"text": {
"macOS": {
@ -66,4 +72,4 @@
"switch_button_corner_radius": 1000,
"switch_button_length": 0
}
}
}