mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 17:19:27 +01:00
13 lines
189 B
TypeScript
13 lines
189 B
TypeScript
export default {
|
|
text: {
|
|
primary: '#ffffff',
|
|
secondary: '#999999',
|
|
},
|
|
gradient: {
|
|
high: '#2d2d2d',
|
|
low: '#000000',
|
|
},
|
|
accent: '#b134db',
|
|
accentLow: '#511c63',
|
|
}
|