aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/dark.tres15
1 files changed, 14 insertions, 1 deletions
diff --git a/themes/dark.tres b/themes/dark.tres
index 92ca706..3e3fcc2 100644
--- a/themes/dark.tres
+++ b/themes/dark.tres
@@ -1,4 +1,4 @@
-[gd_resource type="Theme" load_steps=11 format=2]
+[gd_resource type="Theme" load_steps=12 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]
@@ -59,6 +59,17 @@ corner_radius_top_right = 15
corner_radius_bottom_right = 15
corner_radius_bottom_left = 15
+[sub_resource type="StyleBoxFlat" id=13]
+content_margin_left = 20.0
+content_margin_right = 20.0
+content_margin_top = 10.0
+content_margin_bottom = 10.0
+bg_color = Color( 0.15, 0.15, 0.15, 1 )
+corner_radius_top_left = 15
+corner_radius_top_right = 15
+corner_radius_bottom_right = 15
+corner_radius_bottom_left = 15
+
[resource]
default_font = ExtResource( 1 )
Button/styles/disabled = SubResource( 10 )
@@ -72,4 +83,6 @@ LineEdit/styles/focus = SubResource( 9 )
LineEdit/styles/normal = SubResource( 7 )
LineEdit/styles/read_only = null
Panel/styles/panel = SubResource( 12 )
+PopupMenu/constants/vseparation = 20
+PopupMenu/styles/panel = SubResource( 13 )
VBoxContainer/constants/separation = 10