{"id":37738962,"url":"https://github.com/y-sunflower/morethemes","last_synced_at":"2026-01-16T14:04:42.688Z","repository":{"id":272303189,"uuid":"916138007","full_name":"y-sunflower/morethemes","owner":"y-sunflower","description":"More themes for matplotlib 🌸🦋🍭🍉","archived":false,"fork":false,"pushed_at":"2025-09-01T12:19:46.000Z","size":13894,"stargazers_count":56,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T12:40:51.033Z","etag":null,"topics":["data-visualization","matplotlib","theme"],"latest_commit_sha":null,"homepage":"https://y-sunflower.github.io/morethemes/","language":"Python","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/y-sunflower.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":null,"license":"LICENSE","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-01-13T14:26:51.000Z","updated_at":"2025-09-01T12:19:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"ecdeff69-a8d1-421b-90fc-b34f5bbec958","html_url":"https://github.com/y-sunflower/morethemes","commit_stats":null,"previous_names":["josephbarbierdarnal/morethemes","y-sunflower/morethemes"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/y-sunflower/morethemes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-sunflower%2Fmorethemes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-sunflower%2Fmorethemes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-sunflower%2Fmorethemes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-sunflower%2Fmorethemes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/y-sunflower","download_url":"https://codeload.github.com/y-sunflower/morethemes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-sunflower%2Fmorethemes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479096,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"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":["data-visualization","matplotlib","theme"],"created_at":"2026-01-16T14:04:39.583Z","updated_at":"2026-01-16T14:04:42.681Z","avatar_url":"https://github.com/y-sunflower.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\u003c!-- Automatically generated, uses README.qmd to modify README.md --\u003e\n\n# `morethemes`: more themes for matplotlib\n\n\u003cimg src=\"https://github.com/JosephBARBIERDARNAL/static/blob/main/python-libs/morethemes/image.png?raw=true\" alt=\"morethemes logo\" align=\"right\" width=\"150px\"/\u003e\n\n**`morethemes`** provides themes for\n[matplotlib](https://matplotlib.org/). More themes, better plots, one\nline of code.\n\n[![](https://static.pepy.tech/badge/morethemes)](https://pepy.tech/projects/morethemes)\n\n[Documentation site](https://y-sunflower.github.io/morethemes/)\n\n\u003cbr\u003e\n\n## Installation\n\n``` bash\npip install morethemes\n```\n\nDon’t want to add **`morethemes`** as a dependency? You can either\nbrowse the [source\ncode](https://github.com/y-sunflower/morethemes/blob/main/morethemes/themes.py)\nto find the rcParams, or use the `mt.get_rcparams(\"theme_name\")`\nfunction.\n\n\u003cbr\u003e\n\n## Themes\n\n**`morethemes`** offers 16 themes at the moment:\n\n### WSJ\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"wsj\")\n```\n\n[![](https://raw.githubusercontent.com/y-sunflower/morethemes/refs/heads/main/docs/img/wsj.png)](https://y-sunflower.github.io/morethemes/)\n\n### URBAN\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"urban\")\n```\n\n[![](https://raw.githubusercontent.com/y-sunflower/morethemes/refs/heads/main/docs/img/urban.png)](https://y-sunflower.github.io/morethemes/)\n\n### MINIMAL\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"minimal\")\n```\n\n[![](https://raw.githubusercontent.com/y-sunflower/morethemes/refs/heads/main/docs/img/minimal.png)](https://y-sunflower.github.io/morethemes/)\n\n### FT\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"ft\")\n```\n\n[![](https://raw.githubusercontent.com/y-sunflower/morethemes/refs/heads/main/docs/img/ft.png)](https://y-sunflower.github.io/morethemes/)\n\n### NATURE\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"nature\")\n```\n\n[![](https://raw.githubusercontent.com/y-sunflower/morethemes/refs/heads/main/docs/img/nature.png)](https://y-sunflower.github.io/morethemes/)\n\n### ECONOMIST\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"economist\")\n```\n\n[![](https://raw.githubusercontent.com/y-sunflower/morethemes/refs/heads/main/docs/img/economist.png)](https://y-sunflower.github.io/morethemes/)\n\n### GREENWAVE\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"greenwave\")\n```\n\n[![](https://raw.githubusercontent.com/y-sunflower/morethemes/refs/heads/main/docs/img/greenwave.png)](https://y-sunflower.github.io/morethemes/)\n\n### LUMEN\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"lumen\")\n```\n\n[![](https://raw.githubusercontent.com/y-sunflower/morethemes/refs/heads/main/docs/img/lumen.png)](https://y-sunflower.github.io/morethemes/)\n\n### EBONIS\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"ebonis\")\n```\n\n[![](https://raw.githubusercontent.com/y-sunflower/morethemes/refs/heads/main/docs/img/ebonis.png)](https://y-sunflower.github.io/morethemes/)\n\n### LIGHTER\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"lighter\")\n```\n\n[![](https://raw.githubusercontent.com/y-sunflower/morethemes/refs/heads/main/docs/img/lighter.png)](https://y-sunflower.github.io/morethemes/)\n\n### VSCODE-DARK\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"vscode-dark\")\n```\n\n[![](https://raw.githubusercontent.com/y-sunflower/morethemes/refs/heads/main/docs/img/vscode-dark.png)](https://y-sunflower.github.io/morethemes/)\n\n### NORD\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"nord\")\n```\n\n[![](https://raw.githubusercontent.com/y-sunflower/morethemes/refs/heads/main/docs/img/nord.png)](https://y-sunflower.github.io/morethemes/)\n\n### RETRO\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"retro\")\n```\n\n[![](https://raw.githubusercontent.com/y-sunflower/morethemes/refs/heads/main/docs/img/retro.png)](https://y-sunflower.github.io/morethemes/)\n\n### DARKER\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"darker\")\n```\n\n[![](https://raw.githubusercontent.com/y-sunflower/morethemes/refs/heads/main/docs/img/darker.png)](https://y-sunflower.github.io/morethemes/)\n\n### YELLOWISH\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"yellowish\")\n```\n\n[![](https://raw.githubusercontent.com/y-sunflower/morethemes/refs/heads/main/docs/img/yellowish.png)](https://y-sunflower.github.io/morethemes/)\n\n### MONOBLUE\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"monoblue\")\n```\n\n[![](https://raw.githubusercontent.com/y-sunflower/morethemes/refs/heads/main/docs/img/monoblue.png)](https://y-sunflower.github.io/morethemes/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy-sunflower%2Fmorethemes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fy-sunflower%2Fmorethemes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy-sunflower%2Fmorethemes/lists"}