Update LightTheme.tres
This commit is contained in:
@@ -48,6 +48,12 @@ corner_radius_bottom_right = 3
|
|||||||
corner_radius_bottom_left = 3
|
corner_radius_bottom_left = 3
|
||||||
corner_detail = 5
|
corner_detail = 5
|
||||||
|
|
||||||
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_xtark"]
|
||||||
|
content_margin_left = 4.0
|
||||||
|
content_margin_top = 4.0
|
||||||
|
content_margin_right = 4.0
|
||||||
|
content_margin_bottom = 4.0
|
||||||
|
|
||||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_6nunt"]
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_6nunt"]
|
||||||
content_margin_left = 6.0
|
content_margin_left = 6.0
|
||||||
content_margin_top = 4.0
|
content_margin_top = 4.0
|
||||||
@@ -161,11 +167,16 @@ corner_detail = 1
|
|||||||
Button/colors/font_color = Color(0.12, 0.12, 0.12, 1)
|
Button/colors/font_color = Color(0.12, 0.12, 0.12, 1)
|
||||||
Button/colors/font_disabled_color = Color(0.12, 0.12, 0.12, 0.5019608)
|
Button/colors/font_disabled_color = Color(0.12, 0.12, 0.12, 0.5019608)
|
||||||
Button/colors/font_hover_color = Color(0.12156863, 0.12156863, 0.12156863, 1)
|
Button/colors/font_hover_color = Color(0.12156863, 0.12156863, 0.12156863, 1)
|
||||||
|
Button/colors/font_hover_pressed_color = Color(0.12156863, 0.12156863, 0.12156863, 1)
|
||||||
Button/colors/font_pressed_color = Color(0, 0, 0, 1)
|
Button/colors/font_pressed_color = Color(0, 0, 0, 1)
|
||||||
Button/styles/disabled = SubResource("StyleBoxFlat_f60rw")
|
Button/styles/disabled = SubResource("StyleBoxFlat_f60rw")
|
||||||
Button/styles/hover = SubResource("StyleBoxFlat_s0gn1")
|
Button/styles/hover = SubResource("StyleBoxFlat_s0gn1")
|
||||||
Button/styles/normal = SubResource("StyleBoxFlat_xtark")
|
Button/styles/normal = SubResource("StyleBoxFlat_xtark")
|
||||||
Button/styles/pressed = SubResource("StyleBoxFlat_6nunt")
|
Button/styles/pressed = SubResource("StyleBoxFlat_6nunt")
|
||||||
|
CheckBox/styles/hover = SubResource("StyleBoxEmpty_xtark")
|
||||||
|
CheckBox/styles/hover_pressed = SubResource("StyleBoxEmpty_xtark")
|
||||||
|
CheckBox/styles/normal = SubResource("StyleBoxEmpty_xtark")
|
||||||
|
CheckBox/styles/pressed = SubResource("StyleBoxEmpty_xtark")
|
||||||
CheckButton/colors/button_checked_color = Color(0.3372549, 0.61960787, 1, 1)
|
CheckButton/colors/button_checked_color = Color(0.3372549, 0.61960787, 1, 1)
|
||||||
CheckButton/styles/normal = SubResource("StyleBoxEmpty_6nunt")
|
CheckButton/styles/normal = SubResource("StyleBoxEmpty_6nunt")
|
||||||
CheckButton/styles/pressed = SubResource("StyleBoxEmpty_6nunt")
|
CheckButton/styles/pressed = SubResource("StyleBoxEmpty_6nunt")
|
||||||
|
|||||||
Reference in New Issue
Block a user