mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 01:40:15 +08:00
feat(dashboard): blueprint light mode theme
- Surface/background: #F0F4F8 cool blue-gray lab white - On-surface text: #1A2B3C deep indigo - ContainerBg: translucent rgba glass for light mode - Surface-variant: slightly deeper cool tone
This commit is contained in:
@@ -86,5 +86,5 @@ class CustomBuildHook(BuildHookInterface):
|
||||
shutil.rmtree(dist_target)
|
||||
shutil.copytree(dist_src, dist_target)
|
||||
logger.info(
|
||||
f"[hatch_build] Dashboard dist copied → {dist_target.relative_to(root)}"
|
||||
f"[hatch_build] Dashboard dist copied → {dist_target.relative_to(root)}"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user