init
This commit is contained in:
378
theme/theme.json
Normal file
378
theme/theme.json
Normal file
@@ -0,0 +1,378 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"version": 2,
|
||||
"settings": {
|
||||
"layout": {
|
||||
"contentSize": "1200px",
|
||||
"wideSize": "1536px"
|
||||
},
|
||||
"appearanceTools": false,
|
||||
"border": {
|
||||
"color": false,
|
||||
"radius": false,
|
||||
"style": false,
|
||||
"width": false
|
||||
},
|
||||
"shadow": {
|
||||
"defaultPresets": false,
|
||||
"presets": []
|
||||
},
|
||||
"spacing": {
|
||||
"padding": false,
|
||||
"margin": false,
|
||||
"blockGap": false,
|
||||
"customSpacingSize": false,
|
||||
"units": ["px", "%", "em", "rem", "vw", "vh"]
|
||||
},
|
||||
"color": {
|
||||
"defaultPalette": false,
|
||||
"defaultGradients": false,
|
||||
"defaultDuotone": false,
|
||||
"custom": true,
|
||||
"customDuotone": false,
|
||||
"customGradient": false,
|
||||
"palette": [
|
||||
{ "slug": "primary", "color": "#D83302", "name": "Primary" },
|
||||
{ "slug": "primary-dk", "color": "#B52B02", "name": "Primary Dark" },
|
||||
{ "slug": "primary-lt", "color": "#FEF0EB", "name": "Primary Light" },
|
||||
{ "slug": "accent", "color": "#00757c", "name": "Accent" },
|
||||
{ "slug": "accent-dk", "color": "#005a60", "name": "Accent Dark" },
|
||||
{ "slug": "accent-lt", "color": "#E6F4F5", "name": "Accent Light" },
|
||||
{ "slug": "dark", "color": "#0D1321", "name": "Dark" },
|
||||
{ "slug": "dark-2", "color": "#1A2236", "name": "Dark 2" },
|
||||
{ "slug": "text", "color": "#2D3748", "name": "Text" },
|
||||
{ "slug": "text-muted", "color": "#718096", "name": "Text Muted" },
|
||||
{ "slug": "border", "color": "#E2E8F0", "name": "Border" },
|
||||
{ "slug": "bg", "color": "#FFFFFF", "name": "Background" },
|
||||
{ "slug": "bg-alt", "color": "#FFF8F5", "name": "Background Alt" }
|
||||
]
|
||||
},
|
||||
"typography": {
|
||||
"defaultFontSizes": false,
|
||||
"customFontSize": true,
|
||||
"lineHeight": false,
|
||||
"dropCap": false,
|
||||
"textDecoration": false,
|
||||
"textTransform": false,
|
||||
"fontStyle": false,
|
||||
"fontWeight": false,
|
||||
"letterSpacing": false,
|
||||
"fontFamilies": [
|
||||
{
|
||||
"fontFamily": "'Inter', system-ui, -apple-system, sans-serif",
|
||||
"name": "Body",
|
||||
"slug": "sans"
|
||||
},
|
||||
{
|
||||
"fontFamily": "'Inter', system-ui, -apple-system, sans-serif",
|
||||
"name": "Heading",
|
||||
"slug": "heading"
|
||||
}
|
||||
],
|
||||
"fontSizes": [
|
||||
{ "slug": "xs", "size": "0.75rem", "name": "XS — 12px" },
|
||||
{ "slug": "sm", "size": "0.875rem", "name": "SM — 14px" },
|
||||
{ "slug": "base", "size": "1rem", "name": "Base — 16px" },
|
||||
{ "slug": "md", "size": "1.125rem", "name": "MD — 18px" },
|
||||
{ "slug": "lg", "size": "1.25rem", "name": "LG — 20px" },
|
||||
{ "slug": "xl", "size": "1.5rem", "name": "XL — 24px" },
|
||||
{ "slug": "2xl", "size": "1.875rem", "name": "2XL — 30px" },
|
||||
{ "slug": "3xl", "size": "2.25rem", "name": "3XL — 36px" },
|
||||
{ "slug": "4xl", "size": "3rem", "name": "4XL — 48px" },
|
||||
{ "slug": "5xl", "size": "3.75rem", "name": "5XL — 60px" },
|
||||
{ "slug": "6xl", "size": "4.5rem", "name": "6XL — 72px" }
|
||||
]
|
||||
},
|
||||
"custom": {
|
||||
"dark": {
|
||||
"primary": "#FF6B3D",
|
||||
"primary-dk": "#D83302",
|
||||
"primary-lt": "rgba(216,51,2,0.15)",
|
||||
"accent": "#00757c",
|
||||
"accent-dk": "#005a60",
|
||||
"accent-lt": "rgba(0,117,124,0.15)",
|
||||
"dark": "#E2E8F0",
|
||||
"dark-2": "#CBD5E0",
|
||||
"text": "#CBD5E0",
|
||||
"text-muted": "#A0AEC0",
|
||||
"border": "#2D3748",
|
||||
"bg": "#0F1724",
|
||||
"bg-alt": "#151F30",
|
||||
"bg-dark": "#0A0F1A",
|
||||
"heading": "#F7FAFC",
|
||||
"card-bg": "#151F30"
|
||||
},
|
||||
"radius": {
|
||||
"sm": "6px",
|
||||
"md": "12px",
|
||||
"lg": "20px",
|
||||
"xl": "32px"
|
||||
},
|
||||
"container": {
|
||||
"max": "1200px",
|
||||
"pad": "clamp(1rem, 5vw, 2rem)"
|
||||
}
|
||||
},
|
||||
"useRootPaddingAwareAlignments": false
|
||||
},
|
||||
"styles": {
|
||||
"color": {
|
||||
"text": "var:preset|color|text",
|
||||
"background": "var:preset|color|bg"
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var:preset|font-family|sans",
|
||||
"fontSize": "var:preset|font-size|base"
|
||||
},
|
||||
"spacing": {
|
||||
"blockGap": "0",
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
},
|
||||
"elements": {
|
||||
"link": {
|
||||
"color": {
|
||||
"text": "var:preset|color|primary"
|
||||
},
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
},
|
||||
":hover": {
|
||||
"color": {
|
||||
"text": "var:preset|color|primary-dk"
|
||||
},
|
||||
"typography": {
|
||||
"textDecoration": "underline"
|
||||
}
|
||||
},
|
||||
":focus": {
|
||||
"color": {
|
||||
"text": "var:preset|color|primary-dk"
|
||||
}
|
||||
}
|
||||
},
|
||||
"button": {
|
||||
"color": {
|
||||
"text": "var:preset|color|bg",
|
||||
"background": "var:preset|color|primary"
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var:preset|font-family|sans",
|
||||
"fontSize": "var:preset|font-size|base"
|
||||
},
|
||||
":hover": {
|
||||
"color": {
|
||||
"background": "var:preset|color|primary-dk"
|
||||
}
|
||||
},
|
||||
":focus": {
|
||||
"color": {
|
||||
"background": "var:preset|color|primary-dk"
|
||||
}
|
||||
}
|
||||
},
|
||||
"h1": {
|
||||
"typography": {
|
||||
"fontFamily": "var:preset|font-family|heading"
|
||||
}
|
||||
},
|
||||
"h2": {
|
||||
"typography": {
|
||||
"fontFamily": "var:preset|font-family|heading"
|
||||
}
|
||||
},
|
||||
"h3": {
|
||||
"typography": {
|
||||
"fontFamily": "var:preset|font-family|heading"
|
||||
}
|
||||
},
|
||||
"h4": {
|
||||
"typography": {
|
||||
"fontFamily": "var:preset|font-family|heading"
|
||||
}
|
||||
},
|
||||
"h5": {
|
||||
"typography": {
|
||||
"fontFamily": "var:preset|font-family|heading"
|
||||
}
|
||||
},
|
||||
"h6": {
|
||||
"typography": {
|
||||
"fontFamily": "var:preset|font-family|heading"
|
||||
}
|
||||
}
|
||||
},
|
||||
"blocks": {
|
||||
"core/group": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
},
|
||||
"core/columns": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0",
|
||||
"blockGap": "0"
|
||||
}
|
||||
},
|
||||
"core/column": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
},
|
||||
"core/heading": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
},
|
||||
"core/paragraph": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
},
|
||||
"core/list": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
},
|
||||
"core/image": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
},
|
||||
"core/separator": {
|
||||
"color": {
|
||||
"text": "var:preset|color|border"
|
||||
}
|
||||
},
|
||||
"core/button": {
|
||||
"color": {
|
||||
"text": "var:preset|color|bg",
|
||||
"background": "var:preset|color|primary"
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var:preset|font-family|sans",
|
||||
"fontSize": "var:preset|font-size|base"
|
||||
}
|
||||
},
|
||||
"oribi/hero": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
},
|
||||
"oribi/page-hero": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
},
|
||||
"oribi/cta-banner": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
},
|
||||
"oribi/intro-section": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
},
|
||||
"oribi/contact-section": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
},
|
||||
"oribi/feature-section": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
},
|
||||
"oribi/feature-card": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
},
|
||||
"oribi/pricing-section": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
},
|
||||
"oribi/pricing-card": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
},
|
||||
"oribi/platform-section": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
},
|
||||
"oribi/platform-row": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
},
|
||||
"oribi/faq-section": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
},
|
||||
"oribi/faq-item": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
},
|
||||
"oribi/comparison-table": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
},
|
||||
"oribi/trust-section": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
},
|
||||
"oribi/trust-item": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
},
|
||||
"oribi/hero-animated": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
},
|
||||
"oribi/page-hero-animated": {
|
||||
"spacing": {
|
||||
"padding": "0",
|
||||
"margin": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"templateParts": [
|
||||
{ "name": "header", "title": "Header", "area": "header" },
|
||||
{ "name": "footer", "title": "Footer", "area": "footer" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user