|
@@ -1,88 +0,0 @@
|
|
|
-{
|
|
|
- "title": "Midnight Citrus",
|
|
|
- "version": 2,
|
|
|
- "$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
|
- "settings": {
|
|
|
- "color": {
|
|
|
- "palette": [
|
|
|
- {
|
|
|
- "color": "#222222",
|
|
|
- "name": "Primary",
|
|
|
- "slug": "primary"
|
|
|
- },
|
|
|
- {
|
|
|
- "color": "#c0f500",
|
|
|
- "name": "Secondary",
|
|
|
- "slug": "secondary"
|
|
|
- },
|
|
|
- {
|
|
|
- "color": "#222222",
|
|
|
- "name": "Foreground",
|
|
|
- "slug": "foreground"
|
|
|
- },
|
|
|
- {
|
|
|
- "color": "#ffffff",
|
|
|
- "name": "Background",
|
|
|
- "slug": "background"
|
|
|
- },
|
|
|
- {
|
|
|
- "color": "#f7faed",
|
|
|
- "name": "Tertiary",
|
|
|
- "slug": "tertiary"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- },
|
|
|
- "styles": {
|
|
|
- "blocks": {
|
|
|
- "core/button": {
|
|
|
- "color": {
|
|
|
- "background": "var(--wp--preset--color--secondary)"
|
|
|
- },
|
|
|
- "spacing": {
|
|
|
- "padding": {
|
|
|
- "bottom": "var(--wp--preset--spacing--40)",
|
|
|
- "top": "var(--wp--preset--spacing--40)"
|
|
|
- }
|
|
|
- },
|
|
|
- "typography": {
|
|
|
- "lineHeight": "1"
|
|
|
- },
|
|
|
- "variations": {
|
|
|
- "outline": {
|
|
|
- "border": {
|
|
|
- "color": "var(--wp--preset--color--secondary)"
|
|
|
- },
|
|
|
- "color": {
|
|
|
- "text": "var(--wp--preset--color--foreground)"
|
|
|
- },
|
|
|
- "spacing": {
|
|
|
- "padding": {
|
|
|
- "bottom": "14px",
|
|
|
- "top": "14px"
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "color": {
|
|
|
- "background": "var(--wp--preset--color--background)",
|
|
|
- "text": "var(--wp--preset--color--foreground)"
|
|
|
- },
|
|
|
- "elements": {
|
|
|
- "button": {
|
|
|
- ":hover": {
|
|
|
- "color": {
|
|
|
- "background": "var(--wp--preset--color--secondary)",
|
|
|
- "text": "var(--wp--preset--color--foreground)"
|
|
|
- }
|
|
|
- },
|
|
|
- "color": {
|
|
|
- "background": "var(--wp--preset--color--secondary)",
|
|
|
- "text": "var(--wp--preset--color--foreground)"
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-}
|