summaryrefslogtreecommitdiff
path: root/Assets/Themes/Default.tres
blob: 536185dc07841aca9e0bc02c55d6e0961473ff10 (plain)
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
[gd_resource type="Theme" load_steps=9 format=3 uid="uid://iaoj1j3hlygw"]

[ext_resource type="StyleBox" path="res://Assets/Styles/DefaultInvertedFlatPanel.tres" id="1"]
[ext_resource type="StyleBox" path="res://Assets/Styles/DefaultFlatPanel.tres" id="2"]

[sub_resource type="StyleBoxEmpty" id="3"]

[sub_resource type="StyleBoxEmpty" id="7"]

[sub_resource type="StyleBoxEmpty" id="1"]

[sub_resource type="StyleBoxEmpty" id="2"]

[sub_resource type="StyleBoxEmpty" id="5"]

[sub_resource type="StyleBoxEmpty" id="6"]

[resource]
Button/colors/font_color = Color(0.243137, 0.811765, 0.235294, 1)
Button/colors/font_focus_color = Color(0.2, 0.2, 0.2, 1)
Button/colors/font_hover_color = Color(0.2, 0.2, 0.2, 1)
Button/colors/font_hover_pressed_color = Color(0.2, 0.2, 0.2, 1)
Button/colors/font_pressed_color = Color(0.2, 0.2, 0.2, 1)
Button/constants/hseparation = 0
Button/font_sizes/font_size = 24
Button/styles/disabled = ExtResource("2")
Button/styles/focus = ExtResource("1")
Button/styles/hover = ExtResource("1")
Button/styles/normal = ExtResource("2")
InvertedLabel/base_type = &"Label"
InvertedLabel/colors/font_color = Color(0.2, 0.2, 0.2, 1)
InvertedPanelContainer/base_type = &"PanelContainer"
InvertedPanelContainer/styles/panel = ExtResource("1")
InvertedRichTextLabel/base_type = &"RichTextLabel"
InvertedRichTextLabel/colors/default_color = Color(0.2, 0.2, 0.2, 1)
Label/colors/font_color = Color(0.243137, 0.811765, 0.235294, 1)
Label/font_sizes/font_size = 16
Label/styles/normal = SubResource("3")
LineEdit/colors/cursor_color = Color(0.2, 0.2, 0.2, 1)
LineEdit/colors/font_color = Color(0.2, 0.2, 0.2, 1)
LineEdit/colors/font_color_uneditable = Color(0.2, 0.2, 0.2, 1)
LineEdit/font_sizes/font_size = 24
LineEdit/styles/focus = SubResource("7")
LineEdit/styles/normal = SubResource("1")
LineEdit/styles/read_only = SubResource("2")
PanelContainer/styles/panel = ExtResource("2")
RichTextLabel/colors/default_color = Color(0.243137, 0.811765, 0.235294, 1)
RichTextLabel/font_sizes/bold_font_size = 16
RichTextLabel/font_sizes/bold_italics_font_size = 16
RichTextLabel/font_sizes/normal_font_size = 24
RichTextLabel/styles/focus = SubResource("5")
RichTextLabel/styles/normal = SubResource("6")