1
0
mirror of https://github.com/bitwarden/mobile synced 2026-02-24 16:43:03 +00:00

nord theme

This commit is contained in:
Kyle Spearrin
2019-06-05 11:36:58 -04:00
parent 9d86fac103
commit 8eec0c22d7
14 changed files with 283 additions and 108 deletions

View File

@@ -289,6 +289,10 @@ namespace Bit.Droid
{
SetTheme(Resource.Style.BlackTheme);
}
else if(theme == "nord")
{
SetTheme(Resource.Style.NordTheme);
}
else
{
SetTheme(Resource.Style.LightTheme);