mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 12:26:29 +00:00
Auto switch theme based on system prefrence (#2664)
This commit is contained in:
parent
bbd69b1fa5
commit
e7a725bdda
@ -123,6 +123,11 @@ module.exports = {
|
||||
mermaid: {
|
||||
theme: { light: "neutral", dark: "forest" },
|
||||
},
|
||||
colorMode: {
|
||||
defaultMode: 'light',
|
||||
respectPrefersColorScheme: true,
|
||||
disableSwitch: false,
|
||||
},
|
||||
},
|
||||
presets: [
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user