From 0cb35ad21649312c94fdb67c21cc68848d8d65a9 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 13 Feb 2019 09:45:42 +0000 Subject: [PATCH] Rename dharma theme to light theme --- config.sample.json | 2 +- webpack.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.sample.json b/config.sample.json index 4769ecc47e..4208438d53 100644 --- a/config.sample.json +++ b/config.sample.json @@ -15,7 +15,7 @@ "feature_pinning": "labs" }, "default_federate": true, - "default_theme": "dharma", + "default_theme": "light", "roomDirectory": { "servers": [ "matrix.org" diff --git a/webpack.config.js b/webpack.config.js index c35158be59..aba990541b 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -16,7 +16,7 @@ module.exports = { "mobileguide": "./src/vector/mobile_guide/index.js", // CSS themes - "theme-dharma": "./node_modules/matrix-react-sdk/res/themes/dharma/css/dharma.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", }, module: {