added checkmark to CTkCheckbox

This commit is contained in:
TomSchimansky
2022-03-09 14:49:44 +01:00
parent 2ab5b7e19f
commit 9acd0c42df
8 changed files with 61 additions and 15 deletions

View File

@ -5,6 +5,7 @@
"button_hover": ["#1A89BF", "#1673A1"],
"button_border": ["gray40", "gray70"],
"checkbox_border": ["gray40", "gray60"],
"checkmark": ["white", "gray90"],
"entry": ["white", "gray24"],
"entry_border": ["gray70", "gray32"],
"entry_placeholder_text": ["gray52", "gray62"],

View File

@ -5,6 +5,7 @@
"button_hover": ["#A4BDE6", "#748BB3"],
"button_border": ["gray40", "gray70"],
"checkbox_border": ["gray40", "gray60"],
"checkmark": ["white", "gray90"],
"entry": ["white", "gray24"],
"entry_border": ["gray70", "gray32"],
"entry_placeholder_text": ["gray52", "gray62"],

View File

@ -6,6 +6,7 @@
"button_hover": ["#0E9670", "#0D8A66"],
"button_border": ["gray40", "gray70"],
"checkbox_border": ["gray40", "gray60"],
"checkmark": ["white", "gray90"],
"entry": ["white", "gray24"],
"entry_border": ["gray70", "gray32"],
"entry_placeholder_text": ["gray52", "gray62"],