Skip to main content

darkBackground

KeyTypeDefault Value
darkBackgroundBooleanfalse

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
}
}
Mojang Dark Background