Skip to content

Commit 7449b71

Browse files
authored
Add Dark.xaml theme resource dictionary
1 parent ce1bdf6 commit 7449b71

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Themes/Dark.xaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
3+
4+
<SolidColorBrush x:Key="AccentBrush" Color="#FF7E98B3" />
5+
<SolidColorBrush x:Key="AccentHoverBrush" Color="#FF91A8C0" />
6+
<SolidColorBrush x:Key="AccentForegroundBrush" Color="#FF10161C" />
7+
<SolidColorBrush x:Key="AccentSubtleBrush" Color="#FF263240" />
8+
9+
<SolidColorBrush x:Key="WindowBrush" Color="#FF151A20" />
10+
<SolidColorBrush x:Key="PanelBrush" Color="#FF1C232B" />
11+
<SolidColorBrush x:Key="PanelElevatedBrush" Color="#FF222B34" />
12+
13+
<SolidColorBrush x:Key="BorderBrush" Color="#FF34404B" />
14+
<SolidColorBrush x:Key="BorderStrongBrush" Color="#FF495867" />
15+
16+
<SolidColorBrush x:Key="HeaderTextBrush" Color="#FFE7EDF3" />
17+
<SolidColorBrush x:Key="BodyTextBrush" Color="#FFD5DEE8" />
18+
<SolidColorBrush x:Key="MutedTextBrush" Color="#FF9BAAB8" />
19+
20+
<SolidColorBrush x:Key="DangerBrush" Color="#FFE07A7A" />
21+
<SolidColorBrush x:Key="SuccessBrush" Color="#FF7FC18F" />
22+
</ResourceDictionary>

0 commit comments

Comments
 (0)