-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathui_theme.tres
60 lines (50 loc) · 1.67 KB
/
ui_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
[gd_resource type="Theme" load_steps=10 format=2]
[ext_resource path="res://m5x7.ttf" type="DynamicFontData" id=1]
[sub_resource type="StyleBoxEmpty" id=3]
[sub_resource type="StyleBoxFlat" id=4]
bg_color = Color( 1, 1, 1, 0 )
draw_center = false
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color( 1, 0.466667, 0.658824, 1 )
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 1, 1, 1, 0 )
draw_center = false
[sub_resource type="StyleBoxFlat" id=5]
bg_color = Color( 1, 1, 1, 0 )
draw_center = false
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color( 1, 1, 1, 1 )
[sub_resource type="StyleBoxFlat" id=8]
bg_color = Color( 1, 1, 1, 1 )
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id=6]
bg_color = Color( 1, 0.466667, 0.658824, 1 )
border_width_left = 4
border_width_right = 4
border_color = Color( 1, 0.466667, 0.658824, 1 )
[sub_resource type="StyleBoxFlat" id=7]
bg_color = Color( 1, 1, 1, 1 )
border_width_left = 4
border_width_right = 4
border_color = Color( 1, 1, 1, 1 )
[sub_resource type="DynamicFont" id=2]
font_data = ExtResource( 1 )
[resource]
default_font = SubResource( 2 )
/styles/NormalButton = null
Button/styles/disabled = SubResource( 3 )
Button/styles/focus = SubResource( 4 )
Button/styles/hover = SubResource( 1 )
Button/styles/normal = SubResource( 1 )
Button/styles/pressed = SubResource( 5 )
VScrollBar/styles/grabber = SubResource( 8 )
VScrollBar/styles/grabber_highlight = SubResource( 8 )
VScrollBar/styles/grabber_pressed = SubResource( 8 )
VScrollBar/styles/scroll = SubResource( 6 )
VScrollBar/styles/scroll_focus = SubResource( 7 )