Skip to content

Commit 04b26c1

Browse files
committed
Add a new theme for DialogNode: plain black
1 parent 78368f6 commit 04b26c1

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
[gd_resource type="Theme" load_steps=4 format=2]
2+
3+
[ext_resource path="res://addons/textalog/assets/fonts/Poppins/godot_fonts/Poppins-Normal.tres" type="DynamicFont" id=2]
4+
5+
[sub_resource type="StyleBoxFlat" id=2]
6+
resource_name = "NameStyle"
7+
content_margin_left = 16.0
8+
content_margin_right = 16.0
9+
content_margin_top = 16.0
10+
content_margin_bottom = 16.0
11+
bg_color = Color( 0.0980392, 0.0980392, 0.0980392, 0.745098 )
12+
border_width_top = 1
13+
border_width_right = 1
14+
border_width_bottom = 1
15+
border_color = Color( 0, 0, 0, 0.537255 )
16+
border_blend = true
17+
corner_radius_top_right = 20
18+
corner_radius_bottom_left = 20
19+
corner_detail = 1
20+
21+
[sub_resource type="StyleBoxFlat" id=1]
22+
resource_name = "TextStyle"
23+
content_margin_left = 16.0
24+
content_margin_right = 16.0
25+
content_margin_top = 16.0
26+
content_margin_bottom = 16.0
27+
bg_color = Color( 0.0980392, 0.0980392, 0.0980392, 0.745098 )
28+
border_width_left = 1
29+
border_width_top = 1
30+
border_width_right = 1
31+
border_width_bottom = 1
32+
border_color = Color( 0, 0, 0, 0.537255 )
33+
border_blend = true
34+
corner_radius_top_left = 12
35+
corner_radius_top_right = 12
36+
corner_radius_bottom_right = 12
37+
corner_radius_bottom_left = 12
38+
39+
[resource]
40+
default_font = ExtResource( 2 )
41+
DialogNode/styles/bubble = null
42+
DialogNode/styles/name = SubResource( 2 )
43+
DialogNode/styles/text = SubResource( 1 )

0 commit comments

Comments
 (0)