From 31582ab04e3104ddbfa60b83eb5bd3369f61ccba Mon Sep 17 00:00:00 2001 From: Evan Herman Date: Wed, 25 Sep 2024 16:47:26 -0400 Subject: [PATCH] Rename primary/secondary/opacity colors to accents --- theme.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/theme.json b/theme.json index c024f1fa..ec6ad267 100644 --- a/theme.json +++ b/theme.json @@ -35,18 +35,18 @@ }, { "color": "#686868", - "name": "Primary", - "slug": "primary" + "name": "Accent 4", + "slug": "accent-4" }, { "color": "#FBFAF3", - "name": "Secondary", - "slug": "secondary" + "name": "Accent 5", + "slug": "accent-5" }, { "color": "#11111133", - "name": "Opacity 20%", - "slug": "opacity-20" + "name": "Accent 6", + "slug": "accent-6" } ] },