From baed6725f602da7112b6218bba259649cd6cbc7a Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Tue, 6 Sep 2022 13:09:16 +0200 Subject: themeing: improve retro look --- Assets/Themes/Default.tres | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'Assets/Themes/Default.tres') 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 ) -- cgit v1.2.3