-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault_theme.tres
61 lines (54 loc) · 1.93 KB
/
default_theme.tres
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[gd_resource type="Theme" load_steps=7 format=3 uid="uid://5c0tm6smuwr6"]
[ext_resource type="StyleBox" path="res://button_style.tres" id="1_lhwrn"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_n0lpc"]
content_margin_left = 10.0
content_margin_right = 10.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_2g5uo"]
content_margin_left = 10.0
content_margin_right = 10.0
bg_color = Color(0.355469, 0.355469, 0.355469, 1)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
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_xmtrs"]
content_margin_left = 10.0
content_margin_right = 10.0
bg_color = Color(0.566406, 0.368011, 0.237521, 1)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
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_m3wfb"]
bg_color = Color(0.699879, 0.453051, 0.323543, 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_anxdp"]
content_margin_left = 3.0
content_margin_top = 3.0
content_margin_right = 3.0
content_margin_bottom = 3.0
bg_color = Color(0.270125, 0.184323, 0.24791, 1)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0.31568, 0.19885, 0.267815, 1)
[resource]
Button/font_sizes/font_size = 24
Button/styles/focus = SubResource("StyleBoxEmpty_n0lpc")
Button/styles/hover = SubResource("StyleBoxFlat_2g5uo")
Button/styles/normal = ExtResource("1_lhwrn")
Button/styles/pressed = SubResource("StyleBoxFlat_xmtrs")
PopupMenu/styles/hover = SubResource("StyleBoxFlat_m3wfb")
PopupMenu/styles/panel = SubResource("StyleBoxFlat_anxdp")