mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
16 lines
369 B
JSON
16 lines
369 B
JSON
{
|
|
"$schema": "https://metabuilder.dev/schemas/package-styles.schema.json",
|
|
"schemaVersion": "2.0.0",
|
|
"colors": {
|
|
"tableHeaderBg": "#f9fafb",
|
|
"tableRowHover": "#f3f4f6",
|
|
"tableRowSelected": "#e0e7ff",
|
|
"tableBorder": "#e5e7eb",
|
|
"sortIndicator": "#6366f1"
|
|
},
|
|
"spacing": {
|
|
"cellPadding": "12px 16px",
|
|
"tableMargin": "0 0 16px 0"
|
|
}
|
|
}
|