{"id":13778322,"url":"https://github.com/irihitech/Semi.Avalonia","last_synced_at":"2025-05-11T11:35:28.408Z","repository":{"id":64837723,"uuid":"561788386","full_name":"irihitech/Semi.Avalonia","owner":"irihitech","description":"Avalonia theme inspired by Semi Design","archived":false,"fork":false,"pushed_at":"2024-05-18T07:34:53.000Z","size":96281,"stargazers_count":611,"open_issues_count":17,"forks_count":36,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-05-19T03:04:36.438Z","etag":null,"topics":["avalonia","avaloniaui","dark-mode","semidesign","theme","ui"],"latest_commit_sha":null,"homepage":"https://irihitech.github.io/Semi.Avalonia/","language":"C#","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/irihitech.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":"2022-11-04T13:49:03.000Z","updated_at":"2024-05-29T16:48:42.315Z","dependencies_parsed_at":"2022-12-15T20:40:42.249Z","dependency_job_id":"b806d80f-72fc-4ab1-a525-f7ec7ee87551","html_url":"https://github.com/irihitech/Semi.Avalonia","commit_stats":{"total_commits":212,"total_committers":3,"mean_commits":70.66666666666667,"dds":0.09433962264150941,"last_synced_commit":"1505eacb7834ac8c2c6f64d9ce4d43a02d4091ed"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irihitech%2FSemi.Avalonia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irihitech%2FSemi.Avalonia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irihitech%2FSemi.Avalonia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irihitech%2FSemi.Avalonia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irihitech","download_url":"https://codeload.github.com/irihitech/Semi.Avalonia/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213083229,"owners_count":15535144,"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":["avalonia","avaloniaui","dark-mode","semidesign","theme","ui"],"created_at":"2024-08-03T18:00:53.015Z","updated_at":"2025-05-11T11:35:28.392Z","avatar_url":"https://github.com/irihitech.png","language":"C#","funding_links":[],"categories":["Libraries \u0026 Extensions"],"sub_categories":["Theme \u0026 Icons"],"readme":"# Semi Avalonia\n\n[![Semi Avalonia](https://img.shields.io/nuget/v/Semi.Avalonia.svg?color=red\u0026style=flat-square)](https://www.nuget.org/packages/Semi.Avalonia/)\n[![Semi Avalonia](https://img.shields.io/nuget/dt/Semi.Avalonia.svg?style=flat-square)](https://www.nuget.org/packages/Semi.Avalonia/)\n[![GitCode](https://gitcode.com/IRIHI_Technology/Semi.Avalonia/star/badge.svg)](https://gitcode.com/IRIHI_Technology/Semi.Avalonia)\n\n[中文](./README_CN.md)\n\nAvalonia Theme inspired by Semi Design\n\nSemi.Avalonia can be previewed in the browser [here](https://irihitech.github.io/Semi.Avalonia/)\n\nIf you are looking for more detailed documentation, Please visit [Semi Documentation](https://docs.irihi.tech/semi/)\n\nIf you are looking for more customized controls, Please try [Ursa](https://github.com/irihitech/Ursa.Avalonia)\n\n![Light](./docs/demo.jpg)\n\n## How to Use\n\n### Installation\n\n```bash\ndotnet add package Semi.Avalonia\n```\n\nInclude Semi Design Styles in application:\n\n```xaml\n\u003cApplication\n    ...\n    xmlns:semi=\"https://irihi.tech/semi\"\u003e\n    \u003cApplication.Styles\u003e\n        \u003csemi:SemiTheme Locale=\"zh-CN\" /\u003e\n    \u003c/Application.Styles\u003e\n\u003c/Application\u003e\n```\n\nThat's all.\n\nColorPicker, DataGrid and TreeDataGrid are distributed in separated packages. Please install if you need.\n\n```bash\ndotnet add package Semi.Avalonia.ColorPicker\ndotnet add package Semi.Avalonia.DataGrid\ndotnet add package Semi.Avalonia.TreeDataGrid\n```\n\n```xaml\n\u003cApplication.Styles\u003e\n    \u003csemi:ColorPickerSemiTheme /\u003e\n    \u003csemi:DataGridSemiTheme /\u003e\n    \u003csemi:TreeDataGridSemiTheme /\u003e\n\u003c/Application.Styles\u003e\n```\n\n## Demo\n\nYou can always download demo executable to play around with Semi Avalonia Themes.\n\u003chttps://github.com/irihitech/Semi.Avalonia/releases\u003e\n\n## Support\n\nWe offer limited free community support for Semi Avalonia and Ursa. If you have any question or suggestion, feel free to raise issues and discussions via GitHub, and you are welcomed to join our group via FeiShu(Lark)\n\n![FeiShu](./docs/community-support.png) \n\n## Version compatibility\n\n| Semi Design Version | Avalonia Version |\n|:--------------------|:-----------------|\n| 11.2.1              | \u003e=11.2.1         |\n| 11.2.0              | 11.2.0           |\n| 11.1.0              | \u003e=11.1.0         |\n| 11.0.7              | \u003e=11.0.7         |\n| 11.0.1              | \u003c=11.0.6         |\n\n## Credits\n\n[Semi Design](https://semi.design/)\n\n[Avalonia](https://github.com/AvaloniaUI/Avalonia)\n\n[FluentAvalonia](https://github.com/amwx/FluentAvalonia)\n\n[Material Design Icons](https://pictogrammers.com/library/mdi/)\n\n[CommunityToolKit](https://github.com/CommunityToolkit/dotnet)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firihitech%2FSemi.Avalonia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firihitech%2FSemi.Avalonia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firihitech%2FSemi.Avalonia/lists"}