Skip to content

fmaida/mkdocs-material-dark-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages