From bc57e6fd70f051e262af6b4d3849fe06ba009c6f Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 9 Jul 2020 14:47:42 +0200 Subject: [PATCH] dark theme --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index 8c643d3df..698fae7bd 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -41,6 +41,7 @@ module.exports = (env, argv) => { // CSS themes "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-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",