diff --git a/styles/apple-clean.json b/styles/apple-clean.json index 8737461..f3dfcda 100644 --- a/styles/apple-clean.json +++ b/styles/apple-clean.json @@ -29,6 +29,11 @@ "slug": "raft-accent", "color": "#C25252", "name": "Accent" + }, + { + "slug": "raft-accent-secondary", + "color": "#B23E3E", + "name": "Accent Secondary" } ] } diff --git a/styles/blue-cream.json b/styles/blue-cream.json index 5d2b5ad..4ff4b44 100644 --- a/styles/blue-cream.json +++ b/styles/blue-cream.json @@ -29,6 +29,11 @@ "slug": "raft-accent", "color": "#2A359E", "name": "Accent" + }, + { + "slug": "raft-accent-secondary", + "color": "#222B81", + "name": "Accent Secondary" } ] } diff --git a/styles/blue-retro.json b/styles/blue-retro.json index 562bb46..abe3187 100644 --- a/styles/blue-retro.json +++ b/styles/blue-retro.json @@ -29,6 +29,11 @@ "slug": "raft-accent", "color": "#F9C33E", "name": "Accent" + }, + { + "slug": "raft-accent-secondary", + "color": "#F7B81C", + "name": "Accent Secondary" } ] } diff --git a/styles/clean-cut.json b/styles/clean-cut.json index 6248ce5..dcca04a 100644 --- a/styles/clean-cut.json +++ b/styles/clean-cut.json @@ -29,6 +29,11 @@ "slug": "raft-accent", "color": "#202220", "name": "Accent" + }, + { + "slug": "raft-accent-secondary", + "color": "#0F100F", + "name": "Accent Secondary" } ] } diff --git a/styles/dark-fit.json b/styles/dark-fit.json index 7ac8e55..e9ed188 100644 --- a/styles/dark-fit.json +++ b/styles/dark-fit.json @@ -29,6 +29,11 @@ "slug": "raft-accent", "color": "#417E61", "name": "Accent" + }, + { + "slug": "raft-accent-secondary", + "color": "#0F100F", + "name": "Accent Secondary" } ] } diff --git a/styles/garden-flow.json b/styles/garden-flow.json index 64ea855..2ca025a 100644 --- a/styles/garden-flow.json +++ b/styles/garden-flow.json @@ -29,6 +29,11 @@ "slug": "raft-accent", "color": "#4D6E50", "name": "Accent" + }, + { + "slug": "raft-accent-secondary", + "color": "#3F5A41", + "name": "Accent Secondary" } ] } diff --git a/styles/green-corn.json b/styles/green-corn.json index 3b720e9..def0565 100644 --- a/styles/green-corn.json +++ b/styles/green-corn.json @@ -29,6 +29,11 @@ "slug": "raft-accent", "color": "#FAAF58", "name": "Accent" + }, + { + "slug": "raft-accent-secondary", + "color": "#F99E34", + "name": "Accent Secondary" } ] } diff --git a/styles/light-serif.json b/styles/light-serif.json index c08eb5e..b19784c 100644 --- a/styles/light-serif.json +++ b/styles/light-serif.json @@ -29,6 +29,11 @@ "slug": "raft-accent", "color": "#202020", "name": "Accent" + }, + { + "slug": "raft-accent-secondary", + "color": "#0F0F0F", + "name": "Accent Secondary" } ] } diff --git a/styles/night-owl.json b/styles/night-owl.json index 1e006e4..ed0146f 100644 --- a/styles/night-owl.json +++ b/styles/night-owl.json @@ -29,6 +29,11 @@ "slug": "raft-accent", "color": "#5C40CA", "name": "Accent" + }, + { + "slug": "raft-accent-secondary", + "color": "#4C32B4", + "name": "Accent Secondary" } ] } diff --git a/styles/purple-dawn.json b/styles/purple-dawn.json index 85ecc89..baa4eda 100644 --- a/styles/purple-dawn.json +++ b/styles/purple-dawn.json @@ -29,6 +29,11 @@ "slug": "raft-accent", "color": "#DB7358", "name": "Accent" + }, + { + "slug": "raft-accent-secondary", + "color": "#D45A3A", + "name": "Accent Secondary" } ] } diff --git a/styles/wooden.json b/styles/wooden.json index 929987c..d0348a3 100644 --- a/styles/wooden.json +++ b/styles/wooden.json @@ -29,6 +29,11 @@ "slug": "raft-accent", "color": "#544636", "name": "Accent" + }, + { + "slug": "raft-accent-secondary", + "color": "#3E3428", + "name": "Accent Secondary" } ] } diff --git a/theme.json b/theme.json index 540a16f..921bb26 100644 --- a/theme.json +++ b/theme.json @@ -28,6 +28,11 @@ "slug": "raft-accent", "color": "#C26148", "name": "Accent" + }, + { + "slug": "raft-accent-secondary", + "color": "#AC5039", + "name": "Accent Secondary" } ], "link": true,