mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
15 lines
402 B
JSON
15 lines
402 B
JSON
{
|
|
"defaultGridClass": "grid gap-4 md:grid-cols-3 lg:grid-cols-6",
|
|
"defaultCardClass": "bg-black/40 border-white/10",
|
|
"colorClasses": {
|
|
"white": "text-white",
|
|
"red": "text-red-400",
|
|
"yellow": "text-yellow-400",
|
|
"blue": "text-blue-400",
|
|
"green": "text-green-400",
|
|
"orange": "text-orange-400",
|
|
"purple": "text-purple-400",
|
|
"gray": "text-gray-400"
|
|
}
|
|
}
|