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:
LIghtJUNction
2026-03-29 17:07:12 +08:00
parent 5109ca96ca
commit c7c878a8e2
13 changed files with 59 additions and 50 deletions

View File

@@ -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)}"
)