{"id":21486909,"url":"https://github.com/ntsd/daisyui-ntsd","last_synced_at":"2026-04-19T03:02:17.793Z","repository":{"id":188436955,"uuid":"678743935","full_name":"ntsd/daisyui-ntsd","owner":"ntsd","description":"A DaisyUI theme","archived":false,"fork":false,"pushed_at":"2023-10-14T16:50:43.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T09:51:37.239Z","etag":null,"topics":["daisyui","tailwind","theme"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ntsd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2023-08-15T09:14:41.000Z","updated_at":"2023-10-21T01:32:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"9bffc23b-ae64-4b9b-96eb-e4589230cc6f","html_url":"https://github.com/ntsd/daisyui-ntsd","commit_stats":null,"previous_names":["ntsd/daisyui-ntsd"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ntsd/daisyui-ntsd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntsd%2Fdaisyui-ntsd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntsd%2Fdaisyui-ntsd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntsd%2Fdaisyui-ntsd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntsd%2Fdaisyui-ntsd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ntsd","download_url":"https://codeload.github.com/ntsd/daisyui-ntsd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntsd%2Fdaisyui-ntsd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31992822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["daisyui","tailwind","theme"],"created_at":"2024-11-23T13:24:43.164Z","updated_at":"2026-04-19T03:02:17.744Z","avatar_url":"https://github.com/ntsd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DaisyUI NTSD\n\nA DaisyUI theme\n\n## Installation\n\n```sh\nnpm i -D daisyui-ntsd\n```\n\nAdd `...require(\"daisyui-ntsd\")` to themes on `tailwind.config.cjs`\n\n```diff\nmodule.exports = {\n  ...\n  daisyui: {\n-    themes: [],\n+    themes: [...require(\"daisyui-ntsd\")],\n  },\n};\n```\n\nCustomize the theme\n\n```js\nmodule.exports = {\n  ...\n  daisyui: {\n    themes: [\n      {\n        light: {\n          ...require('daisyui-ntsd').light,\n          \"primary\": \"blue\",\n          \"primary-focus\": \"mediumblue\",\n        }\n      },\n      {\n        dark: require('daisyui-ntsd').dark\n      }\n    ],\n  },\n};\n```\n\nExample usage for `tailwind.config.ts`\n\n```ts\nimport type { Config } from 'tailwindcss';\nimport daisyui from 'daisyui';\n// daisyui-ntsd support typescript module\nimport { light, dark } from 'daisyui-ntsd';\n\nexport default {\n  ...\n  plugins: [daisyui],\n  daisyui: {\n    themes: [\n      {\n        light: {\n          // apply default light theme\n          ...light,\n          // customize\n          \"primary\": \"blue\",\n          \"primary-focus\": \"mediumblue\",\n        },\n      },\n      {\n        dark: dark,\n      }\n    ]\n  }\n} satisfies Config;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntsd%2Fdaisyui-ntsd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fntsd%2Fdaisyui-ntsd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntsd%2Fdaisyui-ntsd/lists"}