Files
metabuilder/frontends/codegen/public/theme.json
2026-03-09 22:30:41 +00:00

29 lines
738 B
JSON

{
"sidebar": {
"width": "16rem",
"widthMobile": "18rem",
"widthIcon": "3rem",
"backgroundColor": "oklch(0.19 0.02 265)",
"foregroundColor": "oklch(0.95 0.01 265)",
"borderColor": "oklch(0.28 0.03 265)",
"accentColor": "oklch(0.58 0.24 265)",
"accentForeground": "oklch(1 0 0)",
"hoverBackground": "oklch(0.25 0.03 265)",
"activeBackground": "oklch(0.30 0.04 265)",
"headerHeight": "4rem",
"transitionDuration": "200ms",
"zIndex": 40
},
"colors": {},
"spacing": {
"radius": "0.5rem"
},
"typography": {
"fontFamily": {
"body": "'IBM Plex Sans', sans-serif",
"heading": "'JetBrains Mono', monospace",
"code": "'JetBrains Mono', monospace"
}
}
}