InkCanvasForClass/Ink Canvas/Resources/Styles/Dark.xaml

16 lines
917 B
Plaintext
Raw Normal View History

2023-12-22 00:14:15 +08:00
<!--
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<SolidColorBrush x:Key="ToolBarBackground" Color="#88000000"/>
<SolidColorBrush x:Key="ToolBarBorderBrush" Color="#BFcccccc"/>
<SolidColorBrush x:Key="ToolBarForeground" Color="#cccccc"/>
<Color x:Key="ToolBarForegroundColor">#FFcccccc</Color>
2023-12-22 00:14:15 +08:00
</ResourceDictionary>
-->
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<SolidColorBrush x:Key="ToolBarBackground" Color="Black" Opacity="0.5"/>
<SolidColorBrush x:Key="ToolBarBorderBrush" Color="White" Opacity="0.5"/>
<SolidColorBrush x:Key="ToolBarForeground" Color="White"/>
<Color x:Key="ToolBarForegroundColor">#FFcccccc</Color>
</ResourceDictionary>