feat: add option to enable or disable the dark mode toggle button (#529)
This commit is contained in:
parent
d0a7f2bb60
commit
e9ece03388
6 changed files with 18 additions and 12 deletions
|
@ -102,6 +102,10 @@ enableRobotsTXT = true
|
|||
# See https://developer.mozilla.org/de/docs/Web/HTML/Element/base.
|
||||
geekdocOverwriteHTMLBase = false
|
||||
|
||||
# (Optional, default true) Enable or disable the JavaScript based color theme toggle switch. The CSS based
|
||||
# user preference mode still works.
|
||||
geekdocDarkModeToggle = false
|
||||
|
||||
# (Optional, default false) Auto-decrease brightness of images and add a slightly grayscale to avoid
|
||||
# bright spots while using the dark mode.
|
||||
geekdocDarkModeDim = false
|
||||
|
@ -224,6 +228,10 @@ params:
|
|||
# See https://developer.mozilla.org/de/docs/Web/HTML/Element/base.
|
||||
geekdocOverwriteHTMLBase: false
|
||||
|
||||
# (Optional, default true) Enable or disable the JavaScript based color theme toggle switch. The CSS based
|
||||
# user preference mode still works.
|
||||
geekdocDarkModeToggle: false
|
||||
|
||||
# (Optional, default false) Auto-decrease brightness of images and add a slightly grayscale to avoid
|
||||
# bright spots while using the dark mode.
|
||||
geekdocDarkModeDim: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue