diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-09-06 00:31:07 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-09-06 00:31:07 +0200 |
| commit | 000f1c89ce7505b7d0d59af86c5ab5be2cfca54e (patch) | |
| tree | e4e8d5f44615450df66143474c090b3e14b54e6b /Assets/Themes/Default.tres | |
| parent | f20bd89dc4a7bf14a88b1effcaa1887b29314525 (diff) | |
| download | texty-000f1c89ce7505b7d0d59af86c5ab5be2cfca54e.tar.xz texty-000f1c89ce7505b7d0d59af86c5ab5be2cfca54e.zip | |
game: reorganize global structure
Diffstat (limited to 'Assets/Themes/Default.tres')
| -rw-r--r-- | Assets/Themes/Default.tres | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Assets/Themes/Default.tres b/Assets/Themes/Default.tres index 32fc4b7..c56e746 100644 --- a/Assets/Themes/Default.tres +++ b/Assets/Themes/Default.tres @@ -19,7 +19,7 @@ InvertedLabel/colors/font_color = Color( 0, 0, 0, 1 ) InvertedPanelContainer/styles/panel = ExtResource( 1 ) InvertedRichTextLabel/colors/default_color = Color( 0, 0, 0, 1 ) -Label/colors/font_color = Color( 1, 1, 1, 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 ) @@ -28,6 +28,6 @@ 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/colors/default_color = Color( 0.243137, 0.811765, 0.235294, 1 ) RichTextLabel/styles/focus = SubResource( 5 ) RichTextLabel/styles/normal = SubResource( 6 ) |
