1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

enable dark theme (#3061)

* enable dark theme

Signed-off-by: Andy Lim <limchinhuat0221@gmail.com>

* add the theme features

Signed-off-by: Andy Lim <limchinhuat0221@gmail.com>

---------

Signed-off-by: Andy Lim <limchinhuat0221@gmail.com>
Co-authored-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
This commit is contained in:
Andy Lim 2024-09-18 13:28:04 +08:00 committed by GitHub
parent 5c22447c13
commit c0930f56dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,17 @@ edit_uri: ./edit/main/docs/
remote_branch: gh-pages
theme:
name: material
palette:
- scheme: default
media: "(prefers-color-scheme: light)"
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
media: "(prefers-color-scheme: dark)"
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.indexes