add support for dark custom theme

pull/11017/head
Bruno Windels 2019-10-01 17:01:16 +02:00
parent 5ead6554b3
commit 4273f2cc55
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ module.exports = {
"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-light-custom": "./node_modules/matrix-react-sdk/res/themes/light-custom/css/light-custom.scss",
"theme-dark-custom": "./node_modules/matrix-react-sdk/res/themes/dark-custom/css/dark-custom.scss",
},
module: {
rules: [