chainlit / public /theme.json
Gustav2811's picture
Initial deployment to Hugging Face Spaces
971a10e
{
"custom_fonts": [
"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
],
"variables": {
"light": {
"--font-sans": "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
"--font-mono": "source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace",
"--background": "0 0% 98%",
"--foreground": "0 0% 13%",
"--card": "0 0% 100%",
"--card-foreground": "0 0% 13%",
"--popover": "0 0% 100%",
"--popover-foreground": "0 0% 13%",
"--primary": "207 90% 54%",
"--primary-foreground": "0 0% 100%",
"--secondary": "340 97% 43%",
"--secondary-foreground": "0 0% 100%",
"--muted": "0 0% 96%",
"--muted-foreground": "0 0% 46%",
"--accent": "0 0% 96%",
"--accent-foreground": "0 0% 13%",
"--destructive": "0 84% 60%",
"--destructive-foreground": "0 0% 98%",
"--border": "0 0% 90%",
"--input": "0 0% 90%",
"--ring": "207 90% 54%",
"--radius": "0.75rem",
"--sidebar-background": "0 0% 98%",
"--sidebar-foreground": "0 0% 46%",
"--sidebar-primary": "0 0% 13%",
"--sidebar-primary-foreground": "0 0% 98%",
"--sidebar-accent": "0 0% 96%",
"--sidebar-accent-foreground": "0 0% 13%",
"--sidebar-border": "0 0% 91%",
"--sidebar-ring": "207 90% 54%"
},
"dark": {
"--font-sans": "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
"--font-mono": "source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace",
"--background": "0 0% 13%",
"--foreground": "0 0% 93%",
"--card": "0 0% 18%",
"--card-foreground": "145, 61%, 55%",
"--popover": "0 0% 18%",
"--popover-foreground": "145, 61%, 55%",
"--primary": "145, 61%, 55%",
"--primary-foreground": "0 0% 100%",
"--secondary": "340 97% 43%",
"--secondary-foreground": "0 0% 100%",
"--muted": "0 1% 26%",
"--muted-foreground": "0 0% 71%",
"--accent": "0 0% 26%",
"--accent-foreground": "0 0% 98%",
"--destructive": "0 63% 31%",
"--destructive-foreground": "0 0% 98%",
"--border": "0 1% 26%",
"--input": "0 1% 26%",
"--ring": "207 90% 54%",
"--sidebar-background": "0 0% 9%",
"--sidebar-foreground": "0 0% 96%",
"--sidebar-primary": "207 90% 54%",
"--sidebar-primary-foreground": "0 0% 100%",
"--sidebar-accent": "0 0% 13%",
"--sidebar-accent-foreground": "0 0% 96%",
"--sidebar-border": "0 4% 16%",
"--sidebar-ring": "207 90% 54%"
}
}
}