You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: