Spaces:
Running
Running
File size: 2,549 Bytes
7554be9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | {
"custom_fonts": [
"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
],
"variables": {
"light": {
"--font-sans": "'Inter', sans-serif",
"--font-mono": "source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace",
"--background": "0 0% 98%",
"--foreground": "0 0% 10%",
"--card": "0 0% 100%",
"--card-foreground": "0 0% 10%",
"--popover": "0 0% 100%",
"--popover-foreground": "0 0% 10%",
"--primary": "0 0% 10%",
"--primary-foreground": "0 0% 100%",
"--secondary": "0 0% 96%",
"--secondary-foreground": "0 0% 15%",
"--muted": "0 0% 93%",
"--muted-foreground": "0 0% 40%",
"--accent": "0 0% 95%",
"--accent-foreground": "0 0% 15%",
"--destructive": "0 84% 60%",
"--destructive-foreground": "0 0% 98%",
"--border": "0 0% 88%",
"--input": "0 0% 88%",
"--ring": "0 0% 20%",
"--radius": "0.75rem",
"--sidebar-background": "0 0% 97%",
"--sidebar-foreground": "0 0% 25%",
"--sidebar-primary": "0 0% 12%",
"--sidebar-primary-foreground": "0 0% 98%",
"--sidebar-accent": "0 0% 94%",
"--sidebar-accent-foreground": "0 0% 15%",
"--sidebar-border": "0 0% 90%",
"--sidebar-ring": "0 0% 30%"
},
"dark": {
"--font-sans": "'Inter', sans-serif",
"--font-mono": "source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace",
"--background": "0 0% 6%",
"--foreground": "0 0% 95%",
"--card": "0 0% 12%",
"--card-foreground": "0 0% 95%",
"--popover": "0 0% 12%",
"--popover-foreground": "0 0% 95%",
"--primary": "0 0% 95%",
"--primary-foreground": "0 0% 8%",
"--secondary": "0 0% 15%",
"--secondary-foreground": "0 0% 90%",
"--muted": "0 0% 18%",
"--muted-foreground": "0 0% 60%",
"--accent": "0 0% 20%",
"--accent-foreground": "0 0% 90%",
"--destructive": "0 75% 50%",
"--destructive-foreground": "0 0% 95%",
"--border": "0 0% 20%",
"--input": "0 0% 20%",
"--ring": "0 0% 80%",
"--sidebar-background": "0 0% 4%",
"--sidebar-foreground": "0 0% 85%",
"--sidebar-primary": "0 0% 90%",
"--sidebar-primary-foreground": "0 0% 8%",
"--sidebar-accent": "0 0% 10%",
"--sidebar-accent-foreground": "0 0% 85%",
"--sidebar-border": "0 0% 18%",
"--sidebar-ring": "0 0% 70%"
}
}
} |