InkCanvasForClass/Ink Canvas/Resources/Styles/Dark.xaml
2024-03-08 13:53:21 +08:00

7 lines
468 B
XML

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<SolidColorBrush x:Key="FloatBarBackground" Color="Black" Opacity="0.5"/>
<SolidColorBrush x:Key="FloatBarBorderBrush" Color="White" Opacity="0.5"/>
<SolidColorBrush x:Key="FloatBarForeground" Color="White"/>
<Color x:Key="FloatBarForegroundColor">#FFcccccc</Color>
</ResourceDictionary>