aboutsummaryrefslogtreecommitdiff
path: root/themes/night.tres
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-06-23 11:48:56 +0000
committerdam <dam@gudinoff>2022-06-23 11:48:56 +0000
commit3839fd5fd858d4abe1cec830c7af1d14c3077945 (patch)
treee12dd2d9dc354296d5ac41221765b418d012bc4d /themes/night.tres
parenta386c7cc16f7c2f374908424f4703a66e339bee9 (diff)
downloadsurgery-log-3839fd5fd858d4abe1cec830c7af1d14c3077945.tar.zst
surgery-log-3839fd5fd858d4abe1cec830c7af1d14c3077945.zip
Themed file dialogs.v1.1
Diffstat (limited to 'themes/night.tres')
-rw-r--r--themes/night.tres19
1 files changed, 18 insertions, 1 deletions
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 )