Add Nord Theme (#10308)

* Add Nord Theme

* update

* update error color

* update comment
This commit is contained in:
Luqman
2024-01-08 03:20:08 +07:00
committed by GitHub
parent 6510a9617a
commit bce6af62fc
8 changed files with 171 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ interface ThemingDelegate {
AppTheme.MIDNIGHT_DUSK -> {
resIds += R.style.Theme_Tachiyomi_MidnightDusk
}
AppTheme.NORD -> {
resIds += R.style.Theme_Tachiyomi_Nord
}
AppTheme.STRAWBERRY_DAIQUIRI -> {
resIds += R.style.Theme_Tachiyomi_StrawberryDaiquiri
}