diff options
Diffstat (limited to 'Assets/Themes/Default.tres')
| -rw-r--r-- | Assets/Themes/Default.tres | 77 |
1 files changed, 42 insertions, 35 deletions
diff --git a/Assets/Themes/Default.tres b/Assets/Themes/Default.tres index 9a8a2ec..536185d 100644 --- a/Assets/Themes/Default.tres +++ b/Assets/Themes/Default.tres @@ -1,45 +1,52 @@ -[gd_resource type="Theme" load_steps=9 format=2] +[gd_resource type="Theme" load_steps=9 format=3 uid="uid://iaoj1j3hlygw"] -[ext_resource path="res://Assets/Styles/DefaultInvertedFlatPanel.tres" type="StyleBox" id=1] -[ext_resource path="res://Assets/Styles/DefaultFlatPanel.tres" type="StyleBox" id=2] +[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="3"] -[sub_resource type="StyleBoxEmpty" id=7] +[sub_resource type="StyleBoxEmpty" id="7"] -[sub_resource type="StyleBoxEmpty" id=1] +[sub_resource type="StyleBoxEmpty" id="1"] -[sub_resource type="StyleBoxEmpty" id=2] +[sub_resource type="StyleBoxEmpty" id="2"] -[sub_resource type="StyleBoxEmpty" id=5] +[sub_resource type="StyleBoxEmpty" id="5"] -[sub_resource type="StyleBoxEmpty" id=6] +[sub_resource type="StyleBoxEmpty" id="6"] [resource] -Button/colors/font_color = Color( 0.243137, 0.811765, 0.235294, 1 ) -Button/colors/font_color_focus = Color( 0.2, 0.2, 0.2, 1 ) -Button/colors/font_color_hover = Color( 0.2, 0.2, 0.2, 1 ) -Button/colors/font_color_pressed = Color( 0.2, 0.2, 0.2, 1 ) +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/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/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/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/styles/focus = SubResource( 5 ) -RichTextLabel/styles/normal = SubResource( 6 ) +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") |
