Add project files.
This commit is contained in:
10
OemanTrader.WPF/Styles/Common.xaml
Normal file
10
OemanTrader.WPF/Styles/Common.xaml
Normal file
@ -0,0 +1,10 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<!--Colors-->
|
||||
<Color x:Key="ColorPrimary1">#799540</Color>
|
||||
<Color x:Key="ColorPrimary2">#50632b</Color>
|
||||
|
||||
<!--Brushes-->
|
||||
<SolidColorBrush x:Key="BrushPrimary1" Color="{StaticResource ColorPrimary1}"/>
|
||||
<SolidColorBrush x:Key="BrushPrimary2" Color="{StaticResource ColorPrimary2}"/>
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user