aboutsummaryrefslogtreecommitdiff
path: root/themes/dark.tres
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-04-07 16:41:40 +0000
committerdam <dam@gudinoff>2022-04-07 16:41:40 +0000
commit6abe22e94b29e94bb94abaa44c31d2b806daaafe (patch)
tree0312c526a85ab40d8fb65833dabfa2f6e66749d8 /themes/dark.tres
parentdeb93e44b3d0ae68adbc27823dd40f2b110599ea (diff)
downloadsurgery-log-6abe22e94b29e94bb94abaa44c31d2b806daaafe.tar.zst
surgery-log-6abe22e94b29e94bb94abaa44c31d2b806daaafe.zip
Removed hardcoded database buttons theming; to be defined later.
Diffstat (limited to 'themes/dark.tres')
-rw-r--r--themes/dark.tres34
1 files changed, 21 insertions, 13 deletions
diff --git a/themes/dark.tres b/themes/dark.tres
index 19d1da2..e50b548 100644
--- a/themes/dark.tres
+++ b/themes/dark.tres
@@ -1,4 +1,4 @@
-[gd_resource type="Theme" load_steps=10 format=2]
+[gd_resource type="Theme" load_steps=11 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]
@@ -11,28 +11,28 @@ content_margin_right = 10.0
content_margin_left = 10.0
content_margin_right = 10.0
bg_color = Color( 0.22, 0.35, 0.5, 0.5 )
-corner_radius_top_left = 8
-corner_radius_top_right = 8
-corner_radius_bottom_right = 8
-corner_radius_bottom_left = 8
+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]
content_margin_left = 10.0
content_margin_right = 10.0
bg_color = Color( 0.11, 0.11, 0.11, 1 )
-corner_radius_top_left = 8
-corner_radius_top_right = 8
-corner_radius_bottom_right = 8
-corner_radius_bottom_left = 8
+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=4]
content_margin_left = 10.0
content_margin_right = 10.0
bg_color = Color( 0.223529, 0.352941, 0.501961, 1 )
-corner_radius_top_left = 8
-corner_radius_top_right = 8
-corner_radius_bottom_right = 8
-corner_radius_bottom_left = 8
+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]
@@ -52,6 +52,13 @@ draw_center = false
border_width_bottom = 2
border_color = Color( 0.329412, 0.329412, 0.329412, 1 )
+[sub_resource type="StyleBoxFlat" id=12]
+bg_color = Color( 0.22, 0.22, 0.22, 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 )
@@ -64,4 +71,5 @@ ItemList/styles/bg = SubResource( 5 )
LineEdit/styles/focus = SubResource( 9 )
LineEdit/styles/normal = SubResource( 7 )
LineEdit/styles/read_only = null
+Panel/styles/panel = SubResource( 12 )
VBoxContainer/constants/separation = 10