{"id":156992,"date":"2026-06-09T15:49:54","date_gmt":"2026-06-09T12:49:54","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/titlebar-changer\/"},"modified":"2026-06-09T15:49:54","modified_gmt":"2026-06-09T12:49:54","slug":"titlebar-changer","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/titlebar-changer\/","title":{"rendered":"Titlebar Changer"},"content":{"rendered":"<p># \ud83d\udd04Titlebar Changer<\/p>\n<p>Personalize the look of your Minecraft **window titlebar** \u2014 tweak **colors, text, corners, and borders** on Windows.<\/p>\n<p>&#8211; \ud83e\ude9f On **Windows 11**, the mod unlocks the full range of customization features, such as custom colors, rounded corners,<br \/>\n  and border styling.<br \/>\n&#8211; \ud83e\ude9f On **Windows 10**, support is limited by the operating system: you can only switch the titlebar between light and<br \/>\n  dark modes.<\/p>\n<p>## \u2705 Requirements<\/p>\n<p>* **Windows 10 or Windows 11** (other OS are not supported)<br \/>\n* One of: **Forge** or **Fabric\/Quilt**<br \/>\n* (Optional, for in\u2011game settings): **Cloth Config API**<br \/>\n* (Optional, Fabric\/Quilt config UI): **Mod Menu**<\/p>\n<p>## \ud83c\udfa8 Examples<\/p>\n<p>Below are examples of custom titlebar colors (Windows 11):<\/p>\n<p>![Example 1](https:\/\/cdn.modrinth.com\/data\/dTcj11Mz\/images\/e2474f65bd81adfd506e805b01041da6689eea2a.png)<br \/>\n![Example 2](https:\/\/cdn.modrinth.com\/data\/dTcj11Mz\/images\/41a0e861c53ca0d9bf89373da2ca1fe1c1ec3771.png)<br \/>\n![Example 3](https:\/\/cdn.modrinth.com\/data\/dTcj11Mz\/images\/efee6ce711fb1aad98828cf98deef3245b87c9db.png)<\/p>\n<p>### \ud83d\udc31 Fun Example<br \/>\nAnd here\u2019s an extra \u2014 the *Titlebar Changer* with my cat wearing a crown \ud83d\udc51<\/p>\n<p>![Crowned Cat Example](https:\/\/cdn.modrinth.com\/data\/dTcj11Mz\/images\/dbfd816abc9dda0c55417cac5e8f8d36af3f72d1.jpeg)<\/p>\n<p>## \ud83d\udd17 Source Code<\/p>\n<p>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.<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>You can configure the mod either **in\u2011game** (recommended) or by editing the **JSON** file.<\/p>\n<p>### In\u2011game config<\/p>\n<p>* **Forge:** Main Menu \u2192 **Mods** \u2192 *Titlebar Changer* \u2192 **Config**<br \/>\n* **Fabric\/Quilt:** Install **Mod Menu** + **Cloth Config**, then Main Menu \u2192 **Mods** \u2192 *Titlebar Changer*<\/p>\n<p>![Settings Menu](https:\/\/cdn.modrinth.com\/data\/dTcj11Mz\/images\/2e25b5a05f68ab8baf0a2cd05c6b757b54267dfd.png)<\/p>\n<p>### Config file<\/p>\n<p>The file lives at: **`config\/titlebar_settings.json`**<\/p>\n<p>&#8220;`json5<br \/>\n{<br \/>\n  \/\/ Window Theme: LIGHT (0), DARK (1), CUSTOM (2)<br \/>\n  \/\/ Controls the overall appearance of the titlebar<br \/>\n  \/\/ Restriction: Custom only works on Windows 11+<br \/>\n  &#8220;theme&#8221;: &#8220;1&#8221;,<\/p>\n<p>  \/\/ Window Corners: SYSTEM_DEFAULT (0), NO_ROUNDING (1), ROUNDED (2), ROUNDED_SMALL (3)<br \/>\n  \/\/ Controls how window corners are rendered<br \/>\n  \/\/ Restriction: Only works on Windows 11+<br \/>\n  &#8220;corner&#8221;: &#8220;0&#8221;,<\/p>\n<p>  \/\/ Caption (titlebar) background color<br \/>\n  \/\/ Format: #RRGGBB<br \/>\n  \/\/ Restriction: Only works when theme is CUSTOM (2)<br \/>\n  &#8220;captionColor&#8221;: &#8220;#FF0505&#8221;,<\/p>\n<p>  \/\/ Window border color<br \/>\n  \/\/ Format: #RRGGBB<br \/>\n  \/\/ Restriction: Only works when theme is CUSTOM (2)<br \/>\n  &#8220;borderColor&#8221;: &#8220;#FF00FF&#8221;,<\/p>\n<p>  \/\/ Title text and button color<br \/>\n  \/\/ Format: #RRGGBB<br \/>\n  \/\/ Restriction: Only works when theme is CUSTOM (2)<br \/>\n  &#8220;textColor&#8221;: &#8220;#FF00FF&#8221;<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>#### Option reference<\/p>\n<p>| Option         | Values \/ Format                                                                | Notes                                                                                              |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `theme`        | `0` = Light \u2022 `1` = Dark \u2022 `2` = Custom                                        | On **Windows 10** only `0\/1` are supported. Full customization (`2`) works only on **Windows 11**. |<br \/>\n| `corner`       | `0` = System default \u2022 `1` = No rounding \u2022 `2` = Rounded \u2022 `3` = Rounded small | Available only on **Windows 11**.                                                                  |<br \/>\n| `captionColor` | `#RRGGBB`                                                                      | Used only with `theme = 2` (Custom).                                                               |<br \/>\n| `borderColor`  | `#RRGGBB`                                                                      | Used only with `theme = 2` (Custom).                                                               |<br \/>\n| `textColor`    | `#RRGGBB`                                                                      | Used only with `theme = 2` (Custom).                                                               |<\/p>\n<p>> Tip: restart the game after manual edits.<\/p>\n<p>## \u2753 FAQ<\/p>\n<p>**Does it work on Linux or macOS?**<br \/>\nThe mod uses Windows APIs. On non\u2011Windows systems it will **load in dormant mode** (inactive, no changes applied).<\/p>\n<p>**Does it work in fullscreen?**<br \/>\nThe titlebar is part of the **windowed** UI. Fullscreen modes that hide the window frame will also hide the titlebar.<\/p>\n<p>**Can I use hex colors with alpha (#AARRGGBB)?**<br \/>\nNo \u2014 use **`#RRGGBB`**.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>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&#8217;s features are limited to changing the titlebar color to dark.<\/p>\n","protected":false},"featured_media":156993,"template":"","meta":{"_minecraft_slug":"titlebar-changer","_minecraft_project_id":"dTcj11Mz","_minecraft_author":"Talor1n","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":132291,"_minecraft_follows":19,"_minecraft_client_side":"required","_minecraft_server_side":"unsupported","_minecraft_storage_type":"zip","_minecraft_archive_name":"titlebar-changer.zip","_minecraft_size_bytes":7414162,"_minecraft_version_count":12,"_minecraft_updated_at":"2026-05-16T22:47:06.705582Z","_minecraft_date_created":"2024-07-28T07:02:42.455389Z","_minecraft_date_modified":"2025-08-21T23:58:58.164072Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/titlebar-changer","_minecraft_icon_attachment_id":156993,"_minecraft_imported_at":"2026-06-09T12:49:54+00:00","_minecraft_import_hash":"ee0beb5b6ac8391d151deb3787a925f5","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[156,97,104,158,98,92],"mod_loader":[99,106,160],"minecraft_version":[36,62,37,73,74,38,78,79,80,81],"class_list":["post-156992","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-decoration","mod_category-fabric","mod_category-forge","mod_category-neoforge","mod_category-quilt","mod_category-utility","mod_loader-fabric","mod_loader-forge","mod_loader-neoforge","minecraft_version-1-20-1","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Titlebar Changer - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/titlebar-changer\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Titlebar Changer - Minecraft\" \/>\n<meta property=\"og:description\" content=\"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&#039;s features are limited to changing the titlebar color to dark.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/titlebar-changer\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/titlebar-changer\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/titlebar-changer\\\/\",\"name\":\"Titlebar Changer - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/titlebar-changer\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/titlebar-changer\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/titlebar-changer-icon-c7366f155eb57bf9d9ae173dbbf732f8b57a08eb_96.webp\",\"datePublished\":\"2026-06-09T12:49:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/titlebar-changer\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/titlebar-changer\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/titlebar-changer\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/titlebar-changer-icon-c7366f155eb57bf9d9ae173dbbf732f8b57a08eb_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/titlebar-changer-icon-c7366f155eb57bf9d9ae173dbbf732f8b57a08eb_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/titlebar-changer\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Titlebar Changer\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Titlebar Changer - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/titlebar-changer\/","og_locale":"en_US","og_type":"article","og_title":"Titlebar Changer - Minecraft","og_description":"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.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/titlebar-changer\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/titlebar-changer\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/titlebar-changer\/","name":"Titlebar Changer - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/titlebar-changer\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/titlebar-changer\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/titlebar-changer-icon-c7366f155eb57bf9d9ae173dbbf732f8b57a08eb_96.webp","datePublished":"2026-06-09T12:49:54+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/titlebar-changer\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/titlebar-changer\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/titlebar-changer\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/titlebar-changer-icon-c7366f155eb57bf9d9ae173dbbf732f8b57a08eb_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/titlebar-changer-icon-c7366f155eb57bf9d9ae173dbbf732f8b57a08eb_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/titlebar-changer\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Titlebar Changer"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/156992","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/156993"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=156992"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=156992"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=156992"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=156992"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}