diff options
| author | dam <dam@gudinoff> | 2022-06-23 11:48:56 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-06-23 11:48:56 +0000 |
| commit | 3839fd5fd858d4abe1cec830c7af1d14c3077945 (patch) | |
| tree | e12dd2d9dc354296d5ac41221765b418d012bc4d | |
| parent | a386c7cc16f7c2f374908424f4703a66e339bee9 (diff) | |
| download | surgery-log-3839fd5fd858d4abe1cec830c7af1d14c3077945.tar.zst surgery-log-3839fd5fd858d4abe1cec830c7af1d14c3077945.zip | |
Themed file dialogs.v1.1
| -rw-r--r-- | themes/day.tres | 26 | ||||
| -rw-r--r-- | themes/night.tres | 19 |
2 files changed, 41 insertions, 4 deletions
diff --git a/themes/day.tres b/themes/day.tres index c7f25eb..4a0e0b9 100644 --- a/themes/day.tres +++ b/themes/day.tres @@ -1,4 +1,4 @@ -[gd_resource type="Theme" load_steps=19 format=2] +[gd_resource type="Theme" load_steps=22 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] @@ -111,8 +111,18 @@ corner_radius_top_right = 15 corner_radius_bottom_right = 15 corner_radius_bottom_left = 15 +[sub_resource type="StyleBoxFlat" id=27] +bg_color = Color( 1, 1, 1, 1 ) + +[sub_resource type="StyleBoxFlat" id=28] +bg_color = Color( 0.341176, 0.756863, 1, 0.909804 ) +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=18] -bg_color = Color( 0.2244, 0.50028, 0.66, 0.784314 ) +bg_color = Color( 0.223529, 0.501961, 0.658824, 0.784314 ) corner_radius_top_left = 10 corner_radius_top_right = 10 corner_radius_bottom_right = 10 @@ -128,6 +138,9 @@ corner_radius_bottom_left = 10 [sub_resource type="StyleBoxEmpty" id=17] content_margin_left = 20.0 +[sub_resource type="StyleBoxFlat" id=26] +bg_color = Color( 0.9, 0.9, 0.9, 1 ) + [resource] default_font = ExtResource( 1 ) Button/colors/font_color = Color( 0.12, 0.12, 0.12, 1 ) @@ -140,7 +153,7 @@ Button/styles/focus = SubResource( 10 ) Button/styles/hover = SubResource( 2 ) Button/styles/normal = SubResource( 2 ) Button/styles/pressed = SubResource( 22 ) -ItemList/colors/font_color = Color( 0.37, 0.37, 0.37, 1 ) +ItemList/colors/font_color = Color( 0.368627, 0.368627, 0.368627, 1 ) ItemList/colors/font_color_selected = Color( 0, 0, 0, 1 ) ItemList/colors/guide_color = Color( 0, 0, 0, 0 ) ItemList/fonts/font = ExtResource( 2 ) @@ -170,9 +183,16 @@ PopupMenu/colors/font_color_separator = Color( 0.12, 0.12, 0.12, 1 ) PopupMenu/constants/vseparation = 20 PopupMenu/styles/hover = SubResource( 20 ) PopupMenu/styles/panel = SubResource( 13 ) +Tree/colors/font_color = Color( 0.368627, 0.368627, 0.368627, 1 ) +Tree/colors/font_color_selected = Color( 0, 0, 0, 1 ) +Tree/colors/guide_color = Color( 0, 0, 0, 0 ) +Tree/styles/bg = SubResource( 27 ) +Tree/styles/selected = SubResource( 28 ) +Tree/styles/selected_focus = SubResource( 28 ) VBoxContainer/constants/separation = 10 VScrollBar/styles/grabber = SubResource( 18 ) VScrollBar/styles/grabber_highlight = SubResource( 18 ) VScrollBar/styles/grabber_pressed = SubResource( 19 ) VScrollBar/styles/scroll = SubResource( 17 ) VScrollBar/styles/scroll_focus = SubResource( 17 ) +WindowDialog/styles/panel = SubResource( 26 ) diff --git a/themes/night.tres b/themes/night.tres index 4f24b86..c4bd4c6 100644 --- a/themes/night.tres +++ b/themes/night.tres @@ -1,4 +1,4 @@ -[gd_resource type="Theme" load_steps=19 format=2] +[gd_resource type="Theme" load_steps=22 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] @@ -109,6 +109,16 @@ corner_radius_top_right = 15 corner_radius_bottom_right = 15 corner_radius_bottom_left = 15 +[sub_resource type="StyleBoxFlat" id=27] +bg_color = Color( 0, 0, 0, 1 ) + +[sub_resource type="StyleBoxFlat" id=28] +bg_color = Color( 0.54902, 0.0666667, 0.0666667, 0.909804 ) +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=18] bg_color = Color( 0.501961, 0.223529, 0.223529, 0.784314 ) corner_radius_top_left = 10 @@ -126,6 +136,9 @@ corner_radius_bottom_left = 10 [sub_resource type="StyleBoxEmpty" id=17] content_margin_left = 20.0 +[sub_resource type="StyleBoxFlat" id=26] +bg_color = Color( 0.14902, 0.14902, 0.14902, 1 ) + [resource] default_font = ExtResource( 1 ) Button/styles/disabled = SubResource( 10 ) @@ -150,9 +163,13 @@ Panel/styles/panel = SubResource( 12 ) PopupMenu/constants/vseparation = 20 PopupMenu/styles/hover = SubResource( 20 ) PopupMenu/styles/panel = SubResource( 13 ) +Tree/styles/bg = SubResource( 27 ) +Tree/styles/selected = SubResource( 28 ) +Tree/styles/selected_focus = SubResource( 28 ) VBoxContainer/constants/separation = 10 VScrollBar/styles/grabber = SubResource( 18 ) VScrollBar/styles/grabber_highlight = SubResource( 18 ) VScrollBar/styles/grabber_pressed = SubResource( 19 ) VScrollBar/styles/scroll = SubResource( 17 ) VScrollBar/styles/scroll_focus = SubResource( 17 ) +WindowDialog/styles/panel = SubResource( 26 ) |
