Skip to content
Snippets Groups Projects
Commit b2280841 authored by Maciej Topyla's avatar Maciej Topyla
Browse files

Enable day/night mode, add autohide

parent 1c0ece7b
No related branches found
No related tags found
No related merge requests found
Pipeline #124867 passed
......@@ -11,14 +11,31 @@ repo_name: Source
theme:
name: material
palette:
primary: 'white'
accent: 'indigo'
# Palette toggle for light mode
- scheme: default
primary: 'white'
accent: 'indigo'
toggle:
icon: material/lightbulb-night-outline
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: 'indigo'
accent: 'indigo'
toggle:
icon: material/lightbulb-on-outline
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- search.highlight
- search.share
- toc.follow
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.expand
- header.autohide
icon:
repo: fontawesome/brands/gitlab
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment