How to change fonts color?

Anyone with experience modding the main menu and UI.

What files do I have to modify for changing the color of the main menu and multiplayer menu fonts? I would like to turn them Black.

Thanks in advance.

2 Likes

Good question. I’d like to remove the black perimeter around some or all fonts. As well, change button colors.

you have to change literally every .json file on widgetui, some of the widgets have the property “TextColor” {
“r”: 57,
“g”: 28,
“b”: 27,
“a”: 255
}
You must look for those values which are the main color of the font game and change them to whatever you want

2 Likes