Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicartists.events.overlookedtracks.com
/
wp-content
/
themes
/
muzicon
/
Editing: theme.json
{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "settings": { "appearanceTools": true, "spacing": { "units": [ "%", "px", "em", "rem", "vh", "vw" ], "blockGap": null }, "color": { "palette": [ { "slug": "bg-color", "name": "Background color", "color": "#F8F8F8" }, { "slug": "bd-color", "name": "Border color", "color": "#E1E1E3" }, { "slug": "text-dark", "name": "Text dark", "color": "#11131A" }, { "slug": "text-light", "name": "Text light", "color": "#9FA0A2" }, { "slug": "text-link", "name": "Link", "color": "#C699FB" }, { "slug": "text-hover", "name": "Link hover", "color": "#BB85FA" }, { "slug": "text-link-2", "name": "Accent 2", "color": "#9BF9B3" }, { "slug": "text-hover-2", "name": "Accent 2 hover", "color": "#8CF2A6" }, { "slug": "text-link-3", "name": "Accent 3", "color": "#F1FF4F" }, { "slug": "text-hover-3", "name": "Accent 3 hover", "color": "#E7F635" } ], "duotone": [ { "colors": [ "#F8F8F8", "#6D6F72" ], "slug": "bg-and-text", "name": "Background and text color" }, { "colors": [ "#F8F8F8", "#11131A" ], "slug": "bg-and-dark", "name": "Background and dark color" }, { "colors": [ "#F8F8F8", "#C699FB" ], "slug": "bg-and-link", "name": "Background and link color" } ], "gradients": [ { "slug": "vertical-link-to-hover", "gradient": "linear-gradient(to bottom,var(--theme-color-text_link) 0%,var(--theme-color-text_hover) 100%)", "name": "Vertical from link color to hover color" }, { "slug": "diagonal-link-to-hover", "gradient": "linear-gradient(to bottom right,var(--theme-color-text_link) 0%,var(--theme-color-text_hover) 100%)", "name": "Diagonal from link color to hover color" } ] }, "typography": { "fluid": true, "dropCap": true, "fontFamilies": [ { "fontFamily": "\"Kumbh Sans\",sans-serif", "name": "\"Kumbh Sans\",sans-serif", "slug": "p-font" }, { "fontFamily": "inherit", "name": "inherit", "slug": "post-font" }, { "fontFamily": "\"Krona One\",sans-serif", "name": "\"Krona One\",sans-serif", "slug": "h1-font" }, { "fontFamily": "Lora,sans-serif", "name": "Lora,sans-serif", "slug": "other-font" } ] }, "layout": { "contentSize": "840px", "wideSize": "1290px" }, "custom": { "spacing": { "tiny": "var(--sc-space-tiny, 1rem)", "small": "var(--sc-space-small, 2rem)", "medium": "var(--sc-space-medium, 3.3333rem)", "large": "var(--sc-space-large, 6.6667rem)", "huge": "var(--sc-space-huge, 8.6667rem)" } } }, "styles": { "spacing": { "blockGap": 0 }, "blocks": { "core/button": { "border": { "radius": "0" }, "color": { "background": "var(--theme-color-text_link)", "text": "var(--theme-color-inverse_link)" }, "typography": { "fontFamily": "var(--theme-font-button_font-family)", "fontWeight": "var(--theme-font-button_font-weight)", "fontSize": "var(--theme-font-button_font-size)", "lineHeight": "var(--theme-font-button_line-height)" } }, "core/post-comments": { "spacing": { "padding": { "top": "var(--wp--custom--spacing--small)" } } }, "core/pullquote": { "border": { "width": "1px 0" } }, "core/quote": { "border": { "width": "1px" } } } } }
Save
Cancel