forked from matrix/element-web
dark theme
This commit is contained in:
parent
2da0527c28
commit
bc57e6fd70
|
@ -41,6 +41,7 @@ module.exports = (env, argv) => {
|
||||||
|
|
||||||
// CSS themes
|
// CSS themes
|
||||||
"theme-element": "./node_modules/matrix-react-sdk/res/themes/element/css/element.scss",
|
"theme-element": "./node_modules/matrix-react-sdk/res/themes/element/css/element.scss",
|
||||||
|
"theme-element-dark": "./node_modules/matrix-react-sdk/res/themes/element-dark/css/element-dark.scss",
|
||||||
"theme-light": "./node_modules/matrix-react-sdk/res/themes/light/css/light.scss",
|
"theme-light": "./node_modules/matrix-react-sdk/res/themes/light/css/light.scss",
|
||||||
"theme-dark": "./node_modules/matrix-react-sdk/res/themes/dark/css/dark.scss",
|
"theme-dark": "./node_modules/matrix-react-sdk/res/themes/dark/css/dark.scss",
|
||||||
"theme-light-custom": "./node_modules/matrix-react-sdk/res/themes/light-custom/css/light-custom.scss",
|
"theme-light-custom": "./node_modules/matrix-react-sdk/res/themes/light-custom/css/light-custom.scss",
|
||||||
|
|
Loading…
Reference in New Issue