HomeJavaModsTitlebar Changer
Titlebar Changer
ModsJava

Titlebar Changer

by Talor1n · on Modrinth

Minecraft mod that offers advanced customization of window appearance, including titlebar, title, and border colors. Full functionality is available only…

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21–1.21.8 · Fabric⬇ Download for 1.20.1 · Fabric⬇ Download for 1.21–1.21.8 · Forge⬇ Download for 1.20.1 · Forge⬇ Download for 1.21–1.21.8 · NeoForge⬇ Download for 1.20.1 · NeoForge⬇ Download for 1.21–1.21.8 · Quilt⬇ Download for 1.20.1 · Quilt
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
Titlebar Changer — screenshot 1Titlebar Changer — screenshot 2Titlebar Changer — screenshot 3Titlebar Changer — screenshot 4Titlebar Changer — screenshot 5Titlebar Changer — screenshot 6Titlebar Changer — screenshot 7Titlebar Changer — screenshot 8

🔄Titlebar Changer

Personalize the look of your Minecraft window titlebar — tweak colors, text, corners, and borders on Windows.

✅ Requirements

🎨 Examples

Below are examples of custom titlebar colors (Windows 11):

Example 1
Example 2
Example 3

🐱 Fun Example

And here’s an extra — the Titlebar Changer with my cat wearing a crown 👑

Crowned Cat Example

🔗 Source Code

The source code for the mod is available on GitHub. If you encounter any issues or have suggestions for improvements, please feel free to leave them in the Issues section on GitHub.

⚙️ Configuration

You can configure the mod either in‑game (recommended) or by editing the JSON file.

In‑game config

Settings Menu

Config file

The file lives at: config/titlebar_settings.json

{
  // Window Theme: LIGHT (0), DARK (1), CUSTOM (2)
  // Controls the overall appearance of the titlebar
  // Restriction: Custom only works on Windows 11+
  "theme": "1",

  // Window Corners: SYSTEM_DEFAULT (0), NO_ROUNDING (1), ROUNDED (2), ROUNDED_SMALL (3)
  // Controls how window corners are rendered
  // Restriction: Only works on Windows 11+
  "corner": "0",

  // Caption (titlebar) background color
  // Format: #RRGGBB
  // Restriction: Only works when theme is CUSTOM (2)
  "captionColor": "#FF0505",

  // Window border color
  // Format: #RRGGBB
  // Restriction: Only works when theme is CUSTOM (2)
  "borderColor": "#FF00FF",

  // Title text and button color
  // Format: #RRGGBB
  // Restriction: Only works when theme is CUSTOM (2)
  "textColor": "#FF00FF"
}

Option reference

Option Values / Format Notes
theme 0 = Light • 1 = Dark • 2 = Custom On Windows 10 only 0/1 are supported. Full customization (2) works only on Windows 11.
corner 0 = System default • 1 = No rounding • 2 = Rounded • 3 = Rounded small Available only on Windows 11.
captionColor #RRGGBB Used only with theme = 2 (Custom).
borderColor #RRGGBB Used only with theme = 2 (Custom).
textColor #RRGGBB Used only with theme = 2 (Custom).

Tip: restart the game after manual edits.

❓ FAQ

Does it work on Linux or macOS? The mod uses Windows APIs. On non‑Windows systems it will load in dormant mode (inactive, no changes applied).

Does it work in fullscreen? The titlebar is part of the windowed UI. Fullscreen modes that hide the window frame will also hide the titlebar.

Can I use hex colors with alpha (#AARRGGBB)? No — use #RRGGBB.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more