{"id":31776708,"url":"https://github.com/stabldev/django-base16-admin","last_synced_at":"2026-01-20T17:03:19.586Z","repository":{"id":317693221,"uuid":"1068205187","full_name":"stabldev/django-base16-admin","owner":"stabldev","description":"🎨 Base16 color themes for Django Admin.","archived":false,"fork":false,"pushed_at":"2025-10-13T09:13:38.000Z","size":419,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-18T05:04:19.613Z","etag":null,"topics":["base16-themes","django"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/django-base16-admin","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stabldev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-02T02:34:15.000Z","updated_at":"2025-10-04T11:41:35.000Z","dependencies_parsed_at":"2025-10-10T05:54:51.483Z","dependency_job_id":null,"html_url":"https://github.com/stabldev/django-base16-admin","commit_stats":null,"previous_names":["stabldev/django-base16-admin"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/stabldev/django-base16-admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stabldev%2Fdjango-base16-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stabldev%2Fdjango-base16-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stabldev%2Fdjango-base16-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stabldev%2Fdjango-base16-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stabldev","download_url":"https://codeload.github.com/stabldev/django-base16-admin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stabldev%2Fdjango-base16-admin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["base16-themes","django"],"created_at":"2025-10-10T05:54:01.251Z","updated_at":"2026-01-20T17:03:19.574Z","avatar_url":"https://github.com/stabldev.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# django-base16-admin\n\n🎨 Base16 color themes for Django Admin.\\\nIncludes multiple themes with easy setup, live previews, and ready-to-use CSS files.\n\n## Installation\n\n```bash\npip install django-base16-admin\n# uv add django-base16-admin\n```\n\n## Usage\n\n1. Add `base16_admin` before `django.contrib.admin` in your `INSTALLED_APPS`:\n\n```py\nINSTALLED_APPS = [\n    \"base16_admin\",  # must come first\n    \"django.contrib.admin\",\n    \"django.contrib.auth\",\n    \"django.contrib.contenttypes\",\n    ...\n]\n```\n\n2. (Optional) Choose a theme in your Django settings.py:\n\n```py\nBASE16_THEME = \"circus\"  # default = \"circus\"\n```\n\nAvailable themes are stored in\n[base16_admin/static/admin/themes/](/src/base16_admin/static/admin/themes/).\n\n3. Run `collectstatic` (prod):\n\n```bash\npython manage.py collectstatic\n```\n\n4. Start your project and enjoy your new admin look 🎉\n\n## Available Themes\n\nHere are the currently available Base16 themes for Django Admin:\n\n| Theme Name       | Key                | Preview                                      | Theme CSS                                                                            |\n| ---------------- | ------------------ | -------------------------------------------- | ------------------------------------------------------------------------------------ |\n| Circus           | `circus`           | [Preview](/docs/assets/circus.png)           | [`circus.css`](/src/base16_admin/static/admin/themes/circus.css)                     |\n| Cupcake          | `cupcake`          | [Preview](/docs/assets/cupcake.png)          | [`cupcake.css`](/src/base16_admin/static/admin/themes/cupcake.css)                   |\n| Tokyo City Dark  | `tokyo-city-dark`  | [Preview](/docs/assets/tokyo-city-dark.png)  | [`tokyo-city-dark.css`](/src/base16_admin/static/admin/themes/tokyo-city-dark.css)   |\n| Tokyo City Light | `tokyo-city-light` | [Preview](/docs/assets/tokyo-city-light.png) | [`tokyo-city-light.css`](/src/base16_admin/static/admin/themes/tokyo-city-light.css) |\n\n## Contributing\n\nContributions are welcome!\\\nFeel free to open issues or submit PRs for new Base16 themes or improvements.\n\n## License\n\n[MIT](LICENSE) Copyright (c) [stabldev](https://github.com/stabldev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstabldev%2Fdjango-base16-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstabldev%2Fdjango-base16-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstabldev%2Fdjango-base16-admin/lists"}