diff options
author | tpart <tpart120@proton.me> | 2024-07-07 15:12:51 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-07 15:12:51 +0200 |
commit | 120eb58c117f251fc548275a7440c2b2492ec6aa (patch) | |
tree | 5cfd2567cbfbf20e6f61b138e409b91914815ff5 | |
parent | 62f3aa1599173403142af7aa9b944bbdfc2ab356 (diff) | |
download | hurrycurry-120eb58c117f251fc548275a7440c2b2492ec6aa.tar hurrycurry-120eb58c117f251fc548275a7440c2b2492ec6aa.tar.bz2 hurrycurry-120eb58c117f251fc548275a7440c2b2492ec6aa.tar.zst |
Make focus more obvious in paper theme
-rw-r--r-- | client/menu/theme/paper.tres | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/client/menu/theme/paper.tres b/client/menu/theme/paper.tres index 91426551..32cf2701 100644 --- a/client/menu/theme/paper.tres +++ b/client/menu/theme/paper.tres @@ -1,4 +1,4 @@ -[gd_resource type="Theme" load_steps=16 format=3 uid="uid://ci2qajdoa1an1"] +[gd_resource type="Theme" load_steps=17 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"] @@ -7,12 +7,20 @@ base_font = ExtResource("1_tc8bk") variation_embolden = 0.5 -[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xxmhf"] +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_l5fao"] bg_color = Color(0, 0, 0, 0.305882) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color(0.819608, 0.92549, 1, 1) [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_3p3im"] bg_color = Color(0, 0, 0, 0.145098) +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xxmhf"] +bg_color = Color(0, 0, 0, 0.305882) + [sub_resource type="SystemFont" id="SystemFont_3j83h"] [sub_resource type="FontVariation" id="FontVariation_8qr07"] @@ -61,7 +69,7 @@ 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/focus = SubResource("StyleBoxFlat_l5fao") Button/styles/hover = SubResource("StyleBoxFlat_3p3im") Button/styles/normal = SubResource("StyleBoxFlat_xxmhf") Button/styles/pressed = SubResource("StyleBoxFlat_xxmhf") |