-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefault_theme.tres
More file actions
64 lines (58 loc) · 2.17 KB
/
Copy pathdefault_theme.tres
File metadata and controls
64 lines (58 loc) · 2.17 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
[gd_resource type="Theme" load_steps=6 format=3 uid="uid://dko2m3piud8a5"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_rbbm6"]
bg_color = Color(0.137255, 0.105882, 0.172549, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.101961, 0.109804, 0.172549, 1)
shadow_color = Color(0, 0, 0, 0)
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_rdhuu"]
bg_color = Color(0.584314, 0, 0.886275, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.101961, 0.109804, 0.172549, 1)
shadow_color = Color(0, 0, 0, 0)
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_w7nsp"]
bg_color = Color(0.568627, 0, 0.964706, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.101961, 0.109804, 0.172549, 1)
shadow_color = Color(0, 0, 0, 0)
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_7qf2t"]
bg_color = Color(0.498039, 0, 0.788235, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.101961, 0.109804, 0.172549, 1)
shadow_color = Color(0, 0, 0, 0)
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_snh03"]
bg_color = Color(0.160784, 0, 0.298039, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.101961, 0.109804, 0.172549, 1)
anti_aliasing = false
[resource]
Button/colors/font_color = Color(0.956863, 0.956863, 0.956863, 1)
Button/colors/font_color_disabled = Color(0.956863, 0.956863, 0.956863, 0.501961)
Button/colors/font_color_hover = Color(1, 1, 1, 1)
Button/colors/font_color_pressed = Color(1, 1, 1, 1)
Button/constants/hseparation = 4
Button/fonts/font = null
Button/styles/disabled = SubResource("StyleBoxFlat_rbbm6")
Button/styles/focus = SubResource("StyleBoxFlat_rdhuu")
Button/styles/hover = SubResource("StyleBoxFlat_w7nsp")
Button/styles/normal = SubResource("StyleBoxFlat_7qf2t")
Button/styles/pressed = SubResource("StyleBoxFlat_7qf2t")
Panel/styles/panel = SubResource("StyleBoxFlat_snh03")