diff options
Diffstat (limited to 'Assets/Themes/Default.tres')
| -rw-r--r-- | Assets/Themes/Default.tres | 13 |
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 ) |
