mirror of
https://github.com/yairm210/Unciv.git
synced 2024-12-22 23:14:25 +07:00
17 lines
359 B
YAML
17 lines
359 B
YAML
site_name: Unciv documentation
|
|
theme:
|
|
name: material
|
|
|
|
palette:
|
|
- scheme: default
|
|
primary: teal
|
|
accent: amber
|
|
toggle:
|
|
icon: material/lightbulb
|
|
name: Switch to light mode
|
|
- scheme: slate
|
|
primary: teal
|
|
accent: amber
|
|
toggle:
|
|
icon: material/lightbulb-outline
|
|
name: Switch to dark mode |