Skip to content

Commit

Permalink
Rename dharma theme to light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jryans committed Feb 13, 2019
1 parent 01d6f95 commit 4acbec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"feature_pinning": "labs"
},
"default_federate": true,
"default_theme": "dharma",
"default_theme": "light",
"roomDirectory": {
"servers": [
"matrix.org"
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 4acbec3

Please sign in to comment.