From 29a1862912c658de93b4b5a46e388ae8e7953017 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 14 Jul 2020 18:40:57 +0200 Subject: [PATCH] rename element theme to light/dark to apply old prefs --- webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index d88fad2567..cb8f827040 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -40,8 +40,8 @@ module.exports = (env, argv) => { "usercontent": "./node_modules/matrix-react-sdk/src/usercontent/index.js", // 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-legacy": "./node_modules/matrix-react-sdk/res/themes/legacy-light/css/legacy-light.scss", + "theme-legacy-dark": "./node_modules/matrix-react-sdk/res/themes/legacy-dark/css/legacy-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",