mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:49:00 +08:00
Tweaks for restyling benefitting the dark theme.
part of CURA-8012
This commit is contained in:
parent
e3dc5bc460
commit
952e02676f
@ -9,11 +9,11 @@ import Cura 1.1 as Cura
|
|||||||
|
|
||||||
Cura.ActionButton
|
Cura.ActionButton
|
||||||
{
|
{
|
||||||
color: UM.Theme.getColor("secondary_button")
|
color: "transparent"
|
||||||
textColor: UM.Theme.getColor("secondary_button_text")
|
textColor: UM.Theme.getColor("text_link")
|
||||||
outlineColor: "transparent"
|
outlineColor: "transparent"
|
||||||
outlineDisabledColor: "transparent"
|
outlineDisabledColor: "transparent"
|
||||||
disabledColor: UM.Theme.getColor("action_button_disabled")
|
disabledColor: "transparent"
|
||||||
textDisabledColor: UM.Theme.getColor("action_button_disabled_text")
|
textDisabledColor: UM.Theme.getColor("action_button_disabled_text")
|
||||||
hoverColor: UM.Theme.getColor("secondary_button_hover")
|
hoverColor: UM.Theme.getColor("secondary_button_hover")
|
||||||
}
|
}
|
@ -16,6 +16,10 @@
|
|||||||
"primary_text": [255, 255, 255, 204],
|
"primary_text": [255, 255, 255, 204],
|
||||||
"secondary": [95, 95, 95, 255],
|
"secondary": [95, 95, 95, 255],
|
||||||
|
|
||||||
|
"secondary_button": [0, 0, 0, 0],
|
||||||
|
"secondary_button_hover": [85, 85, 87, 255],
|
||||||
|
"secondary_button_text": [255, 255, 255, 255],
|
||||||
|
|
||||||
"icon": [204, 204, 204, 255],
|
"icon": [204, 204, 204, 255],
|
||||||
"toolbar_background": [39, 44, 48, 255],
|
"toolbar_background": [39, 44, 48, 255],
|
||||||
"toolbar_button_active": [95, 95, 95, 255],
|
"toolbar_button_active": [95, 95, 95, 255],
|
||||||
@ -32,7 +36,7 @@
|
|||||||
|
|
||||||
"text": [255, 255, 255, 204],
|
"text": [255, 255, 255, 204],
|
||||||
"text_detail": [255, 255, 255, 172],
|
"text_detail": [255, 255, 255, 172],
|
||||||
"text_link": [255, 255, 255, 127],
|
"text_link": [25, 110, 240, 255],
|
||||||
"text_inactive": [255, 255, 255, 88],
|
"text_inactive": [255, 255, 255, 88],
|
||||||
"text_hover": [255, 255, 255, 204],
|
"text_hover": [255, 255, 255, 204],
|
||||||
"text_pressed": [255, 255, 255, 204],
|
"text_pressed": [255, 255, 255, 204],
|
||||||
@ -87,8 +91,8 @@
|
|||||||
"action_button_active": [39, 44, 48, 30],
|
"action_button_active": [39, 44, 48, 30],
|
||||||
"action_button_active_text": [255, 255, 255, 255],
|
"action_button_active_text": [255, 255, 255, 255],
|
||||||
"action_button_active_border": [255, 255, 255, 100],
|
"action_button_active_border": [255, 255, 255, 100],
|
||||||
"action_button_disabled": [19, 24, 28, 255],
|
"action_button_disabled": [85, 85, 87, 255],
|
||||||
"action_button_disabled_text": [200, 200, 200, 80],
|
"action_button_disabled_text": [103, 103, 104, 255],
|
||||||
"action_button_disabled_border": [255, 255, 255, 30],
|
"action_button_disabled_border": [255, 255, 255, 30],
|
||||||
|
|
||||||
"scrollbar_background": [39, 44, 48, 0],
|
"scrollbar_background": [39, 44, 48, 0],
|
||||||
|
@ -210,7 +210,7 @@
|
|||||||
|
|
||||||
"text": [25, 25, 25, 255],
|
"text": [25, 25, 25, 255],
|
||||||
"text_detail": [174, 174, 174, 128],
|
"text_detail": [174, 174, 174, 128],
|
||||||
"text_link": [50, 130, 255, 255],
|
"text_link": [25, 110, 240, 255],
|
||||||
"text_inactive": [174, 174, 174, 255],
|
"text_inactive": [174, 174, 174, 255],
|
||||||
"text_pressed": [50, 130, 255, 255],
|
"text_pressed": [50, 130, 255, 255],
|
||||||
"text_subtext": [0, 0, 0, 255],
|
"text_subtext": [0, 0, 0, 255],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user