From 7653baa762206f97c37b1b0015a94c2296806d97 Mon Sep 17 00:00:00 2001 From: Rich Tabor Date: Mon, 28 Aug 2023 11:37:46 -0400 Subject: [PATCH 1/4] Condense and structure color palette --- theme.json | 103 ++++++++++++++--------------------------------------- 1 file changed, 27 insertions(+), 76 deletions(-) diff --git a/theme.json b/theme.json index 4710fda0..54ebf9bd 100644 --- a/theme.json +++ b/theme.json @@ -2,6 +2,7 @@ "settings": { "appearanceTools": true, "color": { + "defaultPalette": false, "palette": [ { "color": "#f9f9f9", @@ -9,104 +10,54 @@ "slug": "base" }, { - "color": "#000000", - "name": "Contrast", - "slug": "contrast" + "color": "#ffffff", + "name": "Base / Two", + "slug": "base-2" + }, + { + "color": "#00000025", + "name": "Base / Three", + "slug": "custom-borders" }, { "color": "#000000", - "name": "Primary", - "slug": "primary" + "name": "Contrast", + "slug": "contrast" }, { "color": "#636363", - "name": "Secondary", + "name": "Contrast / Two", "slug": "secondary" }, { - "color": "#ffffff", - "name": "Tertiary", - "slug": "tertiary" - }, - { - "color": "#00000029", - "name": "Borders", - "slug": "custom-borders" - }, - { - "color": "#b5bdbc", - "name": "Mint", - "slug": "custom-mint" - }, - { - "color": "#c2a990", - "name": "Brown", - "slug": "custom-brown" + "color": "#A4A4A4", + "name": "Contrast / Three", + "slug": "contrast-3" }, { "color": "#cfcabe", - "name": "Beige", - "slug": "custom-beige" + "name": "Accent", + "slug": "accent" }, { - "color": "#e8edf1", - "name": "Light Blue", - "slug": "custom-light-blue" + "color": "#c2a990", + "name": "Accent / Two", + "slug": "accent-2" }, { "color": "#d26e57", - "name": "Brick", - "slug": "custom-brick" + "name": "Accent / Three", + "slug": "accent-3" }, { "color": "#b1c5a4", - "name": "Dark Green", - "slug": "custom-dark-green" - }, - { - "color": "#18182d", - "name": "Purple - Background", - "slug": "custom-purple-background" - }, - { - "color": "#232339", - "name": "Purple - Tertiary", - "slug": "custom-purple-tertiary" - }, - { - "color": "#b3b3dc", - "name": "Purple - Secondary", - "slug": "custom-purple-secondary" - }, - { - "color": "#c8cddf", - "name": "Purple - Primary/Contrast", - "slug": "custom-purple-primary-contrast" + "name": "Accent / Four", + "slug": "accent-4" }, { - "color": "#6640d6", - "name": "Purple - Buttons", - "slug": "custom-purple-buttons" - }, - { - "color": "#eceae4", - "name": "Beige - Background", - "slug": "custom-beige-background" - }, - { - "color": "#37392f", - "name": "Beige - Primary/Contrast", - "slug": "custom-beige-primary-contrast" - }, - { - "color": "#73746d", - "name": "Beige - Secondary", - "slug": "custom-beige-secondary" - }, - { - "color": "#f8f6f2", - "name": "Beige - Tertiary", - "slug": "custom-beige-tertiary" + "color": "#b5bdbc", + "name": "Accent / Five", + "slug": "accent-5" } ] }, From 084387ac8d459048736c89302d06a056ad6907d9 Mon Sep 17 00:00:00 2001 From: Rich Tabor Date: Mon, 28 Aug 2023 11:51:15 -0400 Subject: [PATCH 2/4] Remove defaultPalette false (sep PR) --- theme.json | 1 - 1 file changed, 1 deletion(-) diff --git a/theme.json b/theme.json index 54ebf9bd..57ebf813 100644 --- a/theme.json +++ b/theme.json @@ -2,7 +2,6 @@ "settings": { "appearanceTools": true, "color": { - "defaultPalette": false, "palette": [ { "color": "#f9f9f9", From 6e1a76b448ebf4fc2aa02e519076f5e8caf5d889 Mon Sep 17 00:00:00 2001 From: Rich Tabor Date: Mon, 28 Aug 2023 11:56:24 -0400 Subject: [PATCH 3/4] Change custom-borders to base-3 --- parts/footer-portfolio.html | 2 +- parts/footer.html | 2 +- parts/header.html | 2 +- patterns/home.php | 40 ++++++++++++++++++------------------- patterns/sidebar-writer.php | 8 ++++---- patterns/sidebar.php | 8 ++++---- theme.json | 2 +- 7 files changed, 32 insertions(+), 32 deletions(-) diff --git a/parts/footer-portfolio.html b/parts/footer-portfolio.html index fde3242c..0c614674 100644 --- a/parts/footer-portfolio.html +++ b/parts/footer-portfolio.html @@ -3,7 +3,7 @@ -
+
diff --git a/parts/footer.html b/parts/footer.html index 16253711..2d06012a 100644 --- a/parts/footer.html +++ b/parts/footer.html @@ -1,5 +1,5 @@ -
+
diff --git a/parts/header.html b/parts/header.html index 6028e580..baca622b 100644 --- a/parts/header.html +++ b/parts/header.html @@ -1,5 +1,5 @@ -
+
diff --git a/patterns/home.php b/patterns/home.php index b053ba2e..1805201f 100644 --- a/patterns/home.php +++ b/patterns/home.php @@ -29,8 +29,8 @@ -