Titlebar Changer

Quick rating

Titlebar Changer

No reviews yet

Minecraft mod that offers advanced customization of window appearance, including titlebar, title, and border colors. Full functionality is available only on Windows 11; on Windows 10, the mod's features are limited to changing the titlebar color to dark.

No Theme
No Genre
Aesthetic Improvements
UI & Menu Tool
Mod Loaders
Forge
NeoForge
Fabric
Quilt
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
GNU General Public License v3.0 only
Latest Version
titlebarchanger-neoforge-1.21.x-0.4.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

🔄Titlebar Changer

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

  • 🪟 On Windows 11, the mod unlocks the full range of customization features, such as custom colors, rounded corners, and border styling.
  • 🪟 On Windows 10, support is limited by the operating system: you can only switch the titlebar between light and dark modes.

✅ Requirements

  • Windows 10 or Windows 11 (other OS are not supported)
  • One of: Forge or Fabric/Quilt
  • (Optional, for in‑game settings): Cloth Config API
  • (Optional, Fabric/Quilt config UI): Mod Menu

🎨 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

  • Forge: Main Menu → ModsTitlebar ChangerConfig
  • Fabric/Quilt: Install Mod Menu + Cloth Config, then Main Menu → ModsTitlebar Changer

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.

🔄Titlebar Changer

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

  • 🪟 On Windows 11, the mod unlocks the full range of customization features, such as custom colors, rounded corners, and border styling.
  • 🪟 On Windows 10, support is limited by the operating system: you can only switch the titlebar between light and dark modes.

✅ Requirements

  • Windows 10 or Windows 11 (other OS are not supported)
  • One of: Forge or Fabric/Quilt
  • (Optional, for in‑game settings): Cloth Config API
  • (Optional, Fabric/Quilt config UI): Mod Menu

🎨 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

  • Forge: Main Menu → ModsTitlebar ChangerConfig
  • Fabric/Quilt: Install Mod Menu + Cloth Config, then Main Menu → ModsTitlebar Changer

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.

Screenshots

Gallery

  • 0.3ver
    0.3ver
  • 0.3 ver Dark theme
    0.3 ver Dark theme
  • 0.3 ver
    0.3 ver
  • 0.3 ver Color Change menu
    0.3 ver Color Change menu
  • 0.3 ver
    0.3 ver

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~170,000
Total Downloads
CurseForge
~2,000
Modrinth
~170,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works