add white and black to palette
This commit is contained in:
parent
2e32fce77c
commit
6ebed01672
10
theme.json
10
theme.json
@ -18,6 +18,16 @@
|
||||
}
|
||||
],
|
||||
"palette": [
|
||||
{
|
||||
"color": "#FFFF",
|
||||
"name": "White",
|
||||
"slug": "white"
|
||||
},
|
||||
{
|
||||
"color": "#000",
|
||||
"name": "Black",
|
||||
"slug": "black"
|
||||
},
|
||||
{
|
||||
"color": "#54ff52",
|
||||
"name": "Bright Light Green",
|
||||
|
Loading…
Reference in New Issue
Block a user