Files
gitlab-instance-0a899031_d2…/mobile/constants/Colors.ts
eric b77a8cadb2
Some checks failed
Upstream Sync / Sync latest commits from upstream repo (push) Has been cancelled
'init'
2026-03-24 14:46:41 -05:00

19 lines
336 B
TypeScript

const accent = '#5b9dff';
export default {
light: {
text: '#0f172a',
background: '#f3f5fb',
tint: '#2563eb',
tabIconDefault: '#94a3b8',
tabIconSelected: '#2563eb',
},
dark: {
text: '#e8eaed',
background: '#14161c',
tint: accent,
tabIconDefault: '#64748b',
tabIconSelected: accent,
},
};