mkdocs-material-dark-theme

External SCSS/CSS file that can change the appearance of mkdocs-material theme and render it in dark colors.

To have proper syntax highlighting, don't forget to add this code to your mkdocs.yml file:

markdown_extensions:
  - codehilite:
      use_pygments: True
      noclasses: True
      pygments_style: monokai