mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:29:05 +08:00
Add checkbox disabled color to darktheme
CURA-8688
This commit is contained in:
parent
79ee9ffc91
commit
62f6643a49
@ -159,6 +159,7 @@
|
|||||||
"checkbox_mark": "text_default",
|
"checkbox_mark": "text_default",
|
||||||
"checkbox_square": "text_disabled",
|
"checkbox_square": "text_disabled",
|
||||||
"checkbox_text": "text_default",
|
"checkbox_text": "text_default",
|
||||||
|
"checkbox_disabled": "background_2",
|
||||||
|
|
||||||
"tooltip": "background_2",
|
"tooltip": "background_2",
|
||||||
"tooltip_text": "text_default",
|
"tooltip_text": "text_default",
|
||||||
|
@ -327,7 +327,7 @@
|
|||||||
"checkbox_border": [180, 180, 180, 255],
|
"checkbox_border": [180, 180, 180, 255],
|
||||||
"checkbox_border_hover": [25, 110, 240, 255],
|
"checkbox_border_hover": [25, 110, 240, 255],
|
||||||
"checkbox_mark": [35, 35, 35, 255],
|
"checkbox_mark": [35, 35, 35, 255],
|
||||||
"checkbox_disabled": [223, 223, 223, 255],
|
"checkbox_disabled": "background_2",
|
||||||
"checkbox_text": [0, 12, 26, 255],
|
"checkbox_text": [0, 12, 26, 255],
|
||||||
|
|
||||||
"tooltip": [25, 25, 25, 255],
|
"tooltip": [25, 25, 25, 255],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user