Skip to content

Commit 30974b1

Browse files
Update readme.md
1 parent 6b630f7 commit 30974b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Here's a preview of the latest update: (Order is: Light, ColourfulLight, Dark, C
1818
- Improved colourful light theme by making the foreground of any blue surface white instead of black so that it stands out better.
1919
# How to install/use
2020
Firstly, in your WPF project, right click References in the solution explorer bit, add reference, goto Assemblies and double click/include PresentationFramework.Aero2. this allows the use of drop shadows and stuff.
21-
Then, just drag and drop the theme(s) you want (located in the ThemesFolder folder btw) into your project (i'd recommend putting them inside a themes folder) and inside App.xaml place this: (and repalce DarkTheme with whatever theme you want, like LightTheme, ColourfulDarkTheme, etc)
21+
Then, just drag and drop the theme(s) you want (located in the Themes folder folder btw) into your project (i'd recommend putting them inside a themes folder jus to be organised) and inside App.xaml place this: (and repalce DarkTheme with whatever theme you want, like LightTheme, ColourfulDarkTheme, etc)
2222
```xml
2323
<Application.Resources>
2424
<ResourceDictionary>
@@ -28,6 +28,7 @@ Then, just drag and drop the theme(s) you want (located in the ThemesFolder fold
2828
</ResourceDictionary>
2929
</Application.Resources>
3030
```
31+
and then most things like buttons, listboxes, etc, will automatically be styled. Then to style windows...
3132
# How to style windows
3233
in your window xaml code (where you define height/width, etc), add
3334
```xml

0 commit comments

Comments
 (0)