-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault_theme.tres
More file actions
67 lines (61 loc) · 2.12 KB
/
default_theme.tres
File metadata and controls
67 lines (61 loc) · 2.12 KB
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
62
63
64
65
66
67
[gd_resource type="Theme" load_steps=6 format=3 uid="uid://beqfvcdrude00"]
[ext_resource type="FontFile" uid="uid://bly7nvwy4k57k" path="res://PixeloidMono-d94EV.ttf" id="1_wmnv0"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_2p8cw"]
bg_color = Color(0.6, 0.6, 0.6, 0)
border_width_left = 5
border_width_top = 4
border_width_right = 3
border_width_bottom = 3
border_color = Color(0, 0, 0, 1)
border_blend = true
corner_radius_top_left = 5
corner_radius_top_right = 5
corner_radius_bottom_right = 5
corner_radius_bottom_left = 5
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_mlrme"]
bg_color = Color(0.368627, 0.588235, 1, 1)
border_width_left = 5
border_width_top = 4
border_width_right = 3
border_width_bottom = 3
border_color = Color(0.368627, 0.588235, 1, 1)
border_blend = true
corner_radius_top_left = 5
corner_radius_top_right = 5
corner_radius_bottom_right = 5
corner_radius_bottom_left = 5
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_d7ly8"]
bg_color = Color(0.368627, 0.588235, 1, 1)
border_width_left = 5
border_width_top = 4
border_width_right = 3
border_width_bottom = 3
border_color = Color(0.0560226, 1.03962e-05, 0.469905, 1)
border_blend = true
corner_radius_top_left = 5
corner_radius_top_right = 5
corner_radius_bottom_right = 5
corner_radius_bottom_left = 5
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_sk04l"]
bg_color = Color(0.060756, 0.0804386, 0.402926, 1)
border_width_left = 5
border_width_top = 4
border_width_right = 3
border_width_bottom = 3
border_color = Color(0.060756, 0.0804386, 0.402926, 1)
border_blend = true
corner_radius_top_left = 5
corner_radius_top_right = 5
corner_radius_bottom_right = 5
corner_radius_bottom_left = 5
[resource]
default_font = ExtResource("1_wmnv0")
default_font_size = 27
Button/colors/font_color = Color(1, 1, 1, 1)
Button/colors/font_outline_color = Color(0, 0, 0, 1)
Button/constants/outline_size = 5
Button/fonts/font = ExtResource("1_wmnv0")
Button/styles/focus = SubResource("StyleBoxFlat_2p8cw")
Button/styles/hover = SubResource("StyleBoxFlat_mlrme")
Button/styles/normal = SubResource("StyleBoxFlat_d7ly8")
Button/styles/pressed = SubResource("StyleBoxFlat_sk04l")