{"id":26842430,"url":"https://github.com/dunward/odinvision","last_synced_at":"2026-05-09T01:02:42.673Z","repository":{"id":86025600,"uuid":"149109767","full_name":"dunward/odinvision","owner":"dunward","description":"WPF WindowTheme Easy to Use","archived":false,"fork":false,"pushed_at":"2019-11-25T03:11:53.000Z","size":1449,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-31T22:01:48.442Z","etag":null,"topics":["csharp","dotnet-core","wpf"],"latest_commit_sha":null,"homepage":"","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/dunward.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-17T10:39:01.000Z","updated_at":"2021-02-22T23:00:20.000Z","dependencies_parsed_at":"2023-06-01T08:46:35.854Z","dependency_job_id":null,"html_url":"https://github.com/dunward/odinvision","commit_stats":null,"previous_names":["dunward/odinvision"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunward%2Fodinvision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunward%2Fodinvision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunward%2Fodinvision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunward%2Fodinvision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dunward","download_url":"https://codeload.github.com/dunward/odinvision/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246358616,"owners_count":20764417,"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":["csharp","dotnet-core","wpf"],"created_at":"2025-03-30T18:20:03.591Z","updated_at":"2026-05-09T01:02:37.651Z","avatar_url":"https://github.com/dunward.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src =\"https://img.shields.io/badge/.NET%20Core-3.0-brightgreen.svg\"/\u003e \u003cimg src =\"https://img.shields.io/github/license/eglik/OdinWindowTheme.svg?color=brightgreen\"/\u003e\u003c/p\u003e\n\n# Warning\nThis project is in refactoring. You can't use this library now.\n\n\u003cbr\u003e\n\n## OdinWindowTheme\nOdinWindowTheme is support your wpf application window design.\u003cbr\u003e\n\n![BlackTheme](./Resources/black-theme.PNG)\n\n## Quick Start\nFirst. Create WPF app and add reference OdinTheme.dll\u003cbr\u003e\nSecond. Add ``xmlns:o=\"clr-namespace:OdinTheme;assembly=OdinTheme\"`` like this\u003cbr\u003e\n\n\u003cb\u003eApp.xaml\u003c/b\u003e\n```\n\u003cApplication x:Class=\"WpfApp.App\"\n             xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n             xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n             xmlns:local=\"clr-namespace:WpfApp\"\n             xmlns:o=\"clr-namespace:OdinTheme;assembly=OdinTheme\"\n             StartupUri=\"MainWindow.xaml\"\u003e\n    \u003cApplication.Resources\u003e\n        \u003co:OdinTheme/\u003e\n    \u003c/Application.Resources\u003e\n\u003c/Application\u003e\n```\n\u003cb\u003eMainWindow.xaml\u003c/b\u003e\n```\n\u003co:OdinWindow x:Class=\"WpfApp.MainWindow\"\n        xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n        xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n        xmlns:local=\"clr-namespace:WpfApp\"\n        xmlns:o=\"clr-namespace:OdinTheme;assembly=OdinTheme\"\n        mc:Ignorable=\"d\"\n        Title=\"MainWindow\" Height=\"450\" Width=\"800\"\u003e\n    \u003cGrid\u003e\n\n    \u003c/Grid\u003e\n\u003c/o:OdinWindow\u003e\n```\n\nThird. Add namespace OdinTheme and Change OdinWindow\n```\nusing OdinTheme;\n\nnamespace WpfApp\n{\n    public partial class MainWindow : OdinWindow\n    {\n        public MainWindow()\n        {\n            InitializeComponent();\n        }\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdunward%2Fodinvision","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdunward%2Fodinvision","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdunward%2Fodinvision/lists"}