mirror of
https://github.com/flokoe/bash-hackers-wiki.git
synced 2024-11-01 06:53:05 +01:00
support dark mode
this commit adds support for dark mode. Signed-off-by: kranurag7 <81210977+kranurag7@users.noreply.github.com>
This commit is contained in:
parent
bb37fd043c
commit
2eeca4aa30
@ -21,6 +21,15 @@ theme:
|
|||||||
- content.code.copy
|
- content.code.copy
|
||||||
icon:
|
icon:
|
||||||
repo: fontawesome/brands/github
|
repo: fontawesome/brands/github
|
||||||
|
palette:
|
||||||
|
- scheme: default
|
||||||
|
toggle:
|
||||||
|
icon: material/brightness-7
|
||||||
|
name: Switch to dark mode
|
||||||
|
- scheme: slate
|
||||||
|
toggle:
|
||||||
|
icon: material/brightness-4
|
||||||
|
name: Switch to light mode
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- git-revision-date-localized:
|
- git-revision-date-localized:
|
||||||
|
Loading…
Reference in New Issue
Block a user