Files
kestrelos/app/app.config.js
Madison Grubb b7046dc0e6 initial commit
2026-02-10 23:32:26 -05:00

15 lines
263 B
JavaScript

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