From 3026d4b71ded2cfc3123eb92a6a13d4e51e5aa68 Mon Sep 17 00:00:00 2001 From: dam Date: Thu, 16 Jun 2022 01:43:21 +0000 Subject: Added settings; Fixed virtual keyboard height bug with hack; Initial support of multiple themes. --- themes/day.tres | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/day.tres b/themes/day.tres index 875ee21..22fef09 100644 --- a/themes/day.tres +++ b/themes/day.tres @@ -58,7 +58,7 @@ border_width_bottom = 2 border_color = Color( 0.329412, 0.329412, 0.329412, 1 ) [sub_resource type="StyleBoxFlat" id=12] -bg_color = Color( 0.15, 0.15, 0.15, 1 ) +bg_color = Color( 0.85, 0.85, 0.85, 1 ) corner_radius_top_left = 15 corner_radius_top_right = 15 corner_radius_bottom_right = 15 @@ -101,6 +101,10 @@ content_margin_left = 20.0 [resource] default_font = ExtResource( 1 ) +Button/colors/font_color = Color( 0.121569, 0.121569, 0.121569, 1 ) +Button/colors/font_color_focus = Color( 0.06, 0.06, 0.06, 1 ) +Button/colors/font_color_hover = Color( 0.06, 0.06, 0.06, 1 ) +Button/colors/font_color_pressed = Color( 0, 0, 0, 1 ) Button/styles/disabled = SubResource( 10 ) Button/styles/focus = SubResource( 10 ) Button/styles/hover = SubResource( 11 ) -- cgit v1.2.3