landscape fix
This commit is contained in:
parent
8927acd719
commit
86bbc8fb6d
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue