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:
parent
c553dc13ca
commit
13cb98036c
|
@ -23,6 +23,10 @@ async function main() {
|
|||
name: "Deep Grey",
|
||||
hex: "4B4F58",
|
||||
},
|
||||
{
|
||||
name: "Dark Grey",
|
||||
hex: "1F1E26",
|
||||
},
|
||||
{
|
||||
name: "Black",
|
||||
hex: "000000",
|
||||
|
|
Loading…
Reference in New Issue