forked from mystiq/hydrogen-web
Add theme manifest
This commit is contained in:
parent
061dc5f824
commit
3e2a2b7942
1 changed files with 43 additions and 0 deletions
43
src/platform/web/ui/css/themes/element/manifest.json
Normal file
43
src/platform/web/ui/css/themes/element/manifest.json
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"name": "Element",
|
||||||
|
"values": {
|
||||||
|
"font-faces": [
|
||||||
|
{
|
||||||
|
"font-family": "Inter",
|
||||||
|
"src": [{"asset": "/fonts/Inter.ttf", "format": "ttf"}]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"variants": {
|
||||||
|
"light": {
|
||||||
|
"base": true,
|
||||||
|
"default": true,
|
||||||
|
"name": "Light",
|
||||||
|
"variables": {
|
||||||
|
"background-color-primary": "#fff",
|
||||||
|
"background-color-secondary": "#f6f6f6",
|
||||||
|
"text-color": "#2E2F32",
|
||||||
|
"accent-color": "#03b381",
|
||||||
|
"error-color": "#FF4B55",
|
||||||
|
"fixed-white": "#fff",
|
||||||
|
"room-badge": "#61708b"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dark": {
|
||||||
|
"dark": true,
|
||||||
|
"default": true,
|
||||||
|
"name": "Dark",
|
||||||
|
"variables": {
|
||||||
|
"background-color-primary": "#21262b",
|
||||||
|
"background-color-secondary": "#2D3239",
|
||||||
|
"text-color": "#fff",
|
||||||
|
"accent-color": "#03B381",
|
||||||
|
"error-color": "#FF4B55",
|
||||||
|
"fixed-white": "#fff",
|
||||||
|
"room-badge": "#61708b"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue