4
0
Fork 0
WolfBox/control_theme.tres

114 lines
3.8 KiB
Plaintext
Raw Normal View History

2025-05-31 22:21:22 +01:00
[gd_resource type="Theme" load_steps=8 format=3 uid="uid://c7yliu4oaeteg"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_np7d8"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(1, 0.324219, 0.324219, 1)
corner_radius_top_left = 12
corner_radius_top_right = 12
corner_radius_bottom_right = 12
corner_radius_bottom_left = 12
shadow_color = Color(0.0499878, 0, 0.492188, 1)
shadow_size = 1
shadow_offset = Vector2(4, 4)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_2bph2"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(1, 0.989075, 0.300781, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
shadow_color = Color(0.160784, 0.0666667, 1, 1)
shadow_size = 1
shadow_offset = Vector2(4, 4)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_mxwqt"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.0499878, 0, 0.492188, 1)
border_width_left = 4
border_width_top = 4
border_color = Color(0, 0, 0, 1)
border_blend = true
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
shadow_color = Color(0.160784, 0.0666667, 1, 1)
shadow_offset = Vector2(4, 4)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1r682"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(1, 1, 1, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
shadow_color = Color(0.0499878, 0, 0.492188, 1)
shadow_size = 1
shadow_offset = Vector2(4, 4)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fmwyt"]
bg_color = Color(1, 0.168168, 0.304641, 1)
border_width_left = 4
border_width_top = 4
border_width_bottom = 4
border_color = Color(1, 0.890625, 0, 1)
corner_radius_top_left = 10
corner_radius_bottom_left = 10
[sub_resource type="SystemFont" id="SystemFont_dat25"]
font_names = PackedStringArray("Open Sans")
font_weight = 600
hinting = 2
multichannel_signed_distance_field = true
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jg6w8"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(1, 1, 1, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
shadow_color = Color(0.0499878, 0, 0.492188, 1)
shadow_size = 1
shadow_offset = Vector2(4, 4)
[resource]
default_font = SubResource("SystemFont_dat25")
Button/colors/font_color = Color(0.492188, 0, 0.44989, 1)
Button/colors/font_hover_color = Color(0.487305, 1, 0.414062, 1)
Button/styles/hover = SubResource("StyleBoxFlat_np7d8")
Button/styles/normal = SubResource("StyleBoxFlat_2bph2")
Button/styles/pressed = SubResource("StyleBoxFlat_mxwqt")
CheckBox/constants/align_to_largest_stylebox = 1
CheckBox/constants/check_v_offset = 0
CheckBox/styles/hover = null
LineEdit/colors/caret_color = Color(0.0509804, 0, 0.494118, 1)
LineEdit/colors/font_color = Color(0.0509804, 0, 0.494118, 1)
LineEdit/colors/font_placeholder_color = Color(0.278431, 0.305882, 1, 0.6)
LineEdit/styles/normal = SubResource("StyleBoxFlat_1r682")
ProgressBar/styles/fill = SubResource("StyleBoxFlat_fmwyt")
TextEdit/colors/caret_color = Color(0.0509804, 0, 0.494118, 1)
TextEdit/colors/font_color = Color(0.0499878, 0, 0.492188, 1)
TextEdit/colors/font_placeholder_color = Color(0.277344, 0.305573, 1, 0.6)
TextEdit/colors/selection_color = Color(1, 0.956863, 0.341176, 1)
TextEdit/constants/caret_width = 12
TextEdit/fonts/font = SubResource("SystemFont_dat25")
TextEdit/styles/normal = SubResource("StyleBoxFlat_jg6w8")
VBoxContainer/constants/separation = 8