new theme: snow white

This commit is contained in:
2025-12-05 18:22:25 +03:00
parent f99ae75503
commit 77677eef6d
3 changed files with 1486 additions and 1 deletions

View File

@@ -267,6 +267,6 @@ def create_app():
if subject == 'style':
return 'Default'
return f'{subject.removeprefix('theme-').capitalize()} (beta)'
return f'{subject.removeprefix('theme-').replace('-', ' ').capitalize()} (beta)'
return app

File diff suppressed because it is too large Load Diff

10
sass/snow-white.scss Normal file
View File

@@ -0,0 +1,10 @@
// a simple light theme
// and just a bit more rounded
@use 'default' with (
$ACCENT_COLOR: #ced9ee,
$link_color: #711579,
$link_color_visited: #4a144f,
$DEFAULT_BORDER_RADIUS: 8px,
)