aboutsummaryrefslogtreecommitdiff
path: root/client/gui/resources/theme/theme.tres
blob: ca87a81cda9e344d28fb664cdc2e5a6e492ea063 (plain)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[gd_resource type="Theme" load_steps=12 format=3 uid="uid://b0qmvo504e457"]

[ext_resource type="FontFile" uid="uid://5ixo6b3bd3km" path="res://gui/resources/fonts/font-josefin-sans.woff2" id="1_f8qb0"]
[ext_resource type="StyleBox" uid="uid://b86kbd3pfkd5w" path="res://gui/resources/style/focus_style.tres" id="1_x88rs"]
[ext_resource type="StyleBox" uid="uid://pi5uhe0lrgka" path="res://gui/resources/style/normal_style.tres" id="2_8fwoi"]
[ext_resource type="StyleBox" uid="uid://dua4jqje3704w" path="res://gui/resources/style/hover_style.tres" id="2_ye28t"]
[ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://gui/resources/fonts/font-sansita-swashed.woff2" id="3_8u6ww"]
[ext_resource type="StyleBox" uid="uid://bcd4xcvtv7tws" path="res://gui/resources/style/panel_style.tres" id="4_42dlp"]

[sub_resource type="StyleBoxLine" id="StyleBoxLine_emtvk"]
content_margin_top = 5.0
content_margin_bottom = 5.0
color = Color(1, 1, 1, 1)
grow_begin = 0.0
grow_end = 0.0
thickness = 3

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_25x32"]
content_margin_left = 10.0
content_margin_top = 10.0
content_margin_right = 10.0
content_margin_bottom = 10.0
bg_color = Color(1, 1, 1, 0.0352941)
corner_radius_top_left = 5
corner_radius_top_right = 5
corner_radius_bottom_right = 5
corner_radius_bottom_left = 5

[sub_resource type="FontVariation" id="FontVariation_ff4nr"]
base_font = ExtResource("3_8u6ww")
variation_embolden = 0.7

[sub_resource type="FontVariation" id="FontVariation_lyo8w"]
base_font = ExtResource("1_f8qb0")
variation_embolden = 1.25
spacing_top = 5

[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_or5ri"]

[resource]
default_font = SubResource("FontVariation_lyo8w")
Button/font_sizes/font_size = 18
Button/styles/disabled = ExtResource("2_8fwoi")
Button/styles/focus = ExtResource("1_x88rs")
Button/styles/hover = ExtResource("2_ye28t")
Button/styles/normal = ExtResource("2_8fwoi")
Button/styles/pressed = ExtResource("2_8fwoi")
CheckButton/font_sizes/font_size = 18
CheckButton/styles/disabled = ExtResource("2_8fwoi")
CheckButton/styles/focus = ExtResource("1_x88rs")
CheckButton/styles/hover = ExtResource("2_ye28t")
CheckButton/styles/hover_pressed = ExtResource("2_ye28t")
CheckButton/styles/normal = ExtResource("2_8fwoi")
CheckButton/styles/pressed = ExtResource("2_8fwoi")
HSeparator/styles/separator = SubResource("StyleBoxLine_emtvk")
Label/font_sizes/font_size = 16
LineEdit/styles/focus = ExtResource("1_x88rs")
LineEdit/styles/normal = SubResource("StyleBoxFlat_25x32")
LineEdit/styles/read_only = SubResource("StyleBoxFlat_25x32")
MarginContainer/constants/margin_bottom = 32
MarginContainer/constants/margin_left = 32
MarginContainer/constants/margin_right = 32
MarginContainer/constants/margin_top = 32
Panel/styles/panel = ExtResource("4_42dlp")
PanelContainer/styles/panel = ExtResource("4_42dlp")
RichTextLabel/fonts/bold_font = SubResource("FontVariation_ff4nr")
RichTextLabel/fonts/bold_italics_font = SubResource("FontVariation_lyo8w")
RichTextLabel/fonts/italics_font = SubResource("FontVariation_lyo8w")
RichTextLabel/fonts/mono_font = SubResource("FontVariation_lyo8w")
TabContainer/styles/panel = SubResource("StyleBoxEmpty_or5ri")