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

37 lines
757 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"title": "Apple clean",
"version": 2,
"settings": {
"color": {
"palette": [
{
"slug": "raft-bg",
"color": "#E7DED0",
"name": "Background"
},
{
"slug": "raft-fg",
"color": "#292E29",
"name": "Foreground"
},
{
"slug": "raft-bg-alt",
"color": "rgba(255, 255, 255, 0.3)",
"name": "Background Alt"
},
{
"slug": "raft-fg-alt",
"color": "#fcfcfc",
"name": "Foreground Alt"
},
{
"slug": "raft-accent",
"color": "#C25252",
"name": "Accent"
}
]
}
}
}