|
| 1 | +{ |
| 2 | + "meta": { |
| 3 | + "family": "community-favorite", |
| 4 | + "collection": "community" |
| 5 | + }, |
| 6 | + "dark": { |
| 7 | + "--bg": "#1e1e2e", |
| 8 | + "--surface": "#181825", |
| 9 | + "--card": "#313244", |
| 10 | + "--card-bg": "#313244", |
| 11 | + "--card-border": "rgba(203, 166, 247, 0.12)", |
| 12 | + "--text": "#cdd6f4", |
| 13 | + "--text-secondary": "#bac2de", |
| 14 | + "--muted": "#6c7086", |
| 15 | + "--good": "#a6e3a1", |
| 16 | + "--warn": "#f9e2af", |
| 17 | + "--crit": "#f38ba8", |
| 18 | + "--accent": "#cba6f7", |
| 19 | + "--accent-hover": "#b4befe", |
| 20 | + "--accent-muted": "rgba(203, 166, 247, 0.14)", |
| 21 | + "--info": "#89dceb", |
| 22 | + "--input-border": "rgba(203, 166, 247, 0.18)", |
| 23 | + "--overlay": "rgba(17, 17, 27, 0.72)", |
| 24 | + "--hover-bg": "rgba(255, 255, 255, 0.04)", |
| 25 | + "--void": "#11111b", |
| 26 | + "--void-deep": "#0b0b12", |
| 27 | + "--elevated": "#45475a", |
| 28 | + "--hover": "#585b70", |
| 29 | + "--amethyst": "#cba6f7", |
| 30 | + "--amethyst-light": "#f5c2e7", |
| 31 | + "--sapphire": "#89b4fa", |
| 32 | + "--success": "#a6e3a1", |
| 33 | + "--warning": "#f9e2af", |
| 34 | + "--danger": "#f38ba8", |
| 35 | + "--text-primary": "#cdd6f4", |
| 36 | + "--text-muted": "#6c7086", |
| 37 | + "--glass-bg": "rgba(30, 30, 46, 0.84)", |
| 38 | + "--glass-border": "rgba(203, 166, 247, 0.1)" |
| 39 | + }, |
| 40 | + "light": { |
| 41 | + "--bg": "#eff1f5", |
| 42 | + "--surface": "#ffffff", |
| 43 | + "--card": "#e6e9ef", |
| 44 | + "--card-bg": "#e6e9ef", |
| 45 | + "--card-border": "rgba(114, 135, 253, 0.12)", |
| 46 | + "--text": "#4c4f69", |
| 47 | + "--text-secondary": "#5c5f77", |
| 48 | + "--muted": "#8c8fa1", |
| 49 | + "--good": "#40a02b", |
| 50 | + "--warn": "#df8e1d", |
| 51 | + "--crit": "#d20f39", |
| 52 | + "--accent": "#8839ef", |
| 53 | + "--accent-hover": "#7287fd", |
| 54 | + "--accent-muted": "rgba(136, 57, 239, 0.1)", |
| 55 | + "--info": "#04a5e5", |
| 56 | + "--input-border": "rgba(136, 57, 239, 0.14)", |
| 57 | + "--overlay": "rgba(0, 0, 0, 0.35)", |
| 58 | + "--hover-bg": "rgba(136, 57, 239, 0.04)", |
| 59 | + "--void": "#eff1f5", |
| 60 | + "--void-deep": "#e6e9ef", |
| 61 | + "--elevated": "#dce0e8", |
| 62 | + "--hover": "#ccd0da", |
| 63 | + "--amethyst": "#8839ef", |
| 64 | + "--amethyst-light": "#ea76cb", |
| 65 | + "--sapphire": "#1e66f5", |
| 66 | + "--success": "#40a02b", |
| 67 | + "--warning": "#df8e1d", |
| 68 | + "--danger": "#d20f39", |
| 69 | + "--text-primary": "#4c4f69", |
| 70 | + "--text-muted": "#8c8fa1", |
| 71 | + "--glass-bg": "rgba(239, 241, 245, 0.86)", |
| 72 | + "--glass-border": "rgba(136, 57, 239, 0.08)" |
| 73 | + } |
| 74 | +} |
0 commit comments