summaryrefslogtreecommitdiff
path: root/Assets/Themes/Default.tres
diff options
context:
space:
mode:
authorSophia Pearson <codergal89@gmail.com>2022-09-06 13:09:16 +0200
committerSophia Pearson <codergal89@gmail.com>2022-09-06 13:09:16 +0200
commitbaed6725f602da7112b6218bba259649cd6cbc7a (patch)
treeab61f18bf146e20fb6c6756bb9016edb547cd5fa /Assets/Themes/Default.tres
parente395080aae6c4d3739b0cba4a3aa9e380d9e68a1 (diff)
downloadtexty-baed6725f602da7112b6218bba259649cd6cbc7a.tar.xz
texty-baed6725f602da7112b6218bba259649cd6cbc7a.zip
themeing: improve retro look
Diffstat (limited to 'Assets/Themes/Default.tres')
-rw-r--r--Assets/Themes/Default.tres13
1 files changed, 8 insertions, 5 deletions
diff --git a/Assets/Themes/Default.tres b/Assets/Themes/Default.tres
index c56e746..6b7a217 100644
--- a/Assets/Themes/Default.tres
+++ b/Assets/Themes/Default.tres
@@ -16,14 +16,17 @@
[sub_resource type="StyleBoxEmpty" id=6]
[resource]
-InvertedLabel/colors/font_color = Color( 0, 0, 0, 1 )
+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/colors/default_color = Color( 0, 0, 0, 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, 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/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 )