initial commit

This commit is contained in:
Madison Grubb
2026-02-10 23:32:26 -05:00
commit b7046dc0e6
133 changed files with 26080 additions and 0 deletions

14
app/app.config.js Normal file
View File

@@ -0,0 +1,14 @@
export default defineAppConfig({
title: 'KestrelOS',
theme: {
dark: true,
colors: {
background: '#060b14',
surface: '#0d1424',
border: '#1a2744',
text: '#b8c9e0',
muted: '#5c6f8a',
accent: '#22c9c9',
},
},
})