From a386c7cc16f7c2f374908424f4703a66e339bee9 Mon Sep 17 00:00:00 2001 From: dam Date: Thu, 23 Jun 2022 11:03:00 +0000 Subject: Implemented day and night themes. --- themes/night.tres | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'themes/night.tres') diff --git a/themes/night.tres b/themes/night.tres index 60ec11a..4f24b86 100644 --- a/themes/night.tres +++ b/themes/night.tres @@ -76,8 +76,6 @@ content_margin_left = 10.0 content_margin_right = 10.0 content_margin_top = 15.0 bg_color = Color( 0.54902, 0.0666667, 0.0666667, 0.909804 ) -border_width_left = 2 -border_width_right = 2 border_width_bottom = 2 corner_radius_top_left = 15 corner_radius_top_right = 15 @@ -105,7 +103,7 @@ content_margin_left = 20.0 content_margin_right = 20.0 content_margin_top = 10.0 content_margin_bottom = 10.0 -bg_color = Color( 0.15, 0.15, 0.15, 1 ) +bg_color = Color( 0.14902, 0.14902, 0.14902, 1 ) corner_radius_top_left = 15 corner_radius_top_right = 15 corner_radius_bottom_right = 15 @@ -145,6 +143,7 @@ LineEdit/styles/focus = SubResource( 9 ) LineEdit/styles/normal = SubResource( 7 ) LineEdit/styles/read_only = null Misc/colors/background = Color( 0, 0, 0, 1 ) +Misc/colors/modal_filter = Color( 0.101961, 0.101961, 0.101961, 0.94902 ) OptionSetList/styles/normal = SubResource( 23 ) OptionSetList/styles/selected = SubResource( 24 ) Panel/styles/panel = SubResource( 12 ) -- cgit v1.2.3