forked from cswimr/SeaCogs
misc(docs): changed colors
This commit is contained in:
parent
c179dd0649
commit
77a4001fed
2 changed files with 11 additions and 4 deletions
5
.docs/.overrides/main.html.disabled
Normal file
5
.docs/.overrides/main.html.disabled
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block announce %}
|
||||
Put an announcement here.
|
||||
{% endblock %}
|
10
mkdocs.yml
10
mkdocs.yml
|
@ -63,23 +63,25 @@ markdown_extensions:
|
|||
|
||||
theme:
|
||||
name: material
|
||||
custom_dir: ./.docs/.overrides
|
||||
palette:
|
||||
- media: '(prefers-color-scheme: light)'
|
||||
scheme: default
|
||||
primary: orange
|
||||
accent: amber
|
||||
primary: cyan
|
||||
accent: light blue
|
||||
toggle:
|
||||
icon: material/toggle-switch
|
||||
name: Switch to dark mode
|
||||
|
||||
- media: '(prefers-color-scheme: dark)'
|
||||
scheme: slate
|
||||
primary: orange
|
||||
accent: amber
|
||||
primary: cyan
|
||||
accent: light blue
|
||||
toggle:
|
||||
icon: material/toggle-switch-off-outline
|
||||
name: Switch to light mode
|
||||
features:
|
||||
- announce.dismiss
|
||||
- content.code.annotate
|
||||
- content.code.copy
|
||||
- navigation.instant
|
||||
|
|
Loading…
Reference in a new issue