diff options
Diffstat (limited to 'Ryujinx.Ava/Assets/Styles')
| -rw-r--r-- | Ryujinx.Ava/Assets/Styles/BaseDark.xaml | 1 | ||||
| -rw-r--r-- | Ryujinx.Ava/Assets/Styles/BaseLight.xaml | 1 | ||||
| -rw-r--r-- | Ryujinx.Ava/Assets/Styles/Styles.xaml | 7 |
3 files changed, 7 insertions, 2 deletions
diff --git a/Ryujinx.Ava/Assets/Styles/BaseDark.xaml b/Ryujinx.Ava/Assets/Styles/BaseDark.xaml index 8991808f..c7f6266f 100644 --- a/Ryujinx.Ava/Assets/Styles/BaseDark.xaml +++ b/Ryujinx.Ava/Assets/Styles/BaseDark.xaml @@ -60,5 +60,6 @@ <Color x:Key="MenuFlyoutPresenterBorderColor">#3D3D3D</Color> <Color x:Key="AppListBackgroundColor">#0FFFFFFF</Color> <Color x:Key="AppListHoverBackgroundColor">#1EFFFFFF</Color> + <Color x:Key="SecondaryTextColor">#A0FFFFFF</Color> </Styles.Resources> </Styles>
\ No newline at end of file diff --git a/Ryujinx.Ava/Assets/Styles/BaseLight.xaml b/Ryujinx.Ava/Assets/Styles/BaseLight.xaml index 130d2bd4..70cb051c 100644 --- a/Ryujinx.Ava/Assets/Styles/BaseLight.xaml +++ b/Ryujinx.Ava/Assets/Styles/BaseLight.xaml @@ -52,5 +52,6 @@ <Color x:Key="MenuFlyoutPresenterBorderColor">#C1C1C1</Color> <Color x:Key="AppListBackgroundColor">#b3ffffff</Color> <Color x:Key="AppListHoverBackgroundColor">#80cccccc</Color> + <Color x:Key="SecondaryTextColor">#A0000000</Color> </Styles.Resources> </Styles>
\ No newline at end of file diff --git a/Ryujinx.Ava/Assets/Styles/Styles.xaml b/Ryujinx.Ava/Assets/Styles/Styles.xaml index fc4e9ddd..04412bf2 100644 --- a/Ryujinx.Ava/Assets/Styles/Styles.xaml +++ b/Ryujinx.Ava/Assets/Styles/Styles.xaml @@ -56,8 +56,8 @@ <Style Selector="Border.settings"> <Setter Property="Background" Value="{DynamicResource ThemeDarkColor}" /> <Setter Property="BorderBrush" Value="{DynamicResource MenuFlyoutPresenterBorderColor}" /> - <Setter Property="BorderThickness" Value="2" /> - <Setter Property="CornerRadius" Value="3" /> + <Setter Property="BorderThickness" Value="1" /> + <Setter Property="CornerRadius" Value="5" /> </Style> <Style Selector="Image.small"> <Setter Property="Width" Value="50" /> @@ -303,6 +303,9 @@ <Color x:Key="ThemeControlBorderColor">#FF505050</Color> <Color x:Key="VsyncEnabled">#FF2EEAC9</Color> <Color x:Key="VsyncDisabled">#FFFF4554</Color> + <Color x:Key="AppListBackgroundColor">#0FFFFFFF</Color> + <Color x:Key="AppListHoverBackgroundColor">#1EFFFFFF</Color> + <Color x:Key="SecondaryTextColor">#A0FFFFFF</Color> <x:Double x:Key="ScrollBarThickness">15</x:Double> <x:Double x:Key="FontSizeSmall">8</x:Double> <x:Double x:Key="FontSizeNormal">10</x:Double> |
