Files
2026-06-13 16:08:36 -04:00

132 lines
4.1 KiB
Plaintext

[gd_resource type="Theme" load_steps=16 format=3]
[ext_resource type="Texture2D" path="res://assets/texture/buttons/toggle_on.png" id="1"]
[ext_resource type="Texture2D" path="res://assets/texture/buttons/toggle_off.png" id="2"]
[ext_resource type="FontVariation" path="res://assets/font/resource/default.tres" id="3"]
[sub_resource type="StyleBoxFlat" id="12"]
bg_color = Color(0, 0, 0, 0.184314)
border_width_left = 4
border_width_top = 4
border_width_right = 4
border_width_bottom = 4
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
[sub_resource type="StyleBoxEmpty" id="1"]
[sub_resource type="StyleBoxFlat" id="7"]
content_margin_left = 10.0
content_margin_top = 5.0
content_margin_bottom = 5.0
bg_color = Color(0, 0, 0, 0.2)
border_width_left = 5
border_width_top = 5
border_width_right = 5
border_width_bottom = 5
border_color = Color(0, 0, 0, 0.462745)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
[sub_resource type="StyleBoxFlat" id="3"]
content_margin_left = 15.0
content_margin_right = 15.0
content_margin_top = 5.0
content_margin_bottom = 5.0
bg_color = Color(0, 0, 0, 0.2)
border_width_left = 10
border_width_right = 10
border_color = Color(0.8, 0.8, 0.8, 0)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
[sub_resource type="StyleBoxFlat" id="6"]
bg_color = Color(1, 1, 1, 0.4)
corner_radius_top_left = 25
corner_radius_top_right = 25
corner_radius_bottom_right = 25
corner_radius_bottom_left = 25
[sub_resource type="StyleBoxEmpty" id="4"]
[sub_resource type="StyleBoxFlat" id="5"]
bg_color = Color(0, 0, 0, 0.4)
corner_radius_top_left = 25
corner_radius_top_right = 25
corner_radius_bottom_right = 25
corner_radius_bottom_left = 25
[sub_resource type="StyleBoxEmpty" id="2"]
[sub_resource type="StyleBoxFlat" id="8"]
bg_color = Color(0.203922, 1, 0.905882, 0.392157)
border_width_left = 8
border_color = Color(0.8, 0.8, 0.8, 0)
corner_radius_top_left = 30
corner_radius_top_right = 30
corner_radius_bottom_right = 30
corner_radius_bottom_left = 30
[sub_resource type="StyleBoxFlat" id="9"]
bg_color = Color(0.698039, 0.698039, 0.698039, 0.572549)
border_width_left = 8
border_color = Color(0.8, 0.8, 0.8, 0)
corner_radius_top_left = 30
corner_radius_top_right = 30
corner_radius_bottom_right = 30
corner_radius_bottom_left = 30
[sub_resource type="StyleBoxFlat" id="10"]
bg_color = Color(0.301961, 0.301961, 0.301961, 0.392157)
border_width_left = 8
border_color = Color(0.8, 0.8, 0.8, 0)
corner_radius_top_left = 30
corner_radius_top_right = 30
corner_radius_bottom_right = 30
corner_radius_bottom_left = 30
[sub_resource type="StyleBoxFlat" id="11"]
content_margin_right = 15.0
bg_color = Color(0.6, 0.6, 0.6, 0)
border_width_left = 1
border_width_right = 1
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
[resource]
default_font = ExtResource("3")
default_font_size = 23
Button/styles/normal = SubResource("12")
CheckButton/icons/off = ExtResource("2")
CheckButton/icons/on = ExtResource("1")
HScrollBar/styles/grabber = SubResource("1")
HScrollBar/styles/grabber_highlight = SubResource("1")
HScrollBar/styles/grabber_pressed = SubResource("1")
HScrollBar/styles/scroll = SubResource("1")
HScrollBar/styles/scroll_focus = SubResource("1")
LineEdit/styles/normal = SubResource("7")
PanelContainer/styles/panel = SubResource("3")
SelectedItem/base_type = &"Button"
SelectedItem/styles/hover = SubResource("6")
SelectedItem/styles/normal = SubResource("4")
SelectedItem/styles/pressed = SubResource("5")
TabContainer/styles/panel = SubResource("2")
VScrollBar/icons/decrement = null
VScrollBar/icons/decrement_highlight = null
VScrollBar/icons/decrement_pressed = null
VScrollBar/icons/increment = null
VScrollBar/icons/increment_highlight = null
VScrollBar/icons/increment_pressed = null
VScrollBar/styles/grabber = SubResource("8")
VScrollBar/styles/grabber_highlight = SubResource("9")
VScrollBar/styles/grabber_pressed = SubResource("10")
VScrollBar/styles/scroll = SubResource("11")