FEATURE passing both color geen-light and blue-light
This commit is contained in:
parent
1d69f32874
commit
e38e314246
|
|
@ -31,7 +31,7 @@ module.exports = {
|
|||
tailpress.theme('settings.color.palette', theme)
|
||||
),
|
||||
'carhop-green': {
|
||||
50: '#f1fcf9',
|
||||
50: getBaseColor('carhop-green-light'),
|
||||
100: '#cef9ee',
|
||||
200: '#9df2de',
|
||||
300: '#64e4c9',
|
||||
|
|
@ -70,7 +70,7 @@ module.exports = {
|
|||
950: '#2b0665',
|
||||
},
|
||||
'carhop-blue': {
|
||||
50: '#eafeff',
|
||||
50: getBaseColor('carhop-blue-light'),
|
||||
100: '#cbfbff',
|
||||
200: '#9ef4ff',
|
||||
300: '#5be9ff',
|
||||
|
|
|
|||
10
theme.json
10
theme.json
|
|
@ -19,6 +19,11 @@
|
|||
"slug": "carhop-green",
|
||||
"color": "#136f63"
|
||||
},
|
||||
{
|
||||
"name": "Carhop Green Light",
|
||||
"slug": "carhop-green-light",
|
||||
"color": "#f1fcf9"
|
||||
},
|
||||
{
|
||||
"name": "Carhop Orange",
|
||||
"slug": "carhop-orange",
|
||||
|
|
@ -29,6 +34,11 @@
|
|||
"slug": "carhop-blue",
|
||||
"color": "#c3e0ff"
|
||||
},
|
||||
{
|
||||
"name": "Carhop Blue Light",
|
||||
"slug": "carhop-blue-light",
|
||||
"color": "#eafeff"
|
||||
},
|
||||
{
|
||||
"name": "Carhop Purple",
|
||||
"slug": "carhop-purple",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user