Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DanPristupov/WpfExpressionBlendTheme

A WPF theme which will make an application look like Expression Blend.
https://github.com/DanPristupov/WpfExpressionBlendTheme

Last synced: 4 months ago
JSON representation

A WPF theme which will make an application look like Expression Blend.

Awesome Lists containing this project

README

        

#Dark Blend theme for WPF

### A WPF theme which will make an application look like Blend.

![Alt text](Screenshot.png)
Before / After
####List of supported controls
- Button
- CheckBox
- ComboBox
- Expander
- GroupBox
- Label
- ListBox
- ListView
- Menu
- RadioButton
- ScrollViewer
- TabControl
- TextBox
- ToggleButton
- TreeView
- DataGrid

####How to use that theme in your application
#####NuGet
1. To install WPF DarkBlend Theme, run the following command in the Package Manager Console:

```
PM> Install-Package WPFThemes.DarkBlend
```

#####Manually
1. Download the project.
2. Copy Themes folder with Styles.xaml file to your project.
In order to use that theme you need just to add a reference to Styles.xaml into the App.xaml file.
So, open App.xaml and add following code:

```




```
That's it.

###Feedback

I hope you find it useful. Feel free to contact me for any questions you may have.

###You might be also interested in WPF Office Theme
https://github.com/TanyaPristupova/WpfOfficeTheme