{"id":24843252,"url":"https://github.com/boazpoolman/strapi-code-themes","last_synced_at":"2025-08-16T08:16:51.149Z","repository":{"id":43092135,"uuid":"428383864","full_name":"boazpoolman/strapi-code-themes","owner":"boazpoolman","description":":sparkles: Some IDE inspired color schemes for Strapi v4  admin UI","archived":false,"fork":false,"pushed_at":"2022-07-10T16:25:16.000Z","size":1578,"stargazers_count":47,"open_issues_count":0,"forks_count":13,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-08T14:13:27.262Z","etag":null,"topics":["code","colors","dark-mode","monokai","oss","strapi","theme"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/strapi-code-themes","language":"TypeScript","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/boazpoolman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-15T18:49:17.000Z","updated_at":"2023-11-15T13:47:59.000Z","dependencies_parsed_at":"2022-09-13T17:01:36.703Z","dependency_job_id":null,"html_url":"https://github.com/boazpoolman/strapi-code-themes","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boazpoolman%2Fstrapi-code-themes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boazpoolman%2Fstrapi-code-themes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boazpoolman%2Fstrapi-code-themes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boazpoolman%2Fstrapi-code-themes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boazpoolman","download_url":"https://codeload.github.com/boazpoolman/strapi-code-themes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236489506,"owners_count":19157013,"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":["code","colors","dark-mode","monokai","oss","strapi","theme"],"created_at":"2025-01-31T08:40:01.462Z","updated_at":"2025-01-31T08:40:02.387Z","avatar_url":"https://github.com/boazpoolman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003eStrapi code themes\u003c/h1\u003e\n\u003cp style=\"margin-top: 0;\"\u003eSome coding inspired theme presets for Strapi CMS.\u003c/p\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/boazpoolman/strapi-code-themes/master/.github/showcase.gif\" alt=\"Themes showcase\" /\u003e\n\u003c/div\u003e\n\n## ✨ Themes\n\n- \u003ca href=\"https://raw.githubusercontent.com/boazpoolman/strapi-code-themes/master/.github/screenshots/githubDarkMode.png\" target=\"_blank\"\u003eGithub dark mode\u003c/a\u003e\n- \u003ca href=\"https://raw.githubusercontent.com/boazpoolman/strapi-code-themes/master/.github/screenshots/monokai.png\" target=\"_blank\"\u003eMonokai\u003c/a\u003e\n- \u003ca href=\"https://raw.githubusercontent.com/boazpoolman/strapi-code-themes/master/.github/screenshots/nightOwl.png\" target=\"_blank\"\u003eNight owl\u003c/a\u003e\n- \u003ca href=\"https://raw.githubusercontent.com/boazpoolman/strapi-code-themes/master/.github/screenshots/oneDarkPro.png\" target=\"_blank\"\u003eOne dark pro\u003c/a\u003e\n- \u003ca href=\"https://raw.githubusercontent.com/boazpoolman/strapi-code-themes/master/.github/screenshots/shadesOfPurple.png\" target=\"_blank\"\u003eShades of purple\u003c/a\u003e\n- \u003ca href=\"https://raw.githubusercontent.com/boazpoolman/strapi-code-themes/master/.github/screenshots/synthwave.png\" target=\"_blank\"\u003eSynthwave\u003c/a\u003e\n- \u003ca href=\"https://raw.githubusercontent.com/boazpoolman/strapi-code-themes/master/.github/screenshots/dracula.png\" target=\"_blank\"\u003eDracula\u003c/a\u003e\n\n## ⏳ Installation\n\nInstall the package in your Strapi project.\n\n```bash\n# using yarn\nyarn add strapi-code-themes\n\n# using npm\nnpm install strapi-code-themes --save\n```\n\n## 💡 Usage\n\nInside the `/src/admin/app.js` file you can apply the theme to your Strapi installation. Add the following lines:\n\n```\nimport themes from 'strapi-code-themes';\n\nexport default {\n  config: {\n    theme: {\n      colors: themes.shadesOfPurple,\n    },\n  },\n};\n```\n\nAfter setting up your theme you will have to rebuild you Strapi admin UI. To rebuild and restart Strapi run:\n\n```bash\n# using yarn\nyarn build\nyarn develop\n\n# using npm\nnpm run build\nnpm run develop\n```\n\nNow you're all set. Enjoy your Strapi admin themes!\n\n## 🤝 Contributing\n\nFeel free to fork and make a pull request of this plugin. All the input is welcome!\n\n## ⭐️ Show your support\n\nGive a star if this project helped you.\n\n## 📝 Resources\n\n- [MIT License](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboazpoolman%2Fstrapi-code-themes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboazpoolman%2Fstrapi-code-themes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboazpoolman%2Fstrapi-code-themes/lists"}