Global.xaml 406 B

123456
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  3. <SolidColorBrush x:Key="color.bg.mainpage">#CECECE</SolidColorBrush>
  4. <SolidColorBrush x:Key="color.bg.jumpbar">#EFEFEF</SolidColorBrush>
  5. <SolidColorBrush x:Key="color.border.normal">#BBBBBB</SolidColorBrush>
  6. </ResourceDictionary>