feat: 2.3.1
This commit is contained in:
@@ -0,0 +1,254 @@
|
||||
[gd_resource type="Theme" format=3 uid="uid://cxab3xxy00"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://dckhhpt5emxq0" path="res://assets/fonts/Asap-VariableFont_wdth,wght.ttf" id="font_asap"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_button_disabled"]
|
||||
content_margin_left = 16.0
|
||||
content_margin_top = 12.0
|
||||
content_margin_right = 16.0
|
||||
content_margin_bottom = 12.0
|
||||
bg_color = Color(0.3, 0.3, 0.3, 1)
|
||||
border_width_left = 2
|
||||
border_width_top = 2
|
||||
border_width_right = 2
|
||||
border_width_bottom = 2
|
||||
border_color = Color(0.2, 0.2, 0.2, 1)
|
||||
corner_radius_top_left = 6
|
||||
corner_radius_top_right = 6
|
||||
corner_radius_bottom_right = 6
|
||||
corner_radius_bottom_left = 6
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_button_hover"]
|
||||
content_margin_left = 16.0
|
||||
content_margin_top = 12.0
|
||||
content_margin_right = 16.0
|
||||
content_margin_bottom = 12.0
|
||||
bg_color = Color(0.45, 0.73, 0.91, 1)
|
||||
border_width_left = 2
|
||||
border_width_top = 2
|
||||
border_width_right = 2
|
||||
border_width_bottom = 2
|
||||
border_color = Color(0.33, 0.62, 0.78, 1)
|
||||
corner_radius_top_left = 6
|
||||
corner_radius_top_right = 6
|
||||
corner_radius_bottom_right = 6
|
||||
corner_radius_bottom_left = 6
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_button_normal"]
|
||||
content_margin_left = 16.0
|
||||
content_margin_top = 12.0
|
||||
content_margin_right = 16.0
|
||||
content_margin_bottom = 12.0
|
||||
bg_color = Color(0.1, 0.19, 0.27, 1)
|
||||
border_width_left = 2
|
||||
border_width_top = 2
|
||||
border_width_right = 2
|
||||
border_width_bottom = 2
|
||||
border_color = Color(0.07, 0.14, 0.2, 1)
|
||||
corner_radius_top_left = 6
|
||||
corner_radius_top_right = 6
|
||||
corner_radius_bottom_right = 6
|
||||
corner_radius_bottom_left = 6
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_button_pressed"]
|
||||
content_margin_left = 16.0
|
||||
content_margin_top = 12.0
|
||||
content_margin_right = 16.0
|
||||
content_margin_bottom = 12.0
|
||||
bg_color = Color(0.61, 0.83, 0.2, 1)
|
||||
border_width_left = 2
|
||||
border_width_top = 2
|
||||
border_width_right = 2
|
||||
border_width_bottom = 2
|
||||
border_color = Color(0.44, 0.63, 0.13, 1)
|
||||
corner_radius_top_left = 6
|
||||
corner_radius_top_right = 6
|
||||
corner_radius_bottom_right = 6
|
||||
corner_radius_bottom_left = 6
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_separator"]
|
||||
content_margin_top = 2.0
|
||||
content_margin_bottom = 2.0
|
||||
bg_color = Color(0.33, 0.62, 0.78, 0.5)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_slider_fill"]
|
||||
bg_color = Color(0.61, 0.83, 0.2, 1)
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_slider_bg"]
|
||||
content_margin_left = 4.0
|
||||
content_margin_top = 4.0
|
||||
content_margin_right = 4.0
|
||||
content_margin_bottom = 4.0
|
||||
bg_color = Color(0.14, 0.15, 0.16, 1)
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_panel_bg"]
|
||||
content_margin_left = 16.0
|
||||
content_margin_top = 16.0
|
||||
content_margin_right = 16.0
|
||||
content_margin_bottom = 16.0
|
||||
bg_color = Color(0.4, 0.45, 0.49, 1)
|
||||
border_width_left = 4
|
||||
border_width_top = 4
|
||||
border_width_right = 4
|
||||
border_width_bottom = 4
|
||||
border_color = Color(0.5568628, 0.61960787, 0.67058825, 1)
|
||||
corner_radius_top_left = 8
|
||||
corner_radius_top_right = 8
|
||||
corner_radius_bottom_right = 8
|
||||
corner_radius_bottom_left = 8
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_input_focus"]
|
||||
content_margin_left = 12.0
|
||||
content_margin_top = 10.0
|
||||
content_margin_right = 12.0
|
||||
content_margin_bottom = 10.0
|
||||
bg_color = Color(0.18, 0.2, 0.22, 1)
|
||||
border_width_left = 3
|
||||
border_width_top = 3
|
||||
border_width_right = 3
|
||||
border_width_bottom = 3
|
||||
border_color = Color(0.45, 0.73, 0.91, 1)
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_input_normal"]
|
||||
content_margin_left = 12.0
|
||||
content_margin_top = 10.0
|
||||
content_margin_right = 12.0
|
||||
content_margin_bottom = 10.0
|
||||
bg_color = Color(0.14, 0.15, 0.16, 1)
|
||||
border_width_left = 2
|
||||
border_width_top = 2
|
||||
border_width_right = 2
|
||||
border_width_bottom = 2
|
||||
border_color = Color(0.1, 0.11, 0.13, 1)
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_dropdown_normal"]
|
||||
content_margin_left = 12.0
|
||||
content_margin_top = 8.0
|
||||
content_margin_right = 12.0
|
||||
content_margin_bottom = 8.0
|
||||
bg_color = Color(0.1, 0.19, 0.27, 1)
|
||||
border_width_left = 2
|
||||
border_width_top = 2
|
||||
border_width_right = 2
|
||||
border_width_bottom = 2
|
||||
border_color = Color(0.07, 0.14, 0.2, 1)
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_popup_panel"]
|
||||
content_margin_left = 8.0
|
||||
content_margin_top = 8.0
|
||||
content_margin_right = 8.0
|
||||
content_margin_bottom = 8.0
|
||||
bg_color = Color(0.4, 0.45, 0.49, 1)
|
||||
border_width_left = 2
|
||||
border_width_top = 2
|
||||
border_width_right = 2
|
||||
border_width_bottom = 2
|
||||
border_color = Color(0.3, 0.35, 0.39, 1)
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_progress_bg"]
|
||||
bg_color = Color(0.14, 0.15, 0.16, 1)
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_progress_fill"]
|
||||
bg_color = Color(0.61, 0.83, 0.2, 1)
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tab_selected"]
|
||||
content_margin_left = 12.0
|
||||
content_margin_top = 8.0
|
||||
content_margin_right = 12.0
|
||||
content_margin_bottom = 8.0
|
||||
bg_color = Color(0.45, 0.73, 0.91, 1)
|
||||
border_color = Color(0.33, 0.62, 0.78, 1)
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tab_unselected"]
|
||||
content_margin_left = 12.0
|
||||
content_margin_top = 8.0
|
||||
content_margin_right = 12.0
|
||||
content_margin_bottom = 8.0
|
||||
bg_color = Color(0.1, 0.19, 0.27, 1)
|
||||
border_color = Color(0.07, 0.14, 0.2, 1)
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource("font_asap")
|
||||
Button/colors/font_color = Color(0.88, 0.9, 0.93, 1)
|
||||
Button/colors/font_disabled_color = Color(0.5, 0.5, 0.5, 1)
|
||||
Button/colors/font_hover_color = Color(1, 1, 1, 1)
|
||||
Button/colors/font_pressed_color = Color(1, 1, 1, 1)
|
||||
Button/font_sizes/font_size = 16
|
||||
Button/styles/disabled = SubResource("StyleBoxFlat_button_disabled")
|
||||
Button/styles/hover = SubResource("StyleBoxFlat_button_hover")
|
||||
Button/styles/normal = SubResource("StyleBoxFlat_button_normal")
|
||||
Button/styles/pressed = SubResource("StyleBoxFlat_button_pressed")
|
||||
CheckBox/colors/font_color = Color(0.88, 0.9, 0.93, 1)
|
||||
CheckBox/colors/font_hover_color = Color(0.45, 0.73, 0.91, 1)
|
||||
CheckBox/colors/font_pressed_color = Color(0.61, 0.83, 0.2, 1)
|
||||
HSeparator/styles/separator = SubResource("StyleBoxFlat_separator")
|
||||
HSlider/colors/font_color = Color(0.45, 0.73, 0.91, 1)
|
||||
HSlider/styles/grabber_area = SubResource("StyleBoxFlat_slider_fill")
|
||||
HSlider/styles/slider = SubResource("StyleBoxFlat_slider_bg")
|
||||
ItemList/colors/font_color = Color(0.88, 0.9, 0.93, 1)
|
||||
ItemList/colors/font_selected_color = Color(1, 1, 1, 1)
|
||||
ItemList/styles/panel = SubResource("StyleBoxFlat_panel_bg")
|
||||
Label/colors/font_color = Color(0.88, 0.9, 0.93, 1)
|
||||
Label/font_sizes/font_size = 14
|
||||
LineEdit/colors/caret_color = Color(0.45, 0.73, 0.91, 1)
|
||||
LineEdit/colors/font_color = Color(0.88, 0.9, 0.93, 1)
|
||||
LineEdit/colors/font_placeholder_color = Color(0.28, 0.33, 0.37, 1)
|
||||
LineEdit/font_sizes/font_size = 14
|
||||
LineEdit/styles/focus = SubResource("StyleBoxFlat_input_focus")
|
||||
LineEdit/styles/normal = SubResource("StyleBoxFlat_input_normal")
|
||||
LinkButton/colors/font_color = Color(0.45, 0.73, 0.91, 1)
|
||||
LinkButton/colors/font_hover_color = Color(0.61, 0.83, 0.2, 1)
|
||||
LinkButton/colors/font_pressed_color = Color(1, 1, 1, 1)
|
||||
OptionButton/colors/font_color = Color(0.88, 0.9, 0.93, 1)
|
||||
OptionButton/colors/font_hover_color = Color(1, 1, 1, 1)
|
||||
OptionButton/styles/hover = SubResource("StyleBoxFlat_button_hover")
|
||||
OptionButton/styles/normal = SubResource("StyleBoxFlat_dropdown_normal")
|
||||
OptionButton/styles/pressed = SubResource("StyleBoxFlat_button_pressed")
|
||||
PanelContainer/styles/panel = SubResource("StyleBoxFlat_panel_bg")
|
||||
PopupMenu/colors/font_color = Color(0.88, 0.9, 0.93, 1)
|
||||
PopupMenu/colors/font_hover_color = Color(1, 1, 1, 1)
|
||||
PopupMenu/styles/panel = SubResource("StyleBoxFlat_popup_panel")
|
||||
ProgressBar/styles/background = SubResource("StyleBoxFlat_progress_bg")
|
||||
ProgressBar/styles/fill = SubResource("StyleBoxFlat_progress_fill")
|
||||
TabContainer/colors/font_selected_color = Color(1, 1, 1, 1)
|
||||
TabContainer/colors/font_unselected_color = Color(0.88, 0.9, 0.93, 1)
|
||||
TabContainer/styles/panel = SubResource("StyleBoxFlat_panel_bg")
|
||||
TabContainer/styles/tab_selected = SubResource("StyleBoxFlat_tab_selected")
|
||||
TabContainer/styles/tab_unselected = SubResource("StyleBoxFlat_tab_unselected")
|
||||
TextEdit/fonts/font = ExtResource("font_asap")
|
||||
Reference in New Issue
Block a user