diff options
| author | dam <dam@gudinoff> | 2022-06-17 23:53:52 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-06-17 23:53:52 +0000 |
| commit | bc7df6808b404f96dd8a0677a90b4dcfaf9eca47 (patch) | |
| tree | 9666debba4bb7a9a476f308a883444c5a8aa1021 /themes/night.tres | |
| parent | 075aa00b2bdda61640c3e089a8d01c898506903a (diff) | |
| download | surgery-log-bc7df6808b404f96dd8a0677a90b4dcfaf9eca47.tar.zst surgery-log-bc7df6808b404f96dd8a0677a90b4dcfaf9eca47.zip | |
First iteration over the day/night themes.
Diffstat (limited to 'themes/night.tres')
| -rw-r--r-- | themes/night.tres | 6 |
1 files changed, 5 insertions, 1 deletions
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 ) |
