add dark grey to seed_palette

this also fixes the symbols not lining up on the template styles (there's another gray)
This commit is contained in:
Grant 2024-07-08 17:05:24 -06:00
parent c553dc13ca
commit 13cb98036c
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ async function main() {
name: "Deep Grey",
hex: "4B4F58",
},
{
name: "Dark Grey",
hex: "1F1E26",
},
{
name: "Black",
hex: "000000",