A GitHub inspired theme for use with Docsify.
The colors have been decoupled and placed into variables for easier future customization.
Add the following element inside the <head> of your index.html
<link rel="stylesheet" href="https://niba291.github.io/THEME-DOCS/theme/github.css"/>To enable the dark theme, add the attribute class="dark" to the body tag.
<body class="dark" ...>Copyright © 2025-present niba291