File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments