You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.4 KiB

2 years ago
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!--Generic-->
<SolidColorBrush x:Key="WindowButtonColor" Color="Black"/>
<SolidColorBrush x:Key="Item.MouseOver" Color="#E6E6E6"/>
<SolidColorBrush x:Key="Item.Selected" Color="#E6E6E6"/>
<SolidColorBrush x:Key="ScrollBar.Background" Color="#D8D8D8"/>
<SolidColorBrush x:Key="ScrollBar.Background.MouseOver" Color="#FFC8C7C7"/>
<SolidColorBrush x:Key="Text.Color" Color="#4A4A4A"/>
<SolidColorBrush x:Key="TextBox.BorderBrush" Color="#D7D7D7"/>
<SolidColorBrush x:Key="TextBox.Disable.BgColor" Color="#F2F2F2"/>
<SolidColorBrush x:Key="Text.Link.Color" Color="#02A7F0"/>
<SolidColorBrush x:Key="Border.Brush" Color="#D7D7D7"/>
<SolidColorBrush x:Key="PathColor" Color="#02A7F0"/>
<SolidColorBrush x:Key="LoadingColor" Color="#8080FF"/>
<SolidColorBrush x:Key="Border.Background" Color="#F2F2F2"/>
2 years ago
<SolidColorBrush x:Key="Button.Background" Color="#8080FF"/>
2 years ago
<SolidColorBrush x:Key="Button.Selected.Background" Color="#8080FF"/>
<SolidColorBrush x:Key="Button.Normal.Background" Color="#F2F2F2"/>
<!--Main-->
<SolidColorBrush x:Key="MainMenu.BackGround" Color="#F2F2F2"/>
<SolidColorBrush x:Key="MainMenu.BorderBrush" Color="#D7D7D7"/>
<SolidColorBrush x:Key="Text.Pink" Color="#EC808D"/>
</ResourceDictionary>