initial commit
This commit is contained in:
14
app/app.config.js
Normal file
14
app/app.config.js
Normal 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',
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user