{"id":28486102,"url":"https://github.com/strappazzon/mkdocs-material-midnight","last_synced_at":"2025-07-02T12:32:28.597Z","repository":{"id":294716558,"uuid":"987238704","full_name":"Strappazzon/mkdocs-material-midnight","owner":"Strappazzon","description":"🎨 A Material for MkDocs theme","archived":false,"fork":false,"pushed_at":"2025-06-14T19:31:52.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-26T07:08:53.386Z","etag":null,"topics":["midnight-theme","mkdocs-material","mkdocs-material-theme","theme"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Strappazzon.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"buy_me_a_coffee":"strappazzon","github":"Strappazzon","ko_fi":"strappazzon"}},"created_at":"2025-05-20T19:27:05.000Z","updated_at":"2025-06-14T19:31:55.000Z","dependencies_parsed_at":"2025-05-21T18:59:46.358Z","dependency_job_id":null,"html_url":"https://github.com/Strappazzon/mkdocs-material-midnight","commit_stats":null,"previous_names":["strappazzon/mkdocs-material-midnight"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Strappazzon/mkdocs-material-midnight","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strappazzon%2Fmkdocs-material-midnight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strappazzon%2Fmkdocs-material-midnight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strappazzon%2Fmkdocs-material-midnight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strappazzon%2Fmkdocs-material-midnight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Strappazzon","download_url":"https://codeload.github.com/Strappazzon/mkdocs-material-midnight/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strappazzon%2Fmkdocs-material-midnight/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263140508,"owners_count":23419896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["midnight-theme","mkdocs-material","mkdocs-material-theme","theme"],"created_at":"2025-06-08T01:10:15.678Z","updated_at":"2025-07-02T12:32:28.587Z","avatar_url":"https://github.com/Strappazzon.png","language":"CSS","funding_links":["https://buymeacoffee.com/strappazzon","https://github.com/sponsors/Strappazzon","https://ko-fi.com/strappazzon"],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable-next-line MD041 --\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg width=\"64\" src=\"https://cdn.jsdelivr.net/npm/@svgmoji/twemoji@2.0.0/svg/1F311.svg\" alt=\"Logo\"\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cstrong\u003emkdocs-material-midnight\u003c/strong\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cem\u003eA Material for MkDocs theme\u003c/em\u003e\n\u003c/p\u003e\n\n[![Badge](https://img.shields.io/badge/Material%20for%20MkDocs-%3E%3D%209.6-2094f3?style=for-the-badge\u0026labelColor=4051b5\u0026logo=materialformkdocs\u0026logoColor=fff)](https://squidfunk.github.io/mkdocs-material/)  \n[Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) theme inspired by Discord and Reddit color palettes. For consistency, this theme will modify the default color scheme as well.\n\nYou can see how it looks [here](https://gkb.strappazzon.xyz) on my gaming Knowledge Base.\n\n## Getting Started\n\nTo use this theme in your Material for MkDocs documentation:\n\n1. Add this repository as a submodule\n\n   ```sh\n   git submodule add \"https://github.com/Strappazzon/mkdocs-material-midnight\"\n   ```\n\n2. Reference the stylesheet in your configuration\n\n   ```yaml\n   extra_css:\n     - path/to/midnight.css\n   ```\n\n## Recommended Configuration\n\n```yaml\ntheme:\n  palette:\n    - media: \"(prefers-color-scheme)\"\n      scheme: default\n      primary: white\n      toggle:\n        icon: material/lightbulb-auto-outline\n    - media: \"(prefers-color-scheme: dark)\"\n      scheme: slate\n      primary: black\n      toggle:\n        icon: material/lightbulb-off\n    - media: \"(prefers-color-scheme: light)\"\n      scheme: default\n      primary: white\n      toggle:\n        icon: material/lightbulb-on-outline\n  icon:\n    admonition:\n      bug: material/bug\n      danger: material/close-octagon\n      example: material/format-list-bulleted-square\n      info: material/information-box\n      note: material/pencil-box\n      question: material/help-box\n      tip: material/lightbulb\n    annotation: material/pencil-box\n    edit: material/text-box-edit\n    view: octicons/markdown-16\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrappazzon%2Fmkdocs-material-midnight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrappazzon%2Fmkdocs-material-midnight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrappazzon%2Fmkdocs-material-midnight/lists"}