mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 00:59:28 +01:00
14 lines
209 B
TypeScript
14 lines
209 B
TypeScript
export default {
|
|
text: {
|
|
primary: '#ffffff',
|
|
secondary: '#999999',
|
|
},
|
|
gradient: {
|
|
high: '#2d2d2d',
|
|
mid: '#191919',
|
|
low: '#000000',
|
|
},
|
|
accent: '#c260e5',
|
|
accentLow: '#50285e',
|
|
}
|