15 lines
263 B
JavaScript
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',
|
|
},
|
|
},
|
|
})
|