testcontainers-go icon indicating copy to clipboard operation
testcontainers-go copied to clipboard

[Enhancement]: Add Dark color scheme toggle for Mkdocs

Open kylelmh opened this issue 1 year ago • 0 comments

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 avatar Sep 03 '24 15:09 kylelmh