Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement]: Add Dark color scheme toggle for Mkdocs #2766

Open
kylelmh opened this issue Sep 3, 2024 · 0 comments
Open

[Enhancement]: Add Dark color scheme toggle for Mkdocs #2766

kylelmh opened this issue Sep 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@kylelmh
Copy link

kylelmh commented Sep 3, 2024

Proposal

I believe testcontainer's mkdocs has its own color scheme, but a dark mode would be greatly appreciated.
Would a pull request for adding the default dark colors be welcomed? i.e.

mkdocs.yml

theme:
  palette: 
    - scheme: testcontainers
+     toggle:
+       icon: material/brightness-7 
+       name: Switch to dark mode
+
+   - scheme: slate
+     toggle:
+       icon: material/brightness-4
+       name: Switch to light mode
@kylelmh kylelmh added the enhancement New feature or request label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant