Autofocus, autorefresh

This commit is contained in:
2025-09-30 14:33:48 -05:00
parent 97cb5a6e3e
commit 2af690ee15
7 changed files with 27 additions and 19 deletions

View File

@@ -19,10 +19,11 @@ from db_classes import init
# https://rio.dev/docs/api/theme
theme = rio.Theme.from_colors(
secondary_color=rio.Color.from_hex("#84329B"),
primary_color=rio.Color.from_hex("#84329B"),
primary_color=rio.Color.from_hex("#020f22"),
#neutral_color=rio.Color.from_hex("#a850f480"),
neutral_color=rio.Color.from_hex("#D0A2F7"),
mode='light',
neutral_color=rio.Color.from_hex("#BBC7D6c0"),
background_color=rio.Color.from_hex("#7D9CC0"),
mode='dark',
)
init()