Files
CHIEFSOFT\ameye e9e5c0546c first commit
2023-11-30 13:20:54 -05:00

37 lines
750 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"title": "Clean cut",
"version": 2,
"settings": {
"color": {
"palette": [
{
"slug": "raft-bg",
"color": "#FFFFFF",
"name": "Background"
},
{
"slug": "raft-fg",
"color": "#202220",
"name": "Foreground"
},
{
"slug": "raft-bg-alt",
"color": "rgba(0, 0, 0, 0.05)",
"name": "Background Alt"
},
{
"slug": "raft-fg-alt",
"color": "#f6f6f6",
"name": "Foreground Alt"
},
{
"slug": "raft-accent",
"color": "#202220",
"name": "Accent"
}
]
}
}
}