How do I change these colors in my custom menu mod?

I’m creating a custom menu mod and I want to change these colors shown in red boxes

I’ll probably need to mess with the .xaml files right? But I don’t know much about these. Can someone help me? Maybe with a tutorial or personal guidance? Thanks

Maybe modding each image files, I think.

I cannot find those image files, if they exists. Some modifications needs to be done by images, and others by those .xaml files. For example the color of letters are changed in my mod by means of those .xaml files. The thing is that I borrowed those changes from other mod.

Maybe I’m not looking those images throughly enough.

EDIT:

I literally just have finished looking through all game files, and I couldn’t find image files for those elements I highlighted. That’s why I think the configuration must be done with .xaml files.

UPDATE:

I was able to solve this problem, except from those circled checkup zones.

I used VSCode with an extension to highlight HEX colors so that I could look up for colors easily

The progress bar colors can be found in SystemResourcesProgressBar.xaml, line 221

The game variant swap colors can be found in systemresourcesbuttonlarge.xaml, line 2037

The user icon outline colors can be found in systemresources.xaml, line 473

I couldn’t find the colors for que checkup zones because the map vote button dissapeared, I’ll try to find these colors when the next map voting occurs

1 Like