Palette.xaml 738 B

123456789101112131415161718
  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="PrimaryBackgroundColor" Color="#B2D994"/>
  5. <SolidColorBrush x:Key="SecundaryBackgroundColor" Color="#D9F2C6"/>
  6. <SolidColorBrush x:Key="WhiteBackgroundColor" Color="White"/>
  7. <!-- Основной цвет -->
  8. <SolidColorBrush x:Key="PrimaryHomingColor" Color="#39C558 "/>
  9. <SolidColorBrush x:Key="PrimaryHomingTwoColor" Color="#78B24B"/>
  10. <!-- Текст -->
  11. <SolidColorBrush x:Key="PrimaryTextColor" Color="#025A16"/>
  12. <SolidColorBrush x:Key="btnClose" Color="#FC4343"/>
  13. </ResourceDictionary>