Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Rename primary/secondary/opacity colors to accents
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Sep 25, 2024
1 parent 90aaeec commit 31582ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand Down

0 comments on commit 31582ab

Please sign in to comment.