landscape fix

This commit is contained in:
Mylloon 2023-12-09 02:38:53 +01:00
parent 8927acd719
commit 86bbc8fb6d
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 3 additions and 1 deletions

View file

@ -10,6 +10,7 @@
- **`v1`** `SPOILER_REVEALED_BACKGROUND` : Spoiler when revealed
- **`v2`** `BACKGROUND_MOBILE_PRIMARY` : Background in Vendetta menus
- **`v2`** `BACKGROUND_SECONDARY_ALT` : Background guild list
- **`v2`** `ANDROID_NAVIGATION_BAR_BACKGROUND` : Borders of screen in landscape mode
---

View file

@ -15,7 +15,8 @@
"SPOILER_HIDDEN_BACKGROUND": ["#1E1F22"],
"SPOILER_REVEALED_BACKGROUND": ["#232428"],
"BACKGROUND_MOBILE_PRIMARY": ["#000000"],
"BACKGROUND_SECONDARY_ALT": ["#000000"]
"BACKGROUND_SECONDARY_ALT": ["#000000"],
"ANDROID_NAVIGATION_BAR_BACKGROUND": ["#000000"]
},
"rawColors": {
"PRIMARY_560": "#08080A",