create-rn-starter-kit
Version:
Interactive CLI for creating modular React Native apps with Expo
61 lines • 2.22 kB
JSON
{
"global": {
"colors": {
"primary": {
"50": { "value": "#f0fdf4", "type": "color" },
"100": { "value": "#dcfce7", "type": "color" },
"500": { "value": "#22c55e", "type": "color" },
"600": { "value": "#16a34a", "type": "color" },
"900": { "value": "#14532d", "type": "color" }
},
"neutral": {
"50": { "value": "#fafafa", "type": "color" },
"100": { "value": "#f5f5f5", "type": "color" },
"200": { "value": "#e5e5e5", "type": "color" },
"500": { "value": "#737373", "type": "color" },
"900": { "value": "#171717", "type": "color" }
},
"semantic": {
"error": { "value": "#dc2626", "type": "color" },
"success": { "value": "#16a34a", "type": "color" },
"warning": { "value": "#ca8a04", "type": "color" }
}
},
"spacing": {
"xs": { "value": "4", "type": "spacing" },
"sm": { "value": "8", "type": "spacing" },
"md": { "value": "16", "type": "spacing" },
"lg": { "value": "24", "type": "spacing" },
"xl": { "value": "32", "type": "spacing" }
},
"borderRadius": {
"sm": { "value": "8", "type": "borderRadius" },
"md": { "value": "12", "type": "borderRadius" },
"lg": { "value": "16", "type": "borderRadius" }
},
"fontSize": {
"sm": { "value": "12", "type": "fontSizes" },
"base": { "value": "16", "type": "fontSizes" },
"lg": { "value": "20", "type": "fontSizes" },
"xl": { "value": "24", "type": "fontSizes" }
}
},
"light": {
"colors": {
"background": { "value": "#ffffff", "type": "color" },
"surface": { "value": "#f8fafc", "type": "color" },
"text": { "value": "#0f172a", "type": "color" },
"textSecondary": { "value": "#64748b", "type": "color" },
"border": { "value": "#e2e8f0", "type": "color" }
}
},
"dark": {
"colors": {
"background": { "value": "#0f172a", "type": "color" },
"surface": { "value": "#1e293b", "type": "color" },
"text": { "value": "#f8fafc", "type": "color" },
"textSecondary": { "value": "#94a3b8", "type": "color" },
"border": { "value": "#334155", "type": "color" }
}
}
}