Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

korproject/KOR.Theme.ColorAndIcons

Repository files navigation

KOR.Theme.ColorAndIcons

Custom Colors and Icons for WPF Projects

App.xaml

Add as resource dictionary and ready to use

<Application.Resources>
    <ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>
            <!-- Colors -->
            <ResourceDictionary Source="pack://application:,,,/KOR.Theme.ColorAndIcons;component/Colors.xaml"/>
            <!-- Icons -->
            <ResourceDictionary Source="pack://application:,,,/KOR.Theme.ColorAndIcons;component/Icons.xaml"/>
        </ResourceDictionary.MergedDictionaries>
    </ResourceDictionary>
</Application.Resources>

Colors

... Bakcground="{StaticResource BlueGrey200}" ...

Icons

<Path Height="20" Width="30" Stretch="Uniform"
      Data="{Binding Source={StaticResource Console}, Path=Data}"
      Fill="{StaticResource BlueGrey200}"/>

About

Custom Colors and Icons for WPF Projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages