FEATURE Handling carhop and carhop-blue-light
This commit is contained in:
parent
e0895d6642
commit
9cc691254c
|
|
@ -52,6 +52,19 @@ module.exports = {
|
|||
900: '#7a240d',
|
||||
950: '#461002',
|
||||
},
|
||||
'carhop-blue': {
|
||||
50: getBaseColor('carhop-blue-light'),
|
||||
100: '#cbfbff',
|
||||
200: '#9ef4ff',
|
||||
300: '#5be9ff',
|
||||
400: getBaseColor('carhop-blue'), // Base Color
|
||||
500: '#00b7e5',
|
||||
600: '#0091c0',
|
||||
700: '#03739b',
|
||||
800: '#0d5d7d',
|
||||
900: '#104d69',
|
||||
950: '#033249',
|
||||
},
|
||||
'carhop-red': {
|
||||
50: '#fcf3f8',
|
||||
100: '#fbe8f2',
|
||||
|
|
|
|||
10
theme.json
10
theme.json
|
|
@ -24,6 +24,16 @@
|
|||
"slug": "carhop-green-light",
|
||||
"color": "#f1fcf9"
|
||||
},
|
||||
{
|
||||
"name": "Carhop Blue",
|
||||
"slug": "carhop-blue",
|
||||
"color": "#c3e0ff"
|
||||
},
|
||||
{
|
||||
"name": "Carhop Blue Light",
|
||||
"slug": "carhop-blue-light",
|
||||
"color": "#eafeff"
|
||||
},
|
||||
{
|
||||
"name": "Carhop Orange",
|
||||
"slug": "carhop-orange",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user