forked from mystiq/hydrogen-web
51 lines
1.7 KiB
JSON
51 lines
1.7 KiB
JSON
{
|
|
"name": "Customer",
|
|
"extends": "element",
|
|
"id": "customer",
|
|
"values": {
|
|
"variants": {
|
|
"dark": {
|
|
"dark": true,
|
|
"default": true,
|
|
"name": "Dark",
|
|
"variables": {
|
|
"background-color-primary": "#21262b",
|
|
"background-color-secondary": "#2D3239",
|
|
"text-color": "#fff",
|
|
"accent-color": "#F03F5B",
|
|
"error-color": "#FF4B55",
|
|
"fixed-white": "#fff",
|
|
"room-badge": "#61708b",
|
|
"link-color": "#238cf5"
|
|
}
|
|
},
|
|
"light": {
|
|
"default": true,
|
|
"name": "Dark",
|
|
"variables": {
|
|
"background-color-primary": "#21262b",
|
|
"background-color-secondary": "#2D3239",
|
|
"text-color": "#fff",
|
|
"accent-color": "#F03F5B",
|
|
"error-color": "#FF4B55",
|
|
"fixed-white": "#fff",
|
|
"room-badge": "#61708b",
|
|
"link-color": "#238cf5"
|
|
}
|
|
},
|
|
"red": {
|
|
"name": "Red",
|
|
"variables": {
|
|
"background-color-primary": "#1F1F1F",
|
|
"background-color-secondary": "#2B243E",
|
|
"text-color": "#fff",
|
|
"accent-color": "#F23041",
|
|
"error-color": "#FF4B55",
|
|
"fixed-white": "#fff",
|
|
"room-badge": "#F23030",
|
|
"link-color": "#238cf5"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|