Build RoomScan AI starter app

This commit is contained in:
Ismail Ali
2026-04-28 11:43:56 +02:00
parent 306c93fb47
commit bdc0c97431
16 changed files with 1071 additions and 18 deletions

13
src/theme/colors.ts Normal file
View File

@@ -0,0 +1,13 @@
export const colors = {
background: '#08111f',
surface: '#101d31',
surfaceRaised: '#17263d',
primary: '#62d6ff',
primaryDark: '#0f8fbf',
accent: '#b5f06d',
warning: '#ffcf5a',
danger: '#ff7a7a',
textPrimary: '#f4f8ff',
textSecondary: '#a7b5c9',
border: '#263854',
};