-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTheme.tres
72 lines (58 loc) · 2.31 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
[gd_resource type="Theme" load_steps=14 format=2]
[ext_resource path="res://SourceHanSansCN.otf" type="DynamicFontData" id=1]
[sub_resource type="DynamicFont" id=4]
size = 15
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=9]
size = 15
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=10]
size = 15
font_data = ExtResource( 1 )
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0, 0, 0, 0.196078 )
[sub_resource type="StyleBoxFlat" id=2]
bg_color = Color( 0, 0, 0, 0 )
[sub_resource type="StyleBoxFlat" id=16]
bg_color = Color( 0.6, 0.6, 0.6, 0 )
[sub_resource type="StyleBoxFlat" id=15]
bg_color = Color( 0, 0, 0, 0 )
[sub_resource type="DynamicFont" id=3]
size = 14
font_data = ExtResource( 1 )
[sub_resource type="StreamTexture" id=13]
[sub_resource type="DynamicFont" id=12]
[sub_resource type="StyleBoxFlat" id=11]
[sub_resource type="StyleBoxFlat" id=14]
bg_color = Color( 0.6, 0.6, 0.6, 0 )
[resource]
Button/fonts/font = SubResource( 4 )
Label/fonts/font = SubResource( 9 )
LineEdit/colors/font_color_uneditable = Color( 0.878431, 0.878431, 0.878431, 1 )
LineEdit/fonts/font = SubResource( 10 )
LineEdit/styles/focus = SubResource( 1 )
LineEdit/styles/normal = SubResource( 2 )
LineEdit/styles/read_only = SubResource( 16 )
Panel/styles/panel = SubResource( 15 )
RichTextLabel/constants/line_separation = 1
RichTextLabel/constants/shadow_as_outline = 0
RichTextLabel/constants/shadow_offset_x = 1
RichTextLabel/constants/shadow_offset_y = 1
RichTextLabel/constants/table_hseparation = 3
RichTextLabel/constants/table_vseparation = 3
RichTextLabel/fonts/bold_font = SubResource( 3 )
RichTextLabel/fonts/bold_italics_font = SubResource( 3 )
RichTextLabel/fonts/italics_font = SubResource( 3 )
RichTextLabel/fonts/mono_font = SubResource( 3 )
RichTextLabel/fonts/normal_font = SubResource( 3 )
SpinBox/icons/updown = SubResource( 13 )
TextEdit/fonts/font = SubResource( 12 )
TextEdit/styles/completion = SubResource( 11 )
TextEdit/styles/focus = SubResource( 11 )
TextEdit/styles/normal = SubResource( 11 )
TextEdit/styles/read_only = SubResource( 11 )
VScrollBar/styles/grabber = SubResource( 14 )
VScrollBar/styles/grabber_highlight = SubResource( 14 )
VScrollBar/styles/grabber_pressed = SubResource( 14 )
VScrollBar/styles/scroll = SubResource( 14 )
VScrollBar/styles/scroll_focus = SubResource( 14 )