mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-16 04:42:06 +08:00
41 lines
854 B
JavaScript
41 lines
854 B
JavaScript
export default {
|
|
id: 'green',
|
|
isDark: false,
|
|
colors: {
|
|
primary: '#fff',
|
|
|
|
normal: '#333',
|
|
normal10: '#4c4c4c',
|
|
normal20: '#666',
|
|
normal30: '#808080',
|
|
normal35: '#8c8c8c',
|
|
normal40: '#999',
|
|
normal50: '#b2b2b2',
|
|
normal60: '#ccc',
|
|
normal70: '#e6e6e6',
|
|
normal75: '#f2f2f2',
|
|
|
|
secondary_5: '#46a071',
|
|
secondary: '#4eb17d',
|
|
secondary10: '#73bf97',
|
|
secondary20: '#95d0b2',
|
|
secondary30: '#b9dfcb',
|
|
secondary40: '#dcefe5',
|
|
secondary45: '#edf7f2',
|
|
|
|
tertiary_5: '#5497b5',
|
|
tertiary: '#66a2bd',
|
|
tertiary10: '#77adc5',
|
|
tertiary20: '#89b8cd',
|
|
tertiary30: '#9ac3d5',
|
|
tertiary40: '#accedd',
|
|
tertiary45: '#bed9e4',
|
|
|
|
borderColor: '#e6e6e6',
|
|
borderColor2: '#ebebeb',
|
|
borderColor3: '#f0f0f0',
|
|
borderColor4: '#f5f5f5',
|
|
borderColor5: '#fafafa',
|
|
},
|
|
}
|