diff options
Diffstat (limited to 'client/menu/theme/paper.tres')
-rw-r--r-- | client/menu/theme/paper.tres | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/client/menu/theme/paper.tres b/client/menu/theme/paper.tres index a3514818..91426551 100644 --- a/client/menu/theme/paper.tres +++ b/client/menu/theme/paper.tres @@ -1,6 +1,17 @@ -[gd_resource type="Theme" load_steps=12 format=3 uid="uid://ci2qajdoa1an1"] +[gd_resource type="Theme" load_steps=16 format=3 uid="uid://ci2qajdoa1an1"] [ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://menu/theme/font-sansita-swashed.woff2" id="1_koj1m"] +[ext_resource type="FontFile" uid="uid://5ixo6b3bd3km" path="res://menu/theme/font-josefin-sans.woff2" id="1_tc8bk"] + +[sub_resource type="FontVariation" id="FontVariation_pirkj"] +base_font = ExtResource("1_tc8bk") +variation_embolden = 0.5 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xxmhf"] +bg_color = Color(0, 0, 0, 0.305882) + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_3p3im"] +bg_color = Color(0, 0, 0, 0.145098) [sub_resource type="SystemFont" id="SystemFont_3j83h"] @@ -48,6 +59,12 @@ base_font = SubResource("SystemFont_3j83h") variation_embolden = -0.44 [resource] +Button/colors/font_color = Color(0.21875, 0.21875, 0.21875, 1) +Button/fonts/font = SubResource("FontVariation_pirkj") +Button/styles/focus = SubResource("StyleBoxFlat_xxmhf") +Button/styles/hover = SubResource("StyleBoxFlat_3p3im") +Button/styles/normal = SubResource("StyleBoxFlat_xxmhf") +Button/styles/pressed = SubResource("StyleBoxFlat_xxmhf") CheckBox/colors/font_color = Color(0, 0, 0, 1) CheckBox/colors/font_focus_color = Color(0, 0, 0, 1) CheckBox/colors/font_hover_color = Color(0, 0, 0, 1) @@ -69,6 +86,7 @@ LineEdit/colors/font_color = Color(0, 0.0196078, 0.415686, 1) LineEdit/fonts/font = SubResource("FontVariation_cx2xx") LineEdit/styles/focus = SubResource("StyleBoxFlat_huhkg") LineEdit/styles/normal = SubResource("StyleBoxFlat_huhkg") +LineEdit/styles/read_only = SubResource("StyleBoxFlat_huhkg") MarginContainer/constants/margin_bottom = 30 MarginContainer/constants/margin_left = 70 MarginContainer/constants/margin_right = 30 |