From 1e3561e3fa87d07779e27b14bb6af8b208ada69a Mon Sep 17 00:00:00 2001 From: John Fraskos Date: Tue, 21 Nov 2023 13:23:08 +0200 Subject: [PATCH 1/9] Create green-retro.json --- styles/green-retro.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 styles/green-retro.json diff --git a/styles/green-retro.json b/styles/green-retro.json new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/styles/green-retro.json @@ -0,0 +1 @@ + From 70c359be5e9ae4e66535f26912b497d942409282 Mon Sep 17 00:00:00 2001 From: John Fraskos Date: Tue, 21 Nov 2023 13:23:28 +0200 Subject: [PATCH 2/9] Create mono.json --- styles/mono.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 styles/mono.json diff --git a/styles/mono.json b/styles/mono.json new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/styles/mono.json @@ -0,0 +1 @@ + From 6943777ccf0e6e2e522b455422b4de8c726e55ae Mon Sep 17 00:00:00 2001 From: John Fraskos Date: Tue, 21 Nov 2023 13:23:50 +0200 Subject: [PATCH 3/9] Create washed.json --- styles/washed.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 styles/washed.json diff --git a/styles/washed.json b/styles/washed.json new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/styles/washed.json @@ -0,0 +1 @@ + From afdfb6742e652ad37aff61dbf3ae423ccad79438 Mon Sep 17 00:00:00 2001 From: John Fraskos Date: Tue, 21 Nov 2023 13:24:12 +0200 Subject: [PATCH 4/9] Create violet-grain.json --- styles/violet-grain.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 styles/violet-grain.json diff --git a/styles/violet-grain.json b/styles/violet-grain.json new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/styles/violet-grain.json @@ -0,0 +1 @@ + From 8215bf2e5966b47a33c99c7b9ccfddf9d61bba7a Mon Sep 17 00:00:00 2001 From: John Fraskos Date: Tue, 21 Nov 2023 13:25:06 +0200 Subject: [PATCH 5/9] Update green-retro.json --- styles/green-retro.json | 88 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) diff --git a/styles/green-retro.json b/styles/green-retro.json index 8b13789..2987bb9 100644 --- a/styles/green-retro.json +++ b/styles/green-retro.json @@ -1 +1,89 @@ +{ + "$schema": "", + "title": "Green Retro", + "version": 2, + "settings": { + "color": { + "palette": [ + { + "slug": "raft-bg", + "color": "#E8E3E3", + "name": "Background" + }, + { + "slug": "raft-fg", + "color": "#202220", + "name": "Text" + }, + { + "slug": "raft-accent", + "color": "#3F703B", + "name": "Accent" + }, + { + "slug": "raft-accent-secondary", + "color": "#234020", + "name": "Accent Secondary" + }, + { + "slug": "raft-bg-inv", + "color": "#1E1E1E", + "name": "Dark Background" + }, + { + "slug": "raft-bg-alt", + "color": "#E3DDDD", + "name": "Light Background" + }, + { + "slug": "raft-fg-alt", + "color": "#FFFFFF", + "name": "Inverted Text" + } + ] + } + }, + "styles": { + "elements": { + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--glook)" + } + }, + "h1": { + "typography": { + "fontWeight": "600" + } + }, + "h2": { + "typography": { + "fontWeight": "600" + } + }, + "h3": { + "typography": { + "fontWeight": "600" + } + }, + "h4": { + "typography": { + "fontWeight": "600" + } + }, + "h5": { + "typography": { + "fontWeight": "600" + } + }, + "h6": { + "typography": { + "fontWeight": "600" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--source-sans-lora)" + } + } +} From 7343fa35e368bc628fa95c7047d43eeee05d8dd6 Mon Sep 17 00:00:00 2001 From: John Fraskos Date: Tue, 21 Nov 2023 13:26:02 +0200 Subject: [PATCH 6/9] Update mono.json --- styles/mono.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/styles/mono.json b/styles/mono.json index 8b13789..9ca4e11 100644 --- a/styles/mono.json +++ b/styles/mono.json @@ -1 +1,90 @@ +{ + "$schema": "", + "title": "Mono", + "version": 2, + "settings": { + "color": { + "palette": [ + { + "slug": "raft-bg", + "color": "#191B47", + "name": "Background" + }, + { + "slug": "raft-fg", + "color": "#FFFFFF", + "name": "Text" + }, + { + "slug": "raft-accent", + "color": "#0B33C1", + "name": "Accent" + }, + { + "slug": "raft-accent-secondary", + "color": "#1041F1", + "name": "Accent Secondary" + }, + { + "slug": "raft-bg-inv", + "color": "#131435", + "name": "Dark Background" + }, + { + "slug": "raft-bg-alt", + "color": "#20225B", + "name": "Light Background" + }, + { + "slug": "raft-fg-alt", + "color": "#F8F8F8", + "name": "Inverted Text" + } + ] + } + }, + "styles": { + "elements": { + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--jet-brains-mono)" + } + }, + "h1": { + "typography": { + "fontWeight": "400" + } + }, + "h2": { + "typography": { + "fontWeight": "400" + } + }, + "h3": { + "typography": { + "fontWeight": "400" + } + }, + "h4": { + "typography": { + "fontWeight": "400" + } + }, + "h5": { + "typography": { + "fontWeight": "400" + } + }, + "h6": { + "typography": { + "fontWeight": "400" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--jet-brains-mono)" + } + } +} + From c98e15299095811e2a297587012ce030dbe8f243 Mon Sep 17 00:00:00 2001 From: John Fraskos Date: Tue, 21 Nov 2023 13:26:40 +0200 Subject: [PATCH 7/9] Update washed.json --- styles/washed.json | 88 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) diff --git a/styles/washed.json b/styles/washed.json index 8b13789..3a769ef 100644 --- a/styles/washed.json +++ b/styles/washed.json @@ -1 +1,89 @@ +{ + "$schema": "", + "title": "washed", + "version": 2, + "settings": { + "color": { + "palette": [ + { + "slug": "raft-bg", + "color": "#FEFAF7", + "name": "Background" + }, + { + "slug": "raft-fg", + "color": "#202220", + "name": "Text" + }, + { + "slug": "raft-accent", + "color": "#EA7847", + "name": "Accent" + }, + { + "slug": "raft-accent-secondary", + "color": "#C14712", + "name": "Accent Secondary" + }, + { + "slug": "raft-bg-inv", + "color": "#37384C", + "name": "Dark Background" + }, + { + "slug": "raft-bg-alt", + "color": "#FAE2D1", + "name": "Light Background" + }, + { + "slug": "raft-fg-alt", + "color": "#FFFFFF", + "name": "Inverted Text" + } + ] + } + }, + "styles": { + "elements": { + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--geologica)" + } + }, + "h1": { + "typography": { + "fontWeight": "600" + } + }, + "h2": { + "typography": { + "fontWeight": "600" + } + }, + "h3": { + "typography": { + "fontWeight": "600" + } + }, + "h4": { + "typography": { + "fontWeight": "600" + } + }, + "h5": { + "typography": { + "fontWeight": "600" + } + }, + "h6": { + "typography": { + "fontWeight": "600" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--geologica)" + } + } +} From 7eac9e21d977ef55f595a9acd67aacfc3b8ad88a Mon Sep 17 00:00:00 2001 From: John Fraskos Date: Tue, 21 Nov 2023 13:27:14 +0200 Subject: [PATCH 8/9] Update violet-grain.json --- styles/violet-grain.json | 88 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) diff --git a/styles/violet-grain.json b/styles/violet-grain.json index 8b13789..a3dd904 100644 --- a/styles/violet-grain.json +++ b/styles/violet-grain.json @@ -1 +1,89 @@ +{ + "$schema": "", + "title": "violet grain", + "version": 2, + "settings": { + "color": { + "palette": [ + { + "slug": "raft-bg", + "color": "#FEFAF7", + "name": "Background" + }, + { + "slug": "raft-fg", + "color": "#202220", + "name": "Text" + }, + { + "slug": "raft-accent", + "color": "#6C0AEA", + "name": "Accent" + }, + { + "slug": "raft-accent-secondary", + "color": "#43167C", + "name": "Accent Secondary" + }, + { + "slug": "raft-bg-inv", + "color": "#321F4A", + "name": "Dark Background" + }, + { + "slug": "raft-bg-alt", + "color": "#F7DED2", + "name": "Light Background" + }, + { + "slug": "raft-fg-alt", + "color": "#FFFFFF", + "name": "Inverted Text" + } + ] + } + }, + "styles": { + "elements": { + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--geologica)" + } + }, + "h1": { + "typography": { + "fontWeight": "800" + } + }, + "h2": { + "typography": { + "fontWeight": "800" + } + }, + "h3": { + "typography": { + "fontWeight": "800" + } + }, + "h4": { + "typography": { + "fontWeight": "800" + } + }, + "h5": { + "typography": { + "fontWeight": "800" + } + }, + "h6": { + "typography": { + "fontWeight": "800" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--geologica)" + } + } +} From 6bd9493c6df8d63d9d98f3c481721d71e5c6f08a Mon Sep 17 00:00:00 2001 From: John Fraskos Date: Tue, 21 Nov 2023 14:04:03 +0200 Subject: [PATCH 9/9] Fixed slug typo --- styles/green-retro.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/green-retro.json b/styles/green-retro.json index 2987bb9..a529753 100644 --- a/styles/green-retro.json +++ b/styles/green-retro.json @@ -47,7 +47,7 @@ "elements": { "heading": { "typography": { - "fontFamily": "var(--wp--preset--font-family--glook)" + "fontFamily": "var(--wp--preset--font-family--gloock)" } }, "h1": {