ai-ops-templates/rules/tailwind-brand.json
DMleadgen 3cb8d3cb3f Initial commit: AI Ops Templates repository
- Schema.org JSON-LD templates (product, event, local-business, faq)
- Brand, UI, SEO, and decision guide rules
- Working code snippets (vendor-card, schema-inject, deploy-webhook)
- JSON schemas for project config validation
- Client presets (slc-bride, default)
- Self-update protocol with changelog tracking

Made-with: Cursor
2026-03-06 16:03:31 -07:00

68 lines
1.8 KiB
JSON

{
"_meta": {
"last_updated": "2026-03-06T15:52:00Z",
"version": "1.0.0",
"description": "Tailwind brand configuration template - customize per client"
},
"colors": {
"primary": {
"50": "{{PRIMARY_50}}",
"100": "{{PRIMARY_100}}",
"200": "{{PRIMARY_200}}",
"300": "{{PRIMARY_300}}",
"400": "{{PRIMARY_400}}",
"500": "{{PRIMARY_500}}",
"600": "{{PRIMARY_600}}",
"700": "{{PRIMARY_700}}",
"800": "{{PRIMARY_800}}",
"900": "{{PRIMARY_900}}",
"950": "{{PRIMARY_950}}"
},
"secondary": {
"50": "{{SECONDARY_50}}",
"100": "{{SECONDARY_100}}",
"200": "{{SECONDARY_200}}",
"300": "{{SECONDARY_300}}",
"400": "{{SECONDARY_400}}",
"500": "{{SECONDARY_500}}",
"600": "{{SECONDARY_600}}",
"700": "{{SECONDARY_700}}",
"800": "{{SECONDARY_800}}",
"900": "{{SECONDARY_900}}",
"950": "{{SECONDARY_950}}"
},
"background": "{{BACKGROUND}}",
"foreground": "{{FOREGROUND}}",
"muted": "{{MUTED}}",
"mutedForeground": "{{MUTED_FOREGROUND}}",
"card": "{{CARD}}",
"cardForeground": "{{CARD_FOREGROUND}}",
"popover": "{{POPOVER}}",
"popoverForeground": "{{POPOVER_FOREGROUND}}",
"border": "{{BORDER}}",
"input": "{{INPUT}}",
"ring": "{{RING}}",
"destructive": "{{DESTRUCTIVE}}",
"destructiveForeground": "{{DESTRUCTIVE_FOREGROUND}}"
},
"fonts": {
"heading": "{{HEADING_FONT}}",
"body": "{{BODY_FONT}}",
"mono": "{{MONO_FONT}}"
},
"borderRadius": {
"sm": "{{RADIUS_SM}}",
"md": "{{RADIUS_MD}}",
"lg": "{{RADIUS_LG}}",
"xl": "{{RADIUS_XL}}"
},
"spacing": {
"section": "{{SECTION_SPACING}}",
"container": "{{CONTAINER_MAX_WIDTH}}"
},
"shadows": {
"sm": "{{SHADOW_SM}}",
"md": "{{SHADOW_MD}}",
"lg": "{{SHADOW_LG}}"
}
}