summaryrefslogtreecommitdiff
path: root/src/themes/Theme.tres
diff options
context:
space:
mode:
Diffstat (limited to 'src/themes/Theme.tres')
-rw-r--r--src/themes/Theme.tres31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/themes/Theme.tres b/src/themes/Theme.tres
new file mode 100644
index 0000000..50f97b6
--- /dev/null
+++ b/src/themes/Theme.tres
@@ -0,0 +1,31 @@
+[gd_resource type="Theme" load_steps=6 format=2]
+
+[ext_resource path="res://fonts/MonogramExtended.tres" type="DynamicFont" id=1]
+[ext_resource path="res://themes/style_box_texture.png" type="Texture" id=2]
+[ext_resource path="res://themes/style_box_texture_1x1.png" type="Texture" id=3]
+
+[sub_resource type="StyleBoxTexture" id=2]
+texture = ExtResource( 3 )
+region_rect = Rect2( 0, 0, 1, 1 )
+margin_left = 1.0
+margin_right = 1.0
+margin_top = 1.0
+margin_bottom = 1.0
+expand_margin_left = 1.0
+expand_margin_right = 1.0
+
+[sub_resource type="StyleBoxTexture" id=1]
+texture = ExtResource( 2 )
+region_rect = Rect2( 0, 0, 3, 3 )
+margin_left = 1.0
+margin_right = 1.0
+margin_top = 1.0
+margin_bottom = 1.0
+expand_margin_left = 1.0
+expand_margin_right = 1.0
+
+[resource]
+default_font = ExtResource( 1 )
+HSeparator/constants/separation = 1
+HSeparator/styles/separator = SubResource( 2 )
+PanelContainer/styles/panel = SubResource( 1 )