mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
add support for dark custom theme
This commit is contained in:
parent
5ead6554b3
commit
4273f2cc55
@ -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: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user