change theme colors finally

This commit is contained in:
Cheri 2023-03-26 11:48:42 +03:00 committed by vib
parent 24bcd813d6
commit d49546a830
2 changed files with 37 additions and 1 deletions

View file

@ -19,7 +19,7 @@ enableGitInfo = false
[params]
# (Optional, default light) Sets color theme: light, dark or auto.
# Theme 'auto' switches between dark and light modes based on browser/os preferences
BookTheme = 'dark'
BookTheme = 'auto'
# (Optional, default true) Controls table of contents visibility on right side of pages.
# Start and end levels can be controlled with markup.tableOfContents setting.