-
Notifications
You must be signed in to change notification settings - Fork 9
/
new_theme_ buttons lists.tres
114 lines (96 loc) · 3.7 KB
/
new_theme_ buttons lists.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
[gd_resource type="Theme" load_steps=19 format=2]
[ext_resource path="res://assets/fonts/ubuntu-font-family/Ubuntu-L.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://text.tres" type="DynamicFont" id=2]
[sub_resource type="DynamicFont" id=1]
size = 42
extra_spacing_top = 7
extra_spacing_bottom = 7
font_data = ExtResource( 1 )
[sub_resource type="StyleBoxFlat" id=2]
content_margin_left = 15.0
content_margin_right = 15.0
bg_color = Color( 0.0627451, 0.262745, 0.584314, 1 )
anti_aliasing_size = 4
[sub_resource type="StyleBoxFlat" id=3]
bg_color = Color( 0.0352941, 0.0196078, 0.219608, 1 )
border_width_left = 3
border_width_top = 3
border_width_right = 3
border_width_bottom = 3
[sub_resource type="StyleBoxFlat" id=4]
content_margin_left = 15.0
content_margin_right = 15.0
bg_color = Color( 0.0588235, 0.027451, 0.470588, 1 )
anti_aliasing_size = 4
[sub_resource type="StyleBoxFlat" id=5]
content_margin_left = 15.0
content_margin_right = 15.0
bg_color = Color( 0.109804, 0.184314, 0.454902, 0.235294 )
anti_aliasing_size = 4
[sub_resource type="StyleBoxFlat" id=6]
content_margin_left = 15.0
content_margin_right = 15.0
bg_color = Color( 0.0352941, 0.0196078, 0.219608, 1 )
anti_aliasing_size = 4
[sub_resource type="StyleBoxEmpty" id=7]
[sub_resource type="StyleBoxEmpty" id=8]
[sub_resource type="StyleBoxEmpty" id=9]
[sub_resource type="StyleBoxEmpty" id=10]
[sub_resource type="StyleBoxEmpty" id=11]
[sub_resource type="StyleBoxEmpty" id=12]
[sub_resource type="StyleBoxLine" id=13]
color = Color( 1, 1, 1, 1 )
[sub_resource type="StyleBoxFlat" id=14]
bg_color = Color( 1, 1, 1, 0.415686 )
[sub_resource type="StyleBoxFlat" id=17]
bg_color = Color( 1, 1, 1, 0.992157 )
[sub_resource type="StyleBoxFlat" id=18]
content_margin_left = 8.0
bg_color = Color( 0.6, 0.6, 0.6, 0 )
[resource]
default_font = ExtResource( 2 )
Button/colors/font_color = Color( 1, 1, 1, 1 )
Button/colors/font_color_disabled = Color( 1, 1, 1, 0.2 )
Button/colors/font_color_hover = Color( 1, 1, 1, 1 )
Button/colors/font_color_pressed = Color( 1, 1, 1, 1 )
Button/constants/hseparation = 2
Button/fonts/font = SubResource( 1 )
Button/styles/disabled = SubResource( 2 )
Button/styles/focus = SubResource( 3 )
Button/styles/hover = SubResource( 4 )
Button/styles/normal = SubResource( 5 )
Button/styles/pressed = SubResource( 6 )
CheckBox/colors/font_color = Color( 0.88, 0.88, 0.88, 1 )
CheckBox/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
CheckBox/colors/font_color_hover = Color( 0.94, 0.94, 0.94, 1 )
CheckBox/colors/font_color_hover_pressed = Color( 1, 1, 1, 1 )
CheckBox/colors/font_color_pressed = Color( 1, 1, 1, 1 )
CheckBox/constants/check_vadjust = 0
CheckBox/constants/hseparation = 4
CheckBox/fonts/font = null
CheckBox/icons/checked = null
CheckBox/icons/radio_checked = null
CheckBox/icons/radio_unchecked = null
CheckBox/icons/unchecked = null
CheckBox/styles/disabled = null
CheckBox/styles/focus = null
CheckBox/styles/hover = SubResource( 7 )
CheckBox/styles/hover_pressed = SubResource( 8 )
CheckBox/styles/normal = SubResource( 9 )
CheckBox/styles/pressed = SubResource( 10 )
HSlider/icons/grabber = null
HSlider/icons/grabber_disabled = null
HSlider/icons/grabber_highlight = null
HSlider/icons/tick = null
HSlider/styles/grabber_area = SubResource( 11 )
HSlider/styles/grabber_area_highlight = SubResource( 12 )
HSlider/styles/slider = SubResource( 13 )
VScrollBar/icons/decrement = null
VScrollBar/icons/decrement_highlight = null
VScrollBar/icons/increment = null
VScrollBar/icons/increment_highlight = null
VScrollBar/styles/grabber = SubResource( 14 )
VScrollBar/styles/grabber_highlight = SubResource( 17 )
VScrollBar/styles/grabber_pressed = SubResource( 14 )
VScrollBar/styles/scroll = SubResource( 18 )
VScrollBar/styles/scroll_focus = null