{"id":30718220,"url":"https://github.com/ccbluex/liquidbounce-theme","last_synced_at":"2025-09-03T09:47:54.277Z","repository":{"id":312484217,"uuid":"1047654565","full_name":"CCBlueX/LiquidBounce-Theme","owner":"CCBlueX","description":"A mirror from https://github.com/CCBlueX/LiquidBounce that only contains the theme source.","archived":false,"fork":false,"pushed_at":"2025-08-30T23:19:01.000Z","size":2076,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-31T00:22:56.288Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Svelte","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/CCBlueX.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-08-30T22:57:50.000Z","updated_at":"2025-08-30T23:19:04.000Z","dependencies_parsed_at":"2025-08-31T00:33:15.864Z","dependency_job_id":null,"html_url":"https://github.com/CCBlueX/LiquidBounce-Theme","commit_stats":null,"previous_names":["ccbluex/liquidbounce-theme"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/CCBlueX/LiquidBounce-Theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CCBlueX%2FLiquidBounce-Theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CCBlueX%2FLiquidBounce-Theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CCBlueX%2FLiquidBounce-Theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CCBlueX%2FLiquidBounce-Theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CCBlueX","download_url":"https://codeload.github.com/CCBlueX/LiquidBounce-Theme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CCBlueX%2FLiquidBounce-Theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273423959,"owners_count":25103146,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"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":[],"created_at":"2025-09-03T09:47:51.936Z","updated_at":"2025-09-03T09:47:54.260Z","avatar_url":"https://github.com/CCBlueX.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LiquidBounce Default Theme\n\nThis directory contains the source code of LiquidBounce's default theme built with [Svelte](https://svelte.dev/).\n\n## Development\n\n### Prerequisites\n- [Node.js](https://nodejs.org/en) (latest or stable version)\n\n### Setup\n\n1. **Install dependencies**\n   ```bash\n   npm install\n   ```\n\n2. **Configure development mode**\n    - Set `IN_DEV` to `true` in [host.ts](https://github.com/CCBlueX/LiquidBounce/blob/nextgen/src-theme/src/integration/host.ts)\n\n3. **Launch the client**\n\n4. **Start development server**\n   ```bash\n   npm run dev\n   ```\n\n5. **Set theme in client**\n    - `.client theme set http://localhost:5173/`\n\n**Important**: Do not commit changes made to `host.ts` and `NettyServer.kt` when pushing to the repository.\n\n## Building for Production\n\nTo build the theme for production use, follow these steps:\n\n1. **Ensure development mode is disabled**\n    - Set `IN_DEV` to `false` in [host.ts](https://github.com/CCBlueX/LiquidBounce/blob/nextgen/src-theme/src/integration/host.ts)\n\n2. **Build the theme**\n   ```bash\n   npm run build\n   ```\n\n3. **Locate build output**\n    - The production build will be generated in the `dist` folder\n    - This folder contains all the optimized and minified theme files\n\n4. **Deploy to themes directory**\n    - Copy the entire `dist` folder to your themes directory\n    - You can open the themes directory by typing `.client theme browse` in the client\n    - Rename the `dist` folder to your preferred theme name\n\n5. **Apply the theme**\n   ```\n   .client theme set \u003cyour-theme-name\u003e\n   ```\n\n## Marketplace Publishing\n\n1. **Get API token**\n    - Go to [https://liquidbounce.net/account](https://liquidbounce.net/account)\n    - Generate your API token\n\n2. **Get marketplace item ID**\n    - Navigate to [https://liquidbounce.net/marketplace](https://liquidbounce.net/marketplace)\n    - Go to your item page\n    - Copy the ID from the \"Item ID\" field on the right side\n\n3. **Configure repository**\n    - Add `API_TOKEN` as a repository secret in Settings → Secrets and variables → Actions\n    - Update `MARKETPLACE_ITEM_ID` and `ZIP_NAME` in the workflow file with your values\n\n4. **Enable publishing**\n    - Uncomment the GitHub release and marketplace upload sections in `.github/workflows/build.yml`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccbluex%2Fliquidbounce-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fccbluex%2Fliquidbounce-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccbluex%2Fliquidbounce-theme/lists"}