Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Maggie
8014c18a96
Update skatepark/styles/green-pink.json
Co-authored-by: Kjell Reigstad <kjell@kjellr.com>
2022-04-13 13:27:07 +02:00
Maggie
01d6af5a54 skatepark style variations 2022-03-29 16:18:31 +02:00
5 changed files with 140 additions and 0 deletions

View file

@ -0,0 +1,28 @@
{
"$schema": "https://json.schemastore.org/theme-v1.json",
"version": 2,
"title": "Blue cream",
"settings": {
"color": {
"duotone": [
{
"colors": [ "#252B39", "#F9EED4" ],
"slug": "default-filter",
"name": "Default filter"
}
],
"palette": [
{
"slug": "primary",
"color": "#F9EED4",
"name": "Primary"
},
{
"slug": "background",
"color": "#252B39",
"name": "Background"
}
]
}
}
}

View file

@ -0,0 +1,28 @@
{
"$schema": "https://json.schemastore.org/theme-v1.json",
"version": 2,
"title": "Blue",
"settings": {
"color": {
"duotone": [
{
"colors": [ "#000000", "#C9E4ED" ],
"slug": "default-filter",
"name": "Default filter"
}
],
"palette": [
{
"slug": "primary",
"color": "#000000",
"name": "Primary"
},
{
"slug": "background",
"color": "#C9E4ED",
"name": "Background"
}
]
}
}
}

View file

@ -0,0 +1,28 @@
{
"$schema": "https://json.schemastore.org/theme-v1.json",
"version": 2,
"title": "Green pink",
"settings": {
"color": {
"duotone": [
{
"colors": [ "#153232", "#F7B9A9" ],
"slug": "default-filter",
"name": "Default filter"
}
],
"palette": [
{
"slug": "primary",
"color": "#F7B9A9",
"name": "Primary"
},
{
"slug": "background",
"color": "#153232",
"name": "Background"
}
]
}
}
}

28
skatepark/styles/red.json Normal file
View file

@ -0,0 +1,28 @@
{
"$schema": "https://json.schemastore.org/theme-v1.json",
"version": 2,
"title": "Red",
"settings": {
"color": {
"duotone": [
{
"colors": [ "#000000", "#F3B2A9" ],
"slug": "default-filter",
"name": "Default filter"
}
],
"palette": [
{
"slug": "primary",
"color": "#000000",
"name": "Primary"
},
{
"slug": "background",
"color": "#F3B2A9",
"name": "Background"
}
]
}
}
}

View file

@ -0,0 +1,28 @@
{
"$schema": "https://json.schemastore.org/theme-v1.json",
"version": 2,
"title": "White",
"settings": {
"color": {
"duotone": [
{
"colors": [ "#000000", "#FFFFFF" ],
"slug": "default-filter",
"name": "Default filter"
}
],
"palette": [
{
"slug": "primary",
"color": "#000000",
"name": "Primary"
},
{
"slug": "background",
"color": "#FFFFFF",
"name": "Background"
}
]
}
}
}