{"id":13806808,"url":"https://github.com/LelouchFR/windows-terminal-theme-generator","last_synced_at":"2025-05-13T22:30:55.845Z","repository":{"id":225867898,"uuid":"767005007","full_name":"LelouchFR/windows-terminal-theme-generator","owner":"LelouchFR","description":"🦀Blazingly Fast Windows Terminal Theme Generator 🦀","archived":false,"fork":false,"pushed_at":"2024-04-22T00:09:23.000Z","size":12529,"stargazers_count":15,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-19T05:41:17.840Z","etag":null,"topics":["html","rust","scss","stylist","theme-generator","windows","windows-terminal","windows-terminal-theme","yew"],"latest_commit_sha":null,"homepage":"https://windows-terminal-theme-generator.netlify.app","language":"Rust","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/LelouchFR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"LelouchFR","custom":["https://www.buymeacoffee.com/lelouchfr","https://www.paypal.com/paypalme/hugodu67"]}},"created_at":"2024-03-04T14:34:05.000Z","updated_at":"2024-05-14T10:55:46.000Z","dependencies_parsed_at":"2024-05-01T12:35:31.052Z","dependency_job_id":"7db8467e-6cee-48c6-b1d2-70987679a5d3","html_url":"https://github.com/LelouchFR/windows-terminal-theme-generator","commit_stats":null,"previous_names":["lelouchfr/windows-terminal-theme-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LelouchFR%2Fwindows-terminal-theme-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LelouchFR%2Fwindows-terminal-theme-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LelouchFR%2Fwindows-terminal-theme-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LelouchFR%2Fwindows-terminal-theme-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LelouchFR","download_url":"https://codeload.github.com/LelouchFR/windows-terminal-theme-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225260771,"owners_count":17446104,"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":["html","rust","scss","stylist","theme-generator","windows","windows-terminal","windows-terminal-theme","yew"],"created_at":"2024-08-04T01:01:16.472Z","updated_at":"2024-11-18T22:32:43.049Z","avatar_url":"https://github.com/LelouchFR.png","language":"Rust","funding_links":["https://github.com/sponsors/LelouchFR","https://www.buymeacoffee.com/lelouchfr","https://www.paypal.com/paypalme/hugodu67"],"categories":["Projects"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\u003cimg src=\"./docs/logo.png\" alt=\"windows-terminal-theme-generator logo\" width=\"300px\" /\u003e\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-Apache_2.0-blue\" /\u003e \u003cimg src=\"https://img.shields.io/badge/website-online-green\" /\u003e\u003c/p\u003e\n\nSee your favorite colors of choice for your Windows Terminal.\n\n## Table of Contents\n- [Demonstration 📹](#demonstration)\n- [Features 💡](#features)\n- [Installation 📦](#installation)\n- [Contributing 🛠](#contributing)\n- [Contact 📧](#contact)\n- [License ⚖](#license)\n\n## Demonstration\n\nHere is a demonstration video of how it's working:\n\n![Demonstration Gif](./docs/demonstration.gif)\n\n## Features\n\n### Custom Color Schemes\n\nYou can generate color themes **blazingly fast**! Because of use of WebAssembly and Algorithmic way of choosing colors, you will always get something beautiful in output.\n\n### Preview Functionality\n\nYou can preview what the theme looks like.\n\n### Easy to use\n\nThrough it's simple UI and and a perfect user experience, you will never get trouble because of it's full optimisation to content everyone.\n\n### Export/Import Themes\n\nYou can import your own themes into the website to watch if the colors match other interesting patterns or to share them to others. [More About That Here](/docs/import_export.md)\n\n## Installation\n\n1. To install Rust, follow the [official instructions](https://www.rust-lang.org/tools/install).\n2. Clone the repository\n    - using Git:\n    ```bash\n    git clone https://github.com/lelouchfr/windows-terminal-theme-generator.git\n    ```\n    - using ssh:\n    ```bash\n    git@github.com:LelouchFR/windows-terminal-theme-generator.git\n    ```\n    - using Github CLI:\n    ```bash\n    gh repo clone LelouchFR/windows-terminal-theme-generator\n    ```\n3. Run `cargo install --locked trunk` if trunk isn't installed.\n4. Run `rustup target add wasm32-unknown-unknown` if WebAssembly target isnt installed.\n\u003e [!TIP]\n\u003e You can use `make requirements` instead of `3.` and `4.` to be faster.\n5. Run `trunk serve` to build \u0026 serve the application to [localhost:5173](http://127.0.0.1:5173/).\n\n## Contributing\n\nWe welcome contributions! Follow these steps to contribute:\n\n1. Fork the repository\n2. Make your changes\n3. Add yourself to the contributions markdown file\n4. Open a pull request\n\n## Contact\n\nFor issues and feature requests, feel free to [open an issue](./issues)\n\n## License\n\nThis project is licensed under the **Apache License V2.0** - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLelouchFR%2Fwindows-terminal-theme-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLelouchFR%2Fwindows-terminal-theme-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLelouchFR%2Fwindows-terminal-theme-generator/lists"}