STYLE Update theme colors in theme.json by changing the primary color and adding new colors for Carhop Orange and Carhop Purple
This commit is contained in:
parent
ffeecdc688
commit
bf4fc9131a
12
theme.json
12
theme.json
|
|
@ -12,7 +12,17 @@
|
||||||
{
|
{
|
||||||
"name": "Primary",
|
"name": "Primary",
|
||||||
"slug": "primary",
|
"slug": "primary",
|
||||||
"color": "#404F8E"
|
"color": "#136F63"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Carhop Orange",
|
||||||
|
"slug": "carhop-orange",
|
||||||
|
"color": "#ffa630"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Carhop Purple",
|
||||||
|
"slug": "carhop-purple",
|
||||||
|
"color": "#d6c3ff"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Secondary",
|
"name": "Secondary",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user