Colours.axaml 1.3 KB

1234567891011121314151617181920212223242526
  1. <ResourceDictionary xmlns="https://github.com/avaloniaui"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  3. <SolidColorBrush x:Key="PrsMenuBackground">Purple</SolidColorBrush>
  4. <SolidColorBrush x:Key="PrsMainMenuForeground">White</SolidColorBrush>
  5. <SolidColorBrush x:Key="PrsSurfaceBackground">WhiteSmoke</SolidColorBrush>
  6. <SolidColorBrush x:Key="PrsSurfaceForeground">DimGray</SolidColorBrush>
  7. <SolidColorBrush x:Key="PrsTileBackground">LightYellow</SolidColorBrush>
  8. <SolidColorBrush x:Key="PrsTileBorder">Navy</SolidColorBrush>
  9. <SolidColorBrush x:Key="PrsTileForeground">Navy</SolidColorBrush>
  10. <SolidColorBrush x:Key="PrsButtonBackground">LightGreen</SolidColorBrush>
  11. <SolidColorBrush x:Key="PrsButtonBorder">DimGray</SolidColorBrush>
  12. <SolidColorBrush x:Key="PrsButtonForeground">DimGray</SolidColorBrush>
  13. <SolidColorBrush x:Key="PrsAlertBackground">Orange</SolidColorBrush>
  14. <SolidColorBrush x:Key="PrsAlertBorder">DarkOrange</SolidColorBrush>
  15. <SolidColorBrush x:Key="PrsAlertForeground">DimGray</SolidColorBrush>
  16. <SolidColorBrush x:Key="PrsAlarmBackground">Red</SolidColorBrush>
  17. <SolidColorBrush x:Key="PrsAlarmBorder">DarkRed</SolidColorBrush>
  18. <SolidColorBrush x:Key="PrsAlarmForeground">White</SolidColorBrush>
  19. </ResourceDictionary>