Build RoomScan AI starter app
This commit is contained in:
13
src/theme/colors.ts
Normal file
13
src/theme/colors.ts
Normal 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',
|
||||
};
|
||||
Reference in New Issue
Block a user