Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Skatepark style variations #5789

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions skatepark/styles/blue-cream.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
}
}
28 changes: 28 additions & 0 deletions skatepark/styles/blue.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "https://json.schemastore.org/theme-v1.json",
"version": 2,
"title": "Blue",
"settings": {
"color": {
"duotone": [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor, but the indentation for the duotone styles looks weird in many of these.

{
"colors": [ "#000000", "#C9E4ED" ],
"slug": "default-filter",
"name": "Default filter"
}
],
"palette": [
{
"slug": "primary",
"color": "#000000",
"name": "Primary"
},
{
"slug": "background",
"color": "#C9E4ED",
"name": "Background"
}
]
}
}
}
28 changes: 28 additions & 0 deletions skatepark/styles/green-pink.json
Original file line number Diff line number Diff line change
@@ -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 changes: 28 additions & 0 deletions skatepark/styles/red.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
}
}
28 changes: 28 additions & 0 deletions skatepark/styles/white.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
}
}