{"id":20199235,"url":"https://github.com/mia-cx/tailwindcss-themes","last_synced_at":"2026-04-10T01:49:25.985Z","repository":{"id":245133407,"uuid":"817362565","full_name":"mia-cx/tailwindcss-themes","owner":"mia-cx","description":"TailwindCSS plugin for theming. Supports configurable selectors, media queries, and utility defaults.","archived":false,"fork":false,"pushed_at":"2024-06-24T02:32:34.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T19:52:03.742Z","etag":null,"topics":["dark-mode","tailwindcss","tailwindcss-plugin","themes"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@mia-cx/tailwindcss-themes","language":"TypeScript","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/mia-cx.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":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"https://mia.cx"}},"created_at":"2024-06-19T14:43:50.000Z","updated_at":"2024-06-24T02:32:37.000Z","dependencies_parsed_at":"2025-01-13T19:52:02.442Z","dependency_job_id":"052ce105-1101-40c8-b2e7-83570b0e53ba","html_url":"https://github.com/mia-cx/tailwindcss-themes","commit_stats":null,"previous_names":["mia-cx/tailwindcss-themes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mia-cx%2Ftailwindcss-themes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mia-cx%2Ftailwindcss-themes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mia-cx%2Ftailwindcss-themes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mia-cx%2Ftailwindcss-themes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mia-cx","download_url":"https://codeload.github.com/mia-cx/tailwindcss-themes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241637147,"owners_count":19994925,"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":["dark-mode","tailwindcss","tailwindcss-plugin","themes"],"created_at":"2024-11-14T04:36:29.842Z","updated_at":"2025-12-31T01:03:19.722Z","avatar_url":"https://github.com/mia-cx.png","language":"TypeScript","funding_links":["https://mia.cx"],"categories":[],"sub_categories":[],"readme":"# [@mia-cx/tailwindcss-themes](https://github.com/mia-cx/tailwindcss-themes)\n\nA Tailwind plugin for theming. Provide media queries and/or multiple selectors, and variants for each theme will be generated!\n\nHeavily inspired and massively enabled by [JNavith/tailwindcss-theme-variants](https://github.com/JNavith/tailwindcss-theme-variants) \n\n## Getting Started\n\n```sh\npnpm i -D @mia-cx/tailwindcss-themes\n```\n\n```js\n// tailwind.config.js\nconst themes = require('@mia-cx/tailwindcss-themes');\n\nmodule.exports = {\n  // ...\n  plugins: [\n    // ...\n    themes({\n      themes: {\n        light: {\n          selectors: '.light',\n        },\n        dark: {\n          selectors: '.dark',\n        },\n      },\n      baseSelector: ':root',\n      fallback: 'dark',\n    }),\n  ],\n  // ...\n};\n```\n\n## To Do\n\n- [ ] Add auto-generated utilities based on each theme's `theme` definition.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmia-cx%2Ftailwindcss-themes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmia-cx%2Ftailwindcss-themes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmia-cx%2Ftailwindcss-themes/lists"}