From c98e15299095811e2a297587012ce030dbe8f243 Mon Sep 17 00:00:00 2001 From: John Fraskos Date: Tue, 21 Nov 2023 13:26:40 +0200 Subject: [PATCH] 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)" + } + } +}