Hehe, simple enough thing, but took long enough. You need to use resources to do it.
1 2 |
<Window.Resources> </Window.Resouces> |
In there you can define styles:
1 2 3 |
<Style TargetType="Button"> <Setter Property="Background" Value="#7DC7C5"/> </Style> |
It is simple enough to read: apply it to buttons. Property: Background set the value to whatever color you like.