This repository has been archived on 2022-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
hydrogen-web/src/platform/web/ui/css/themes/element/manifest.json

41 lines
1.2 KiB
JSON
Raw Normal View History

2022-04-11 16:23:11 +05:30
{
"version": 1,
2022-05-26 23:36:56 +05:30
"name": "Element",
"id": "element",
2022-04-11 16:23:11 +05:30
"values": {
"variants": {
2022-05-26 23:36:56 +05:30
"light": {
"base": true,
"default": true,
"name": "Light",
"variables": {
"background-color-primary": "#fff",
2022-04-11 16:23:11 +05:30
"background-color-secondary": "#f6f6f6",
2022-05-26 23:36:56 +05:30
"text-color": "#2E2F32",
2022-04-11 16:23:11 +05:30
"accent-color": "#03b381",
"error-color": "#FF4B55",
"fixed-white": "#fff",
2022-04-12 14:52:19 +05:30
"room-badge": "#61708b",
"link-color": "#238cf5"
2022-05-26 23:36:56 +05:30
}
},
"dark": {
"dark": true,
"default": true,
"name": "Dark",
"variables": {
"background-color-primary": "#21262b",
2022-04-11 16:23:11 +05:30
"background-color-secondary": "#2D3239",
2022-05-26 23:36:56 +05:30
"text-color": "#fff",
2022-04-11 16:23:11 +05:30
"accent-color": "#03B381",
"error-color": "#FF4B55",
"fixed-white": "#fff",
2022-04-12 14:52:19 +05:30
"room-badge": "#61708b",
"link-color": "#238cf5"
2022-05-26 23:36:56 +05:30
}
}
}
2022-04-11 16:23:11 +05:30
}
}