/
scamii
/
scam-dev
Обзор
Документация
Войти
/
scamii
/
scam-dev
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
1
CI/CD
Аналитика
Безопасность
main
theme.json
78 строк
1 KB
github-actions[bot]
fix: remediate repository audit findings
10 июл 2026, 07:12
10 июл 2026, 07:12
8b37701
Код
Авторство
О чём код?
{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 3, "settings": { "appearanceTools": true, "layout": { "contentSize": "800px", "wideSize": "1200px" }, "spacing": { "units": [ "px", "em", "rem", "%", "vw" ] }, "color": { "palette": [ { "slug": "primary", "color": "#ff5743", "name": "Coral" }, { "slug": "primary-dark", "color": "#e64530", "name": "Coral Dark" }, { "slug": "accent", "color": "#ff9920", "name": "Amber" }, { "slug": "dark", "color": "#19253b", "name": "Navy" }, { "slug": "light", "color": "#e8e8e8", "name": "Light" } ] }, "typography": { "fontSizes": [ { "slug": "small", "size": "0.875rem", "name": "Small" }, { "slug": "medium", "size": "1rem", "name": "Medium" }, { "slug": "large", "size": "1.25rem", "name": "Large" }, { "slug": "x-large", "size": "1.875rem", "name": "Extra Large" } ] } }, "styles": { "spacing": { "blockGap": "1.5rem" } } }