adds color themeing support to the site

This commit is contained in:
2026-06-29 21:23:51 +00:00
parent bfd6c5bb9e
commit ee79662e5d
37 changed files with 1046 additions and 15 deletions
+14
View File
@@ -217,6 +217,20 @@ STATION_CONFIG: dict = {
"play_store_icon_url": "",
"play_store_url": "",
"app_store_embed_html": "",
# Color theme defaults (match _variables.scss)
"color_primary": "#1a3a5c",
"color_primary_light": "#2a5a8c",
"color_primary_dark": "#0e2440",
"color_primary_muted": "#3a6a9c",
"color_accent": "#e87a2e",
"color_accent_light": "#f09a4e",
"color_accent_dark": "#c85a1e",
"color_accent_muted": "#f0a86a",
"color_background": "#faf6f0",
"color_text": "#3a3632",
"color_success": "#4a9e4f",
"color_danger": "#c83030",
"color_info": "#3a8abf",
}
HISTORY_ENTRIES: list[dict] = [