subtracks/app/styles/colors.ts
2021-07-08 12:21:44 +09:00

13 lines
189 B
TypeScript

export default {
text: {
primary: '#ffffff',
secondary: '#999999',
},
gradient: {
high: '#2d2d2d',
low: '#000000',
},
accent: '#b134db',
accentLow: '#511c63',
}