Skip to Content
DocumentationDocumentation

FM Skin Builder Documentation

Welcome to the FM Skin Builder documentation! This is your complete guide to creating custom skins for Football Manager 26.

What is FM Skin Builder?

FM Skin Builder is a desktop application that makes it easy to customize Football Manager’s appearance. Instead of manually editing game files, you can:

  • Edit colors using familiar CSS syntax with visual color pickers
  • Replace assets - icons, backgrounds, and fonts
  • Customize layouts using UXML editors
  • Preview and build with one click
  • Install to FM automatically

Quick Start

New to FM Skin Builder? Start here:

Documentation Sections

Getting Started

Learn the basics and create your first skin.

Features

Help & Reference

What You Can Customize

FeatureDescription
ColorsChange any color in FM using CSS variables
UI ElementsOverride buttons, text, panels, and more
IconsReplace game icons with custom images
BackgroundsAdd custom background images
FontsUse custom typefaces
LayoutsModify UI structure with UXML

For FM24 Skinners

If you’re familiar with FM24’s XML-based skinning, FM Skin Builder’s CSS approach will feel refreshingly familiar. Key differences:

AspectFM24 (XML)FM26 (CSS)
FormatXML tagsCSS syntax
Variables<colour name="x">--variable-name
Colorsvalue="RRGGBB"#RRGGBB
Files.xml.uss or .css

What’s better:

  • CSS is more familiar if you’ve done web development
  • Variables can reference other variables
  • Better tooling with syntax highlighting and color pickers

Ready to start? Installation →

Last updated on