Theme 👍
This commit is contained in:
parent
810edb8513
commit
373272a013
6 changed files with 190 additions and 58 deletions
4
assets/themes/main_pallete.tres
Normal file
4
assets/themes/main_pallete.tres
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[gd_resource type="ColorPalette" format=3 uid="uid://c7b4nvb7c7dp3"]
|
||||
|
||||
[resource]
|
||||
colors = PackedColorArray(0.047629792, 0.11940846, 0.180933, 1, 0.027450977, 0.37015864, 0.84705883, 1, 0.04705882, 0.33723024, 0.7647059, 1, 0.19999999, 0.6981582, 0.9137255, 1, 0.027450977, 0.5142647, 0.84705883, 1, 0.19999999, 0.8667959, 0.9137255, 1, 0.065, 0.15340322, 0.25, 1, 0.15686275, 0.26666668, 0.41568628, 1)
|
||||
|
|
@ -1,6 +1,10 @@
|
|||
[gd_resource type="Theme" load_steps=9 format=3 uid="uid://dxnkvosdhpvwi"]
|
||||
[gd_resource type="Theme" load_steps=19 format=3 uid="uid://dxnkvosdhpvwi"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_6ioqn"]
|
||||
content_margin_left = 5.0
|
||||
content_margin_top = 5.0
|
||||
content_margin_right = 5.0
|
||||
content_margin_bottom = 5.0
|
||||
bg_color = Color(0.007843137, 0.08691179, 0.2, 0.4862745)
|
||||
corner_radius_top_left = 5
|
||||
corner_radius_top_right = 5
|
||||
|
|
@ -8,6 +12,10 @@ corner_radius_bottom_right = 5
|
|||
corner_radius_bottom_left = 5
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_lxams"]
|
||||
content_margin_left = 5.0
|
||||
content_margin_top = 5.0
|
||||
content_margin_right = 5.0
|
||||
content_margin_bottom = 5.0
|
||||
bg_color = Color(0.19999999, 0.6981582, 0.9137255, 1)
|
||||
corner_radius_top_left = 2
|
||||
corner_radius_top_right = 2
|
||||
|
|
@ -15,6 +23,10 @@ corner_radius_bottom_right = 2
|
|||
corner_radius_bottom_left = 2
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vhku8"]
|
||||
content_margin_left = 5.0
|
||||
content_margin_top = 5.0
|
||||
content_margin_right = 5.0
|
||||
content_margin_bottom = 5.0
|
||||
bg_color = Color(0.027450977, 0.5142647, 0.84705883, 1)
|
||||
corner_radius_top_left = 2
|
||||
corner_radius_top_right = 2
|
||||
|
|
@ -22,14 +34,76 @@ corner_radius_bottom_right = 2
|
|||
corner_radius_bottom_left = 2
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_gvtt4"]
|
||||
content_margin_left = 5.0
|
||||
content_margin_top = 5.0
|
||||
content_margin_right = 5.0
|
||||
content_margin_bottom = 5.0
|
||||
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_nb43s"]
|
||||
bg_color = Color(0.027450977, 0.37015864, 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_3f3va"]
|
||||
bg_color = Color(0.065, 0.15340322, 0.25, 1)
|
||||
border_width_left = 5
|
||||
border_width_top = 5
|
||||
border_width_right = 5
|
||||
border_width_bottom = 5
|
||||
border_color = Color(0.065, 0.15340322, 0.25, 1)
|
||||
corner_radius_bottom_right = 2
|
||||
corner_radius_bottom_left = 2
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_n0pxi"]
|
||||
bg_color = Color(0.106433235, 0.18161754, 0.32349485, 1)
|
||||
border_width_left = 5
|
||||
border_width_top = 5
|
||||
border_width_right = 5
|
||||
border_width_bottom = 5
|
||||
border_color = Color(0.106433235, 0.18161754, 0.32349485, 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_y0ixg"]
|
||||
bg_color = Color(0.15686275, 0.26666668, 0.41568628, 1)
|
||||
border_width_left = 5
|
||||
border_width_top = 5
|
||||
border_width_right = 5
|
||||
border_width_bottom = 5
|
||||
border_color = Color(0.15686275, 0.26666668, 0.41568628, 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_luy55"]
|
||||
bg_color = Color(0.15686275, 0.26666668, 0.41568628, 1)
|
||||
border_width_left = 5
|
||||
border_width_top = 5
|
||||
border_width_right = 5
|
||||
border_width_bottom = 5
|
||||
border_color = Color(0.15686275, 0.26666668, 0.41568628, 1)
|
||||
corner_radius_top_left = 2
|
||||
corner_radius_top_right = 2
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_etupa"]
|
||||
bg_color = Color(0.027450977, 0.5142647, 0.84705883, 1)
|
||||
border_width_left = 5
|
||||
border_width_top = 5
|
||||
border_width_right = 5
|
||||
border_width_bottom = 5
|
||||
border_color = Color(0.027450977, 0.5142647, 0.84705883, 1)
|
||||
corner_radius_top_left = 2
|
||||
corner_radius_top_right = 2
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vxwtt"]
|
||||
bg_color = Color(0.009789981, 0.06134919, 0.10858328, 1)
|
||||
|
|
@ -37,7 +111,7 @@ 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)
|
||||
border_color = Color(0.065, 0.15340322, 0.25, 1)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4fp8c"]
|
||||
bg_color = Color(0.047629792, 0.11940846, 0.180933, 1)
|
||||
|
|
@ -47,6 +121,51 @@ border_width_right = 4
|
|||
border_width_bottom = 4
|
||||
border_color = Color(0.15686275, 0.26666668, 0.41568628, 1)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jrpol"]
|
||||
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_81epl"]
|
||||
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_wlpk7"]
|
||||
content_margin_left = 5.0
|
||||
content_margin_top = 5.0
|
||||
content_margin_right = 5.0
|
||||
content_margin_bottom = 5.0
|
||||
bg_color = Color(0.15686275, 0.26666668, 0.41568628, 1)
|
||||
border_color = Color(0.15686275, 0.26666668, 0.41568628, 1)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_doivh"]
|
||||
content_margin_left = 5.0
|
||||
content_margin_top = 5.0
|
||||
content_margin_right = 5.0
|
||||
content_margin_bottom = 5.0
|
||||
bg_color = Color(0.027450977, 0.5142647, 0.84705883, 1)
|
||||
border_width_top = 5
|
||||
border_color = Color(0.04705882, 0.33723024, 0.7647059, 1)
|
||||
corner_radius_top_left = 2
|
||||
corner_radius_top_right = 2
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_078gm"]
|
||||
content_margin_left = 5.0
|
||||
content_margin_top = 5.0
|
||||
content_margin_right = 5.0
|
||||
content_margin_bottom = 5.0
|
||||
bg_color = Color(0.027450977, 0.37015864, 0.84705883, 1)
|
||||
border_width_bottom = 5
|
||||
border_color = Color(0.08210841, 0.3142104, 0.6561392, 1)
|
||||
corner_radius_top_left = 2
|
||||
corner_radius_top_right = 2
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0f6i3"]
|
||||
bg_color = Color(0.15686275, 0.26666668, 0.41568628, 1)
|
||||
|
||||
|
|
@ -55,12 +174,24 @@ Button/styles/disabled = SubResource("StyleBoxFlat_6ioqn")
|
|||
Button/styles/hover = SubResource("StyleBoxFlat_lxams")
|
||||
Button/styles/normal = SubResource("StyleBoxFlat_vhku8")
|
||||
Button/styles/pressed = SubResource("StyleBoxFlat_gvtt4")
|
||||
CheckButton/styles/hover_pressed = SubResource("StyleBoxFlat_nb43s")
|
||||
FoldableContainer/styles/panel = SubResource("StyleBoxFlat_3f3va")
|
||||
FoldableContainer/styles/title_collapsed_hover_panel = SubResource("StyleBoxFlat_n0pxi")
|
||||
FoldableContainer/styles/title_collapsed_panel = SubResource("StyleBoxFlat_y0ixg")
|
||||
FoldableContainer/styles/title_hover_panel = SubResource("StyleBoxFlat_luy55")
|
||||
FoldableContainer/styles/title_panel = SubResource("StyleBoxFlat_etupa")
|
||||
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")
|
||||
PanelContainer/styles/panel = SubResource("StyleBoxFlat_4fp8c")
|
||||
PopupMenu/styles/hover = SubResource("StyleBoxFlat_jrpol")
|
||||
PopupMenu/styles/panel = SubResource("StyleBoxFlat_81epl")
|
||||
PopupPanel/styles/panel = SubResource("StyleBoxFlat_vxwtt")
|
||||
TabContainer/styles/panel = SubResource("StyleBoxFlat_4fp8c")
|
||||
TabContainer/styles/tab_disabled = SubResource("StyleBoxFlat_wlpk7")
|
||||
TabContainer/styles/tab_hovered = SubResource("StyleBoxFlat_doivh")
|
||||
TabContainer/styles/tab_selected = SubResource("StyleBoxFlat_doivh")
|
||||
TabContainer/styles/tab_unselected = SubResource("StyleBoxFlat_078gm")
|
||||
TabContainer/styles/tabbar_background = SubResource("StyleBoxFlat_0f6i3")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue