9 lines
604 B
XML
9 lines
604 B
XML
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:po="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options">
|
|
<!--Dark Theme-->
|
|
<SolidColorBrush x:Key="AtmHeaderBackground" Color="White" po:Freeze="true" />
|
|
<SolidColorBrush x:Key="AtmHeaderTextBackground" Color="Black" po:Freeze="true" />
|
|
<SolidColorBrush x:Key="InstrumentTextForeground" Color="White" po:Freeze="true"/>
|
|
<SolidColorBrush x:Key="InstrumentTextBackground" Color="Black" po:Freeze="true"/>
|
|
</ResourceDictionary> |