diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-09-04 12:43:37 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-09-04 12:43:37 +0200 |
| commit | 6503e483766d3a4e1907ecd9b69e7db4e86e7cb6 (patch) | |
| tree | cde6ecde91175b99ba610dff0ae16cdb720b0280 /Assets/Themes/Default.tres | |
| parent | 461fec003cdf3144b2e0d97392edd090f457a555 (diff) | |
| download | texty-6503e483766d3a4e1907ecd9b69e7db4e86e7cb6.tar.xz texty-6503e483766d3a4e1907ecd9b69e7db4e86e7cb6.zip | |
gui: set up new default theme
Diffstat (limited to 'Assets/Themes/Default.tres')
| -rw-r--r-- | Assets/Themes/Default.tres | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Assets/Themes/Default.tres b/Assets/Themes/Default.tres new file mode 100644 index 0000000..6faea67 --- /dev/null +++ b/Assets/Themes/Default.tres @@ -0,0 +1,32 @@ +[gd_resource type="Theme" load_steps=9 format=2] + +[ext_resource path="res://Assets/Styles/DefaultInvertedFlatPanel.tres" type="StyleBox" id=1] +[ext_resource path="res://Assets/Styles/DefaultFlatPanel.tres" type="StyleBox" 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] +InvertedLabel/colors/font_color = Color( 0, 0, 0, 1 ) +InvertedPanelContainer/styles/panel = ExtResource( 1 ) +Label/colors/font_color = Color( 1, 1, 1, 1 ) +Label/styles/normal = SubResource( 3 ) +LineEdit/colors/cursor_color = Color( 0, 0, 0, 1 ) +LineEdit/colors/font_color = Color( 0, 0, 0, 1 ) +LineEdit/colors/font_color_uneditable = Color( 0.470588, 0.470588, 0.470588, 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, 0.956863, 0, 1 ) +RichTextLabel/styles/focus = SubResource( 5 ) +RichTextLabel/styles/normal = SubResource( 6 ) |
