themes
This commit is contained in:
parent
1981f30971
commit
810edb8513
3 changed files with 63 additions and 6 deletions
|
|
@ -1,17 +1,66 @@
|
|||
[gd_resource type="Theme" load_steps=2 format=3 uid="uid://dxnkvosdhpvwi"]
|
||||
[gd_resource type="Theme" load_steps=9 format=3 uid="uid://dxnkvosdhpvwi"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_6ioqn"]
|
||||
bg_color = Color(0.007843137, 0.08691179, 0.2, 0.4862745)
|
||||
corner_radius_top_left = 5
|
||||
corner_radius_top_right = 5
|
||||
corner_radius_bottom_right = 5
|
||||
corner_radius_bottom_left = 5
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_lxams"]
|
||||
bg_color = Color(0.19999999, 0.6981582, 0.9137255, 1)
|
||||
corner_radius_top_left = 2
|
||||
corner_radius_top_right = 2
|
||||
corner_radius_bottom_right = 2
|
||||
corner_radius_bottom_left = 2
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vhku8"]
|
||||
bg_color = Color(0.027450977, 0.5142647, 0.84705883, 1)
|
||||
corner_radius_top_left = 2
|
||||
corner_radius_top_right = 2
|
||||
corner_radius_bottom_right = 2
|
||||
corner_radius_bottom_left = 2
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_gvtt4"]
|
||||
bg_color = Color(0.04705882, 0.33723024, 0.7647059, 1)
|
||||
corner_radius_top_left = 2
|
||||
corner_radius_top_right = 2
|
||||
corner_radius_bottom_right = 2
|
||||
corner_radius_bottom_left = 2
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_axncs"]
|
||||
bg_color = Color(0.8462217, 0.5051798, 0.027982457, 1)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vxwtt"]
|
||||
bg_color = Color(0.009789981, 0.06134919, 0.10858328, 1)
|
||||
border_width_left = 4
|
||||
border_width_top = 14
|
||||
border_width_top = 4
|
||||
border_width_right = 4
|
||||
border_width_bottom = 4
|
||||
border_color = Color(0.15491787, 0.2660408, 0.41645113, 1)
|
||||
border_color = Color(0.15686275, 0.26666668, 0.41568628, 1)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4fp8c"]
|
||||
bg_color = Color(0.047629792, 0.11940846, 0.180933, 1)
|
||||
border_width_left = 4
|
||||
border_width_top = 4
|
||||
border_width_right = 4
|
||||
border_width_bottom = 4
|
||||
border_color = Color(0.15686275, 0.26666668, 0.41568628, 1)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0f6i3"]
|
||||
bg_color = Color(0.15686275, 0.26666668, 0.41568628, 1)
|
||||
|
||||
[resource]
|
||||
Button/styles/disabled = SubResource("StyleBoxFlat_6ioqn")
|
||||
Button/styles/hover = SubResource("StyleBoxFlat_lxams")
|
||||
Button/styles/normal = SubResource("StyleBoxFlat_vhku8")
|
||||
Button/styles/pressed = SubResource("StyleBoxFlat_gvtt4")
|
||||
MarginContainer/constants/margin_bottom = 4
|
||||
MarginContainer/constants/margin_left = 4
|
||||
MarginContainer/constants/margin_right = 4
|
||||
MarginContainer/constants/margin_top = 14
|
||||
MenuButton/styles/normal = SubResource("StyleBoxFlat_axncs")
|
||||
Panel/styles/panel = SubResource("StyleBoxFlat_vxwtt")
|
||||
PanelContainer/styles/panel = SubResource("StyleBoxFlat_vxwtt")
|
||||
TabContainer/styles/panel = SubResource("StyleBoxFlat_4fp8c")
|
||||
TabContainer/styles/tabbar_background = SubResource("StyleBoxFlat_0f6i3")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue