Bläddra i källkod

:lipstick: Stylise la barre de defilement

Scroll bar
DricomDragon 8 månader sedan
förälder
incheckning
e338989a4d
1 ändrade filer med 32 tillägg och 1 borttagningar
  1. 32 1
      godot/ressources/theme/theme_principal.tres

+ 32 - 1
godot/ressources/theme/theme_principal.tres

@@ -1,4 +1,4 @@
-[gd_resource type="Theme" load_steps=6 format=3 uid="uid://ds4th0tnauyf3"]
+[gd_resource type="Theme" load_steps=10 format=3 uid="uid://ds4th0tnauyf3"]
 
 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_mruam"]
 content_margin_left = 15.0
@@ -58,6 +58,33 @@ border_width_left = 5
 border_width_right = 5
 border_color = Color(0, 0.847059, 0.501961, 1)
 
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cb7d3"]
+bg_color = Color(0, 0, 0, 0.756863)
+corner_radius_top_right = 14
+corner_radius_bottom_left = 14
+expand_margin_left = 8.0
+
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_375ov"]
+bg_color = Color(0.592157, 0.643137, 0.843137, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
+
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_omlg4"]
+bg_color = Color(0.545098, 0.937255, 1, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
+
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_b3tfl"]
+bg_color = Color(0.980392, 0.87451, 0.568627, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
+
 [resource]
 Button/colors/font_hover_pressed_color = Color(0, 0.847059, 0.501961, 1)
 Button/colors/font_pressed_color = Color(0.980392, 0.87451, 0.568627, 1)
@@ -67,3 +94,7 @@ Button/styles/focus = SubResource("StyleBoxFlat_khiph")
 Button/styles/hover = SubResource("StyleBoxFlat_wqxsx")
 Button/styles/normal = SubResource("StyleBoxFlat_b7q87")
 Button/styles/pressed = SubResource("StyleBoxFlat_no27u")
+Panel/styles/panel = SubResource("StyleBoxFlat_cb7d3")
+VScrollBar/styles/grabber = SubResource("StyleBoxFlat_375ov")
+VScrollBar/styles/grabber_highlight = SubResource("StyleBoxFlat_omlg4")
+VScrollBar/styles/grabber_pressed = SubResource("StyleBoxFlat_b3tfl")