style(navigation): implement basic navigation bar

This commit is contained in:
2025-08-21 04:03:53 +02:00
parent ebb45d2ea0
commit 3406450eba
16 changed files with 2319 additions and 262 deletions

View File

@@ -58,7 +58,7 @@ export const Theme = definePreset(Aura, {
},
dark: {
surface: {
0: "#0a0a0a",
0: "#030303",
50: "#171717",
100: "#262626",
200: "#404040",