Make checkbox mark colours same as text colours

The new icon set changes the checkmark to something a lot thinner and more subtle. Making it darker compensates for that a bit.
This commit is contained in:
Ghostkeeper 2021-07-06 16:17:55 +02:00
parent b850d8c18e
commit 92293e7008
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -350,7 +350,7 @@
"checkbox_hover": [255, 255, 255, 255], "checkbox_hover": [255, 255, 255, 255],
"checkbox_border": [199, 199, 199, 255], "checkbox_border": [199, 199, 199, 255],
"checkbox_border_hover": [50, 130, 255, 255], "checkbox_border_hover": [50, 130, 255, 255],
"checkbox_mark": [50, 130, 255, 255], "checkbox_mark": [35, 35, 35, 255],
"checkbox_disabled": [223, 223, 223, 255], "checkbox_disabled": [223, 223, 223, 255],
"checkbox_text": [35, 35, 35, 255], "checkbox_text": [35, 35, 35, 255],