Bring black black theme

This commit is contained in:
M66B
2019-12-30 15:21:08 +01:00
parent a04609d7b4
commit 851c099d8a
4 changed files with 23 additions and 6 deletions

View File

@@ -158,11 +158,15 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
case "grey_light":
setTheme(R.style.AppThemeGreySteelBlueLight);
break;
case "black":
case "grey_dark":
setTheme(R.style.AppThemeGreySteelBlueDark);
break;
// Black
case "black":
setTheme(R.style.AppThemeBlack);
break;
// System
case "system":
case "blue_orange_system":