-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdefault_theme.tres
39 lines (33 loc) · 1.53 KB
/
default_theme.tres
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[gd_resource type="Theme" load_steps=7 format=3 uid="uid://cnmy8s7h1qby8"]
[ext_resource type="FontFile" uid="uid://8lo5awqmuhq" path="res://Fonts/Dosis-Medium.ttf" id="1_guvjk"]
[ext_resource type="FontFile" uid="uid://dlbna5qf0660q" path="res://Fonts/Dosis-Bold.ttf" id="1_lpect"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_6btep"]
bg_color = Color(0.47451, 0.419608, 0.839216, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_j4g53"]
bg_color = Color(0.423529, 0.356863, 0.843137, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_v8nec"]
bg_color = Color(0.318693, 0.2508, 0.76, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jrox1"]
bg_color = Color(0.980392, 0.980392, 0.980392, 1)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0.25098, 0.176471, 0.729412, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
corner_detail = 4
shadow_color = Color(0, 0, 0, 0.101961)
[resource]
default_font = ExtResource("1_guvjk")
default_font_size = 40
Button/colors/font_color = Color(0.980392, 0.980392, 0.980392, 1)
Button/styles/hover = SubResource("StyleBoxFlat_6btep")
Button/styles/normal = SubResource("StyleBoxFlat_j4g53")
Button/styles/pressed = SubResource("StyleBoxFlat_v8nec")
Label/colors/font_color = Color(0.0627451, 0.0627451, 0.0627451, 1)
Panel/styles/panel = SubResource("StyleBoxFlat_jrox1")
RichTextLabel/constants/line_separation = 5
RichTextLabel/fonts/bold_font = ExtResource("1_lpect")