mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 22:04:56 +00:00
14 lines
278 B
JSON
14 lines
278 B
JSON
{
|
|
"$schema": "https://metabuilder.dev/schemas/package-styles.schema.json",
|
|
"schemaVersion": "2.0.0",
|
|
"colors": {
|
|
"userActive": "#28a745",
|
|
"userInactive": "#6c757d",
|
|
"userBanned": "#dc3545"
|
|
},
|
|
"spacing": {
|
|
"userCard": "16px",
|
|
"userRow": "8px"
|
|
}
|
|
}
|