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

@@ -9,6 +9,7 @@ enum class AppTheme(val titleRes: StringResource?) {
GREEN_APPLE(MR.strings.theme_greenapple),
LAVENDER(MR.strings.theme_lavender),
MIDNIGHT_DUSK(MR.strings.theme_midnightdusk),
NORD(MR.strings.theme_nord),
STRAWBERRY_DAIQUIRI(MR.strings.theme_strawberrydaiquiri),
TAKO(MR.strings.theme_tako),
TEALTURQUOISE(MR.strings.theme_tealturquoise),