Описание
A simple [Fabric](https://fabricmc.net) mod to make the loading screen darker.

A changelog is available [here](https://github.com/A5b84/dark-loading-screen/blob/main/CHANGELOG.md).
## Color configuration
Colors can be modified in-game if both [Mod Menu](https://modrinth.com/mod/modmenu) and [Cloth Config](https://modrinth.com/mod/cloth-config) are installed.
### Manual configuration
Create or edit `.minecraft/config/dark-loading-screen.json`, the default config is
```json
{
"background": "14181c",
"bar": "e22837",
"barBackground": "14181c",
"border": "303336",
"logo": "ffffff",
"fadeIn": 1.0,
"fadeOut": 2.0
}
```
Manual changes are only visible after restarting the game.
## Credits
- Config screen made using [shedaniel](https://www.curseforge.com/members/shedaniel/projects)'s Cloth Config
- Logo coloring suggested by [Minenash](https://github.com/Minenash)
- Bar background coloring suggested by [Chrisblox](https://github.com/Chrisblox)
- `bg_bg` translation by [natee22](https://github.com/natee22)
- `de_de` translation by [Der_Anderl](https://www.curseforge.com/members/der_anderl/) and [moritz-htk](https://github.com/moritz-htk)
- `es_xx` translations by [Haseck](https://github.com/Haseck)
- `it_it` translations by [Ocizuko](https://legacy.curseforge.com/members/awesome_nobel58/projects)
- `ko_kr` translation by [gyular](https://github.com/gyular)
- `pl_pl` translation by [DarkKnightComes](https://github.com/DarkKnightComes) and [goodideagiver](https://github.com/goodideagiver)
- `pt_br` translation by [FITFC](https://github.com/FITFC)
- `ru_ru` translation by [Felix14-v2](https://github.com/Felix14-v2)
- `sv_se` translation by [Luracasmus](https://github.com/Luracasmus)
- `tr_tr` translation by [Mid0aria](https://github.com/Mid0aria)
- `uk_ua` translation by [BurrConnie](https://github.com/BurrConnie)
- `zh_cn` translation by [GodGun968](https://github.com/GodGun968), [Hambaka](https://github.com/Hambaka), [w5860363](https://github.com/w5860363), [Q2297045667](https://github.com/Q2297045667)
Links: [CurseForge](https://www.curseforge.com/minecraft/mc-mods/dark-loading-screen) · [GitHub](https://github.com/A5b84/dark-loading-screen) · [Modrinth](https://modrinth.com/mod/dark-loading-screen)