diff options
| author | dam <dam@gudinoff> | 2022-06-22 13:40:01 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-06-22 13:40:01 +0000 |
| commit | 44d634db3f42ae60b42a1a20892d11faabc3c1b0 (patch) | |
| tree | 4746d0f4ee812b7fd4d5abfa7e6e9bcec0471825 /themes/day.tres | |
| parent | bc7df6808b404f96dd8a0677a90b4dcfaf9eca47 (diff) | |
| download | surgery-log-44d634db3f42ae60b42a1a20892d11faabc3c1b0.tar.zst surgery-log-44d634db3f42ae60b42a1a20892d11faabc3c1b0.zip | |
Night theme completed.
Diffstat (limited to 'themes/day.tres')
| -rw-r--r-- | themes/day.tres | 32 |
1 files changed, 20 insertions, 12 deletions
diff --git a/themes/day.tres b/themes/day.tres index a8b786d..375928a 100644 --- a/themes/day.tres +++ b/themes/day.tres @@ -1,4 +1,4 @@ -[gd_resource type="Theme" load_steps=17 format=2] +[gd_resource type="Theme" load_steps=18 format=2] [ext_resource path="res://fonts/font_regular.tres" type="DynamicFont" id=1] [ext_resource path="res://fonts/font_mono_regular.tres" type="DynamicFont" id=2] @@ -7,35 +7,39 @@ content_margin_left = 10.0 content_margin_right = 10.0 -[sub_resource type="StyleBoxFlat" id=11] +[sub_resource type="StyleBoxFlat" id=2] content_margin_left = 10.0 content_margin_right = 10.0 -bg_color = Color( 0.615686, 0.776471, 0.94902, 0.784314 ) +bg_color = Color( 1, 0.34, 0.34, 1 ) corner_radius_top_left = 15 corner_radius_top_right = 15 corner_radius_bottom_right = 15 corner_radius_bottom_left = 15 -[sub_resource type="StyleBoxFlat" id=2] +[sub_resource type="StyleBoxFlat" id=22] content_margin_left = 10.0 content_margin_right = 10.0 -bg_color = Color( 0.74902, 0.74902, 0.74902, 0.870588 ) +bg_color = Color( 1, 0.231373, 0.231373, 1 ) corner_radius_top_left = 15 corner_radius_top_right = 15 corner_radius_bottom_right = 15 corner_radius_bottom_left = 15 +[sub_resource type="StyleBoxEmpty" id=24] + [sub_resource type="StyleBoxFlat" id=4] content_margin_left = 10.0 content_margin_right = 10.0 bg_color = Color( 0.475, 0.696667, 0.95, 0.870588 ) +border_width_left = 5 +border_width_top = 5 +border_width_right = 5 +border_width_bottom = 5 corner_radius_top_left = 15 corner_radius_top_right = 15 corner_radius_bottom_right = 15 corner_radius_bottom_left = 15 -[sub_resource type="StyleBoxEmpty" id=5] - [sub_resource type="StyleBoxEmpty" id=21] content_margin_left = 10.0 content_margin_right = 10.0 @@ -57,6 +61,8 @@ draw_center = false border_width_bottom = 2 border_color = Color( 0.329412, 0.329412, 0.329412, 1 ) +[sub_resource type="StyleBoxFlat" id=23] + [sub_resource type="StyleBoxFlat" id=12] bg_color = Color( 0.85098, 0.85098, 0.85098, 1 ) corner_radius_top_left = 15 @@ -110,14 +116,14 @@ 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 ) +Button/styles/hover = SubResource( 2 ) Button/styles/normal = SubResource( 2 ) -Button/styles/pressed = SubResource( 4 ) +Button/styles/pressed = SubResource( 22 ) ItemList/colors/font_color = Color( 0.37, 0.37, 0.37, 1 ) ItemList/colors/font_color_selected = Color( 0, 0, 0, 1 ) -ItemList/colors/guide_color = Color( 0.74902, 0.74902, 0.74902, 0.870588 ) +ItemList/colors/guide_color = Color( 1, 0, 0, 0.870588 ) ItemList/fonts/font = ExtResource( 2 ) -ItemList/styles/bg = SubResource( 5 ) +ItemList/styles/bg = SubResource( 24 ) ItemList/styles/selected = SubResource( 4 ) ItemList/styles/selected_focus = SubResource( 4 ) Label/colors/font_color = Color( 0, 0, 0, 1 ) @@ -128,6 +134,9 @@ LineEdit/colors/font_color_selected = Color( 1, 1, 1, 1 ) LineEdit/styles/focus = SubResource( 9 ) LineEdit/styles/normal = SubResource( 7 ) LineEdit/styles/read_only = null +Misc/colors/background = Color( 1, 1, 1, 1 ) +OptionSetList/styles/normal = SubResource( 23 ) +OptionSetList/styles/selected = SubResource( 23 ) Panel/styles/panel = SubResource( 12 ) PopupMenu/colors/font_color = Color( 0.12, 0.12, 0.12, 1 ) PopupMenu/colors/font_color_hover = Color( 0.12, 0.12, 0.12, 1 ) @@ -140,4 +149,3 @@ 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( 1, 1, 1, 1 ) |
