create-rn-starter-kit
Version:
Interactive CLI for creating modular React Native apps with Expo
76 lines • 3.12 kB
JSON
{
"global": {
"colors": {
"background": {
"light": { "value": "#f8f9fa", "type": "color" },
"dark": { "value": "#0a0a0a", "type": "color" }
},
"primary": {
"50": { "value": "#f0f9f4", "type": "color" },
"100": { "value": "#dcf4e3", "type": "color" },
"500": { "value": "#006a4e", "type": "color" },
"600": { "value": "#005a42", "type": "color" },
"900": { "value": "#003d2e", "type": "color" }
},
"neutral": {
"50": { "value": "#fafafa", "type": "color" },
"100": { "value": "#f5f5f5", "type": "color" },
"200": { "value": "#e5e5e5", "type": "color" },
"500": { "value": "#6b7280", "type": "color" },
"900": { "value": "#1f2937", "type": "color" }
},
"semantic": {
"error": { "value": "#ef4444", "type": "color" },
"success": { "value": "#22c55e", "type": "color" },
"warning": { "value": "#f59e0b", "type": "color" }
},
"accent": {
"500": { "value": "#00d084", "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": "4", "type": "borderRadius" },
"md": { "value": "8", "type": "borderRadius" },
"lg": { "value": "12", "type": "borderRadius" }
},
"fontSize": {
"sm": { "value": "12", "type": "fontSizes" },
"base": { "value": "16", "type": "fontSizes" },
"lg": { "value": "20", "type": "fontSizes" },
"xl": { "value": "24", "type": "fontSizes" }
},
"fontFamily": {
"primary": { "value": "GT-Ultra-Median-Regular", "type": "fontFamily" },
"primaryBold": { "value": "GT-Ultra-Median-Bold", "type": "fontFamily" },
"primarySemiBold": { "value": "GT-Ultra-Standard-Bold", "type": "fontFamily" },
"secondary": { "value": "GT-Ultra-Standard-Regular", "type": "fontFamily" }
}
},
"light": {
"colors": {
"background": { "value": "{global.colors.background.light}", "type": "color" },
"surface": { "value": "{global.colors.neutral.100}", "type": "color" },
"text": { "value": "{global.colors.neutral.900}", "type": "color" },
"textSecondary": { "value": "{global.colors.neutral.500}", "type": "color" },
"border": { "value": "{global.colors.neutral.200}", "type": "color" },
"accent": { "value": "{global.colors.accent.500}", "type": "color" }
}
},
"dark": {
"colors": {
"background": { "value": "{global.colors.background.dark}", "type": "color" },
"surface": { "value": "#1a1a1a", "type": "color" },
"text": { "value": "{global.colors.neutral.50}", "type": "color" },
"textSecondary": { "value": "{global.colors.neutral.500}", "type": "color" },
"border": { "value": "#333333", "type": "color" },
"accent": { "value": "{global.colors.accent.500}", "type": "color" }
}
}
}