wellbeingapp/godot/wb_theme.tres

112 lines
3.4 KiB
Plaintext
Raw Normal View History

2023-03-07 12:26:52 +00:00
[gd_resource type="Theme" load_steps=14 format=3 uid="uid://cqlpsmjde8oae"]
2022-08-17 09:10:31 +00:00
2023-03-07 12:26:52 +00:00
[ext_resource type="FontFile" uid="uid://xsnm8cium6dl" path="res://Assets/fonts/noto_sans_display_bold.ttf" id="1"]
[ext_resource type="FontFile" uid="uid://cvcedf0p6452r" path="res://Assets/fonts/noto_sans_display.ttf" id="2"]
2022-08-17 09:10:31 +00:00
2023-03-07 12:26:52 +00:00
[sub_resource type="FontFile" id="1"]
fallbacks = Array[Font]([ExtResource("1")])
face_index = null
embolden = null
transform = null
cache/0/16/0/ascent = 0.0
cache/0/16/0/descent = 0.0
cache/0/16/0/underline_position = 0.0
cache/0/16/0/underline_thickness = 0.0
cache/0/16/0/scale = 1.0
cache/0/16/0/kerning_overrides/16/0 = Vector2(0, 0)
2022-08-17 09:10:31 +00:00
2023-03-07 12:26:52 +00:00
[sub_resource type="StyleBoxFlat" id="4"]
bg_color = Color(0.207843, 0.219608, 0.317647, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
2022-08-17 09:10:31 +00:00
2023-03-07 12:26:52 +00:00
[sub_resource type="StyleBoxFlat" id="5"]
bg_color = Color(0.862745, 0.435294, 0.329412, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
2022-08-17 09:10:31 +00:00
2023-03-07 12:26:52 +00:00
[sub_resource type="StyleBoxFlat" id="6"]
bg_color = Color(0.941176, 0.772549, 0.517647, 1)
2022-08-17 09:10:31 +00:00
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
2023-03-07 12:26:52 +00:00
[sub_resource type="StyleBoxFlat" id="2"]
bg_color = Color(0.862745, 0.435294, 0.329412, 1)
2022-08-17 09:10:31 +00:00
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
2023-03-07 12:26:52 +00:00
[sub_resource type="StyleBoxFlat" id="7"]
bg_color = Color(0.941176, 0.772549, 0.517647, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
2022-08-17 09:10:31 +00:00
2023-03-07 12:26:52 +00:00
[sub_resource type="FontFile" id="3"]
fallbacks = Array[Font]([ExtResource("2")])
face_index = null
embolden = null
transform = null
cache/0/16/0/ascent = 0.0
cache/0/16/0/descent = 0.0
cache/0/16/0/underline_position = 0.0
cache/0/16/0/underline_thickness = 0.0
cache/0/16/0/scale = 1.0
cache/0/16/0/kerning_overrides/16/0 = Vector2(0, 0)
2022-08-17 09:10:31 +00:00
2023-03-07 12:26:52 +00:00
[sub_resource type="FontFile" id="8"]
fallbacks = Array[Font]([ExtResource("2")])
face_index = null
embolden = null
transform = null
cache/0/16/0/ascent = 0.0
cache/0/16/0/descent = 0.0
cache/0/16/0/underline_position = 0.0
cache/0/16/0/underline_thickness = 0.0
cache/0/16/0/scale = 1.0
cache/0/16/0/kerning_overrides/16/0 = Vector2(0, 0)
2023-03-07 12:26:52 +00:00
[sub_resource type="StyleBoxFlat" id="9"]
content_margin_left = 15.0
content_margin_right = 5.0
2023-03-07 12:26:52 +00:00
bg_color = Color(0.207843, 0.219608, 0.317647, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
2023-03-07 12:26:52 +00:00
[sub_resource type="StyleBoxFlat" id="11"]
bg_color = Color(0.462745, 0.662745, 0.560784, 1)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
2023-03-07 12:26:52 +00:00
border_color = Color(0.207843, 0.219608, 0.317647, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
2023-03-07 12:26:52 +00:00
[sub_resource type="StyleBoxEmpty" id="12"]
2022-08-17 09:10:31 +00:00
[resource]
2023-03-07 12:26:52 +00:00
Button/fonts/font = SubResource("1")
Button/styles/disabled = SubResource("4")
Button/styles/focus = SubResource("5")
Button/styles/hover = SubResource("6")
Button/styles/normal = SubResource("2")
Button/styles/pressed = SubResource("7")
Label/fonts/font = SubResource("3")
LineEdit/fonts/font = SubResource("8")
LineEdit/styles/normal = SubResource("9")
Panel/styles/panel = SubResource("11")
PanelContainer/styles/panel = SubResource("12")