{"id":17255623,"url":"https://github.com/ffmathy/aerocolor-wpf","last_synced_at":"2025-03-26T08:16:57.655Z","repository":{"id":19337014,"uuid":"22575896","full_name":"ffMathy/aerocolor-wpf","owner":"ffMathy","description":"This library adds a few keys to the primary resources file of your WPF based application to allow using the Aero color, and updating that color when it changes in the settings too.","archived":false,"fork":false,"pushed_at":"2014-08-04T13:29:35.000Z","size":180,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-29T15:41:20.811Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/ffMathy.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}},"created_at":"2014-08-03T13:58:06.000Z","updated_at":"2020-02-09T13:56:01.000Z","dependencies_parsed_at":"2022-08-28T03:21:35.287Z","dependency_job_id":null,"html_url":"https://github.com/ffMathy/aerocolor-wpf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffMathy%2Faerocolor-wpf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffMathy%2Faerocolor-wpf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffMathy%2Faerocolor-wpf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffMathy%2Faerocolor-wpf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ffMathy","download_url":"https://codeload.github.com/ffMathy/aerocolor-wpf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245615010,"owners_count":20644376,"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":[],"created_at":"2024-10-15T07:12:11.220Z","updated_at":"2025-03-26T08:16:57.617Z","avatar_url":"https://github.com/ffMathy.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"aerocolor-wpf\n=============\n\nThis library adds a few keys to the primary resources file of your WPF based application to allow using the Aero color, and updating that color when it changes in the settings too.\n\n#Resource keys added\nThe following resource keys are added and maintained once the Aero Color library has been initialized.\n\n##Colors\nThe following color resources are added.\n* AeroColor - This is the exact Aero color as-is.\n* AeroColorDark - This is the exact Aero color, only made darker if too light (good for white backgrounds).\n* AeroColorLight - This is the exact Aero color, only made lighter if too dark (good for black bacgrounds).\n\n##Brushes\nThe following brush resources are added, which are just solid colored brushes with their color counterparts as colors.\n* AeroBrush\n* AeroBrushDark\n* AeroBrushLight\n\n#Setup code\nThis line of code should be put inside your main window's `Loaded` event, or any other event that arises when the first window of your application has been created. Here's an example.\n\n    public partial class MainWindow : Window\n    {\n        public MainWindow()\n        {\n            InitializeComponent();\n\n            Loaded += MainWindow_Loaded;\n        }\n\n        void MainWindow_Loaded(object sender, RoutedEventArgs e)\n        {\n            AeroResourceInitializer.Initialize();\n        }\n    }\n\n#NuGet\nAeroColor is available on NuGet as well!\n\n`install-package aerocolor-wpf`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffmathy%2Faerocolor-wpf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fffmathy%2Faerocolor-wpf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffmathy%2Faerocolor-wpf/lists"}