diff --git a/src/App/Pages/Settings/OptionsPageViewModel.cs b/src/App/Pages/Settings/OptionsPageViewModel.cs index 39871df69..4047b68d1 100644 --- a/src/App/Pages/Settings/OptionsPageViewModel.cs +++ b/src/App/Pages/Settings/OptionsPageViewModel.cs @@ -62,12 +62,9 @@ namespace Bit.App.Pages new KeyValuePair(null, AppResources.Default), new KeyValuePair("light", AppResources.Light), new KeyValuePair("dark", AppResources.Dark), + new KeyValuePair("black", AppResources.Black), + new KeyValuePair("nord", "Nord"), }; - if(Device.RuntimePlatform == Device.Android) - { - ThemeOptions.Add(new KeyValuePair("black", AppResources.Black)); - } - ThemeOptions.Add(new KeyValuePair("nord", "Nord")); UriMatchOptions = new List> { new KeyValuePair(UriMatchType.Domain, AppResources.BaseDomain), diff --git a/src/App/Styles/Black.xaml b/src/App/Styles/Black.xaml index aade46508..bf5e183db 100644 --- a/src/App/Styles/Black.xaml +++ b/src/App/Styles/Black.xaml @@ -27,6 +27,7 @@ #191919 #282828 + #000000 #52bdfb #000000 @@ -37,7 +38,7 @@ #52bdfb - #000000 + #ffffff #5A595B #52bdfb diff --git a/src/App/Styles/Dark.xaml b/src/App/Styles/Dark.xaml index 96d41f934..b67b3dd4b 100644 --- a/src/App/Styles/Dark.xaml +++ b/src/App/Styles/Dark.xaml @@ -27,6 +27,7 @@ #262626 #191919 + #191919 #52bdfb #222222 diff --git a/src/App/Styles/Light.xaml b/src/App/Styles/Light.xaml index 275596e88..a0d34dd27 100644 --- a/src/App/Styles/Light.xaml +++ b/src/App/Styles/Light.xaml @@ -27,6 +27,7 @@ #f0f0f0 #dddddd + #dddddd #3c8dbc #efeff4 diff --git a/src/App/Styles/Nord.xaml b/src/App/Styles/Nord.xaml index 80b04f142..56c3098a4 100644 --- a/src/App/Styles/Nord.xaml +++ b/src/App/Styles/Nord.xaml @@ -27,8 +27,9 @@ #2e3440 #2e3440 + #2e3440 #81a1c1 - #3b4252 + #2e3440 #e5e9f0 #2e3440 diff --git a/src/App/Styles/iOS.xaml b/src/App/Styles/iOS.xaml index 48fc9785f..bd34ab898 100644 --- a/src/App/Styles/iOS.xaml +++ b/src/App/Styles/iOS.xaml @@ -123,7 +123,7 @@