|
| 1 | +{ |
| 2 | + "name": "ember", |
| 3 | + |
| 4 | + "panel": { |
| 5 | + "background": "linear-gradient(155deg, rgba(28, 14, 16, 0.93) 0%, rgba(35, 17, 18, 0.93) 50%, rgba(23, 12, 17, 0.94) 100%)", |
| 6 | + "borderRadius": 18, |
| 7 | + "shadow": "0 18px 48px rgba(12, 4, 4, 0.72), 0 0 0 1px rgba(251, 146, 60, 0.09)" |
| 8 | + }, |
| 9 | + |
| 10 | + "settings": { |
| 11 | + "panelBg": "rgba(38, 19, 20, 0.6)", |
| 12 | + "panelBorder": "rgba(251, 146, 60, 0.14)", |
| 13 | + "text": "#FDEDE4", |
| 14 | + "textMuted": "rgba(234, 200, 186, 0.68)", |
| 15 | + "itemHover": "rgba(251, 146, 60, 0.09)", |
| 16 | + "itemActive": "rgba(251, 146, 60, 0.17)", |
| 17 | + "accent": "#FB923C" |
| 18 | + }, |
| 19 | + |
| 20 | + "controls": { |
| 21 | + "iconColor": "#F8C9A6", |
| 22 | + "iconColorActive": "#FFFFFF", |
| 23 | + "iconBackground": "transparent", |
| 24 | + "iconBackgroundHover": "rgba(251, 146, 60, 0.12)" |
| 25 | + }, |
| 26 | + |
| 27 | + "playbar": { |
| 28 | + "trackBg": "rgba(251, 191, 160, 0.16)", |
| 29 | + "trackFill": "linear-gradient(90deg, #F43F5E 0%, #FB923C 55%, #FBBF24 100%)", |
| 30 | + "thumbColor": "#FFF7ED", |
| 31 | + "timeTextColor": "rgba(245, 206, 184, 0.82)" |
| 32 | + }, |
| 33 | + |
| 34 | + "typography": { |
| 35 | + "songTitle": { |
| 36 | + "color": "#FFF6EF", |
| 37 | + "weight": 600 |
| 38 | + }, |
| 39 | + "songArtist": { |
| 40 | + "color": "#FDBA74", |
| 41 | + "weight": 400 |
| 42 | + } |
| 43 | + }, |
| 44 | + |
| 45 | + "actions": { |
| 46 | + "iconColor": "#FBCFA3", |
| 47 | + "iconBackground": "rgba(251, 146, 60, 0.07)", |
| 48 | + "iconBackgroundHover": "rgba(251, 146, 60, 0.16)" |
| 49 | + }, |
| 50 | + |
| 51 | + "cover": { |
| 52 | + "borderColor": "rgba(251, 146, 60, 0.38)", |
| 53 | + "borderRadius": 12 |
| 54 | + } |
| 55 | +} |
0 commit comments