1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-11-23 11:45:38 +01:00

black theme styling

This commit is contained in:
Kyle Spearrin 2019-06-02 00:14:09 -04:00
parent 479ad31325
commit 4382490823
2 changed files with 3 additions and 2 deletions

View File

@ -45,11 +45,12 @@
<item name="popupTheme">@style/ThemeOverlay.AppCompat</item>
</style>
<style name="BlackTheme" parent="DarkTheme.Base">
<style name="BlackTheme" parent="BlackTheme.Base">
</style>
<style name="BlackTheme.Base" parent="DarkTheme.Base">
<item name="android:windowBackground">@android:color/black</item>
<item name="colorPrimary">@android:color/black</item>
</style>
<style name="AppCompatDialogStyle" parent="Theme.AppCompat.Light.Dialog">

View File

@ -33,7 +33,7 @@
<Color x:Key="FabColor">#52bdfb</Color>
<Color x:Key="FabPressedColor">#3ea1da</Color>
<Color x:Key="TabBarBackgroundColor">#212121</Color>
<Color x:Key="TabBarBackgroundColor">#000000</Color>
<Color x:Key="TabBarItemColor">#C0C0C0</Color>
<Color x:Key="TabBarSelectedItemColor">#52bdfb</Color>
</ResourceDictionary>