Autofocus, autorefresh
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user