add themes

This commit is contained in:
David Rodenkirchen
2024-05-25 12:02:08 +02:00
parent 5dd65c82ed
commit 1e814d9d0e
8 changed files with 91 additions and 30 deletions
+3 -3
View File
@@ -17,9 +17,9 @@ class Home(rio.Component):
content=rio.Markdown("### Willkommen auf der Homepage der EZ GG e.V.", margin=1),
fill=self.session.theme.neutral_color,
corner_radius=self.session.theme.corner_radius_medium,
shadow_radius=1,
shadow_color=self.session.theme.shadow_color,
shadow_offset_y=0.2,
shadow_radius=0.5,
shadow_color=self.session.theme.hud_color,
shadow_offset_y=0,
margin_bottom=1,
margin_right=1
),