substrate / public /theme.json
syedtaha22's picture
add chainlit config, and public resources
f3f3fdb
{
"custom_fonts": [
"https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap"
],
"variables": {
"light": {
"--font-sans": "'Bricolage Grotesque', 'Inter', sans-serif",
"--font-mono": "'JetBrains Mono', monospace",
"--background": "60 15% 96%",
"--foreground": "160 20% 12%",
"--card": "60 15% 98%",
"--card-foreground": "160 20% 10%",
"--popover": "0 0% 100%",
"--popover-foreground": "160 20% 12%",
"--primary": "38 85% 48%",
"--primary-foreground": "40 10% 10%",
"--secondary": "160 12% 90%",
"--secondary-foreground": "160 25% 20%",
"--muted": "160 10% 92%",
"--muted-foreground": "160 10% 40%",
"--accent": "38 90% 95%",
"--accent-foreground": "38 90% 25%",
"--destructive": "5 80% 55%",
"--destructive-foreground": "0 0% 100%",
"--border": "160 10% 86%",
"--input": "160 10% 84%",
"--ring": "38 85% 48%",
"--radius": "0.75rem",
"--sidebar-background": "160 15% 94%",
"--sidebar-foreground": "160 20% 20%",
"--sidebar-primary": "38 85% 48%",
"--sidebar-primary-foreground": "40 10% 10%",
"--sidebar-accent": "160 10% 88%",
"--sidebar-accent-foreground": "160 20% 15%",
"--sidebar-border": "160 10% 88%",
"--sidebar-ring": "38 85% 48%"
},
"dark": {
"--font-sans": "'Bricolage Grotesque', 'Inter', sans-serif",
"--font-mono": "'JetBrains Mono', monospace",
"--background": "165 15% 8%",
"--foreground": "60 10% 90%",
"--card": "165 15% 10%",
"--card-foreground": "60 10% 95%",
"--popover": "165 18% 12%",
"--popover-foreground": "60 10% 90%",
"--primary": "42 95% 65%",
"--primary-foreground": "42 20% 10%",
"--secondary": "165 10% 16%",
"--secondary-foreground": "60 5% 85%",
"--muted": "165 10% 14%",
"--muted-foreground": "165 8% 65%",
"--accent": "42 95% 65% / 0.15",
"--accent-foreground": "42 95% 75%",
"--destructive": "0 75% 50%",
"--destructive-foreground": "0 0% 100%",
"--border": "165 10% 18%",
"--input": "165 10% 20%",
"--ring": "42 95% 65%",
"--radius": "0.75rem",
"--sidebar-background": "165 20% 6%",
"--sidebar-foreground": "160 10% 85%",
"--sidebar-primary": "42 95% 65%",
"--sidebar-primary-foreground": "42 20% 10%",
"--sidebar-accent": "165 10% 12%",
"--sidebar-accent-foreground": "60 10% 95%",
"--sidebar-border": "165 10% 14%",
"--sidebar-ring": "42 95% 65%"
}
}
}