diff options
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 ) |
