mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
add dark theme
This commit is contained in:
parent
a14f18fede
commit
b36d4cc088
14
mkdocs.yml
14
mkdocs.yml
@ -13,6 +13,20 @@ copyright: Copyright © 2022 Lincoln D. Stein <lincoln.stein@gmail.com>
|
||||
# Configuration
|
||||
theme:
|
||||
name: material
|
||||
palette:
|
||||
- media: '(prefers-color-scheme: light)'
|
||||
primary: blue
|
||||
scheme: default
|
||||
toggle:
|
||||
icon: material/lightbulb
|
||||
name: Switch to dark mode
|
||||
- media: '(prefers-color-scheme: dark)'
|
||||
primary: dark-blue
|
||||
accent: white
|
||||
scheme: slate
|
||||
toggle:
|
||||
icon: material/lightbulb-outline
|
||||
name: Switch to light mode
|
||||
|
||||
# Extensions
|
||||
markdown_extensions:
|
||||
|
Loading…
Reference in New Issue
Block a user