From bc7df6808b404f96dd8a0677a90b4dcfaf9eca47 Mon Sep 17 00:00:00 2001 From: dam Date: Fri, 17 Jun 2022 23:53:52 +0000 Subject: First iteration over the day/night themes. --- themes/night.tres | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'themes/night.tres') diff --git a/themes/night.tres b/themes/night.tres index 875ee21..558a8da 100644 --- a/themes/night.tres +++ b/themes/night.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.14902, 0.14902, 0.14902, 1 ) corner_radius_top_left = 15 corner_radius_top_right = 15 corner_radius_bottom_right = 15 @@ -70,6 +70,8 @@ corner_radius_top_left = 15 corner_radius_top_right = 15 corner_radius_bottom_right = 15 corner_radius_bottom_left = 15 +expand_margin_left = 5.0 +expand_margin_right = 5.0 [sub_resource type="StyleBoxFlat" id=13] content_margin_left = 20.0 @@ -106,6 +108,7 @@ Button/styles/focus = SubResource( 10 ) Button/styles/hover = SubResource( 11 ) Button/styles/normal = SubResource( 2 ) Button/styles/pressed = SubResource( 4 ) +ItemList/colors/guide_color = Color( 0.25098, 0.25098, 0.25098, 0.25098 ) ItemList/fonts/font = ExtResource( 2 ) ItemList/styles/bg = SubResource( 5 ) ItemList/styles/selected = SubResource( 4 ) @@ -124,3 +127,4 @@ VScrollBar/styles/grabber_highlight = SubResource( 18 ) VScrollBar/styles/grabber_pressed = SubResource( 19 ) VScrollBar/styles/scroll = SubResource( 17 ) VScrollBar/styles/scroll_focus = SubResource( 17 ) +theme/colors/background = Color( 0, 0, 0, 1 ) -- cgit v1.2.3