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
[gd_resource type="Theme" load_steps=15 format=2]

[ext_resource path="res://bg.tres" type="StyleBox" id=1]
[ext_resource path="res://verdana-bold.tres" type="DynamicFont" id=2]
[ext_resource path="res://verdana-normal.tres" type="DynamicFont" id=3]
[ext_resource path="res://verdana-italicbold.tres" type="DynamicFont" id=4]
[ext_resource path="res://CascadiaCode.ttf" type="DynamicFontData" id=5]

[sub_resource type="StyleBoxFlat" id=4]
bg_color = Color( 0.196078, 0.309804, 0.396078, 1 )

[sub_resource type="StyleBoxFlat" id=6]
bg_color = Color( 0.827451, 0.419608, 0.419608, 1 )

[sub_resource type="StyleBoxFlat" id=7]
bg_color = Color( 0.847059, 0.368627, 0.368627, 1 )

[sub_resource type="StyleBoxFlat" id=5]
content_margin_top = 10.0

[sub_resource type="StyleBoxFlat" id=8]
bg_color = Color( 0.521569, 0.521569, 0.521569, 1 )

[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0.145098, 0.117647, 0.117647, 1 )

[sub_resource type="StyleBoxFlat" id=2]
bg_color = Color( 0.117647, 0.117647, 0.117647, 1 )

[sub_resource type="DynamicFont" id=9]
size = 30
font_data = ExtResource( 5 )

[sub_resource type="StyleBoxEmpty" id=3]

[resource]
default_font = ExtResource( 2 )
Button/styles/focus = SubResource( 4 )
Button/styles/hover = SubResource( 4 )
Button/styles/normal = ExtResource( 1 )
Button/styles/pressed = SubResource( 4 )
HScrollBar/styles/grabber = SubResource( 6 )
HScrollBar/styles/grabber_highlight = SubResource( 7 )
HScrollBar/styles/grabber_pressed = SubResource( 7 )
HScrollBar/styles/scroll = SubResource( 5 )
HScrollBar/styles/scroll_focus = SubResource( 8 )
LineEdit/colors/font_color = Color( 1, 1, 1, 1 )
LineEdit/styles/focus = SubResource( 1 )
LineEdit/styles/normal = SubResource( 2 )
Panel/styles/panel = ExtResource( 1 )
RichTextLabel/fonts/bold_font = ExtResource( 2 )
RichTextLabel/fonts/bold_italics_font = ExtResource( 4 )
RichTextLabel/fonts/italics_font = ExtResource( 4 )
RichTextLabel/fonts/mono_font = SubResource( 9 )
RichTextLabel/fonts/normal_font = ExtResource( 3 )
VScrollBar/styles/scroll = SubResource( 3 )