-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.tres
78 lines (65 loc) · 2.16 KB
/
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[gd_resource type="Theme" load_steps=13 format=2]
[ext_resource path="res://assets/fonts/Lato-Regular.ttf" type="DynamicFontData" id=1]
[sub_resource type="DynamicFont" id=1]
size = 24
font_data = ExtResource( 1 )
[sub_resource type="StyleBoxFlat" id=2]
bg_color = Color( 1, 0.572549, 0.572549, 1 )
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
corner_detail = 12
[sub_resource type="StyleBoxFlat" id=3]
bg_color = Color( 1, 0.4, 0.4, 1 )
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
corner_detail = 12
[sub_resource type="StyleBoxFlat" id=4]
bg_color = Color( 0.662745, 0.286275, 0.286275, 1 )
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
corner_detail = 12
[sub_resource type="StyleBoxFlat" id=5]
bg_color = Color( 0.372549, 0.788235, 1, 1 )
corner_radius_top_left = 8
corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
[sub_resource type="StyleBoxEmpty" id=6]
[sub_resource type="StyleBoxLine" id=8]
color = Color( 0, 0.223529, 0.498039, 1 )
thickness = 10
vertical = true
[sub_resource type="StyleBoxLine" id=10]
color = Color( 0.145098, 0.392157, 0.694118, 1 )
thickness = 10
vertical = true
[sub_resource type="StyleBoxLine" id=11]
color = Color( 0.156863, 0.356863, 0.6, 1 )
thickness = 10
vertical = true
[sub_resource type="StyleBoxLine" id=9]
color = Color( 0.345098, 0.588235, 1, 1 )
thickness = 10
vertical = true
[sub_resource type="DynamicFont" id=7]
size = 24
font_data = ExtResource( 1 )
[resource]
default_font = SubResource( 7 )
Button/colors/font_color = Color( 1, 1, 1, 1 )
Button/fonts/font = SubResource( 1 )
Button/styles/hover = SubResource( 2 )
Button/styles/normal = SubResource( 3 )
Button/styles/pressed = SubResource( 4 )
Panel/styles/panel = SubResource( 5 )
ScrollContainer/styles/bg = SubResource( 6 )
VScrollBar/styles/grabber = SubResource( 8 )
VScrollBar/styles/grabber_highlight = SubResource( 10 )
VScrollBar/styles/grabber_pressed = SubResource( 11 )
VScrollBar/styles/scroll = SubResource( 9 )