Add project files.
This commit is contained in:
10
Examples/Nodify.Playground/Themes/Brushes.xaml
Normal file
10
Examples/Nodify.Playground/Themes/Brushes.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"
|
||||
xmlns:o="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options">
|
||||
|
||||
<SolidColorBrush x:Key="PanelBackgroundBrush"
|
||||
o:Freeze="True"
|
||||
Color="{DynamicResource PanelBackgroundColor}"
|
||||
Opacity="0.8" />
|
||||
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user