Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 443 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 443 Bytes

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:
        guess_lang: False
        use_pygments: True
        noclasses: True
        pygments_style: monokai