Files
godot-demo-projects/2d/platformer/gui/theme.tres

80 lines
2.5 KiB
Plaintext

[gd_resource type="Theme" load_steps=7 format=3 uid="uid://bc4kpaija14nv"]
[ext_resource type="FontFile" uid="uid://b38i6uom437i1" path="res://gui/kenney_mini_square.ttf" id="1_f0sjs"]
[sub_resource type="StyleBoxFlat" id="1"]
content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.18, 0.207, 0.279, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.14, 0.161, 0.217, 1)
[sub_resource type="StyleBoxFlat" id="2"]
content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.15, 0.1725, 0.2325, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.41, 0.61, 0.91, 1)
[sub_resource type="StyleBoxFlat" id="3"]
content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.15, 0.1725, 0.2325, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.4, 0.4225, 0.4825, 1)
[sub_resource type="StyleBoxFlat" id="4"]
content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.15, 0.1725, 0.2325, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.125, 0.14375, 0.19375, 1)
[sub_resource type="StyleBoxFlat" id="5"]
content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.15, 0.1725, 0.2325, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.41, 0.61, 0.91, 1)
[resource]
default_font = ExtResource("1_f0sjs")
Button/colors/font_color = Color(0.8, 0.8075, 0.8275, 1)
Button/colors/font_color_disabled = Color(1, 1, 1, 0.3)
Button/colors/font_color_hover = Color(0.88, 0.8845, 0.8965, 1)
Button/colors/font_color_pressed = Color(0.411765, 0.611765, 0.909804, 1)
Button/colors/icon_color_hover = Color(1.15, 1.15, 1.15, 1)
Button/colors/icon_color_pressed = Color(0.4715, 0.7015, 1.0465, 1)
Button/constants/h_separation = 2
Button/fonts/font = ExtResource("1_f0sjs")
Button/styles/disabled = SubResource("1")
Button/styles/focus = SubResource("2")
Button/styles/hover = SubResource("3")
Button/styles/normal = SubResource("4")
Button/styles/pressed = SubResource("5")