darkBackground
Key | Type | Default Value |
---|---|---|
darkBackground | Boolean | false |
This controls whether to use Mojang's dark background or the original red one.
This is using the accessibility setting in the options.txt file and it translates to the darkMojangStudiosBackground
setting.
build.gradle.kts
modSettings {
clientOptions {
darkBackground = true
}
}
- darkBackground = true
- darkBackground = false
![Mojang Dark Background](/assets/images/mojangDark-6a2fe5dfdb948aef501df96b6f49164c.png)
![Mojang Light Background](/assets/images/mojangLight-0f52c623f5070985180ce157f2d70c20.png)