The notification curtain color on Xiaomi Redmi smartphones is one of those little things that shape the overall interface experience. By default, MIUI offers standard shades (usually white, black or gray depending on the theme), but many users want to personalize the device to their own style. Fortunately, there are several ways to change the color of the notification panel β from simple theme settings to manually editing system files.
In this article, we will discuss all the current methods for the Redmi Note 10/11/12, Redmi 9/10/11, POCO X3/X4/X5 and other devices on MIUI 12/13/14. Importantly, some methods require unlocking the bootloader or root rights, which may affect the warranty. We will indicate the risks and alternatives for each option.
If you are a beginner, start with the first two methods (through themes and settings). MIUI) β They don't require technical skills. And they can draw attention to the power of the user. ADB-Magisk commands or modules that give you more customization. Remember to back up your data before you experiment with the system!
Let us proceed to a detailed analysis of each method.
1. Color change through standard MIUI themes
The easiest and safest way is to use the built-in themes in MIUI. This method does not require root rights or unlock the bootloader, but the choice of colors is limited to the palette of the chosen theme.
To change the shade of the curtain:
- Open the Themes app (icon with brush).
- Go to the tab My topics β Edit.
- Choose Color or Accent Color (name depends on MIUI version).
- Scroll through the list of palettes available and click on your favorite. The color of the curtain will change automatically.
β οΈ Note: Not all themes support accent color change. If the option is inactive, try another theme (e.g. Default or Classic) and repeat the steps.
Among the popular themes with customizable colors:
- π¨ Pure Black β All-black curtain with accent colors.
- π Colorful MIUI β bright gradients for the notification panel.
- π€ Dark Mode Pro β a dark theme with a selection of shades for interface elements.
If there are few built-in options, move on to the next method.
2.Using custom themes from MIUI Theme Store
MIUI Theme Store offers thousands of custom themes, many of which change the color of the notification curtain, which also does not require root rights, but you need to consider a few nuances.
Instructions for installing a custom theme:
- Open Topics β Online.
- In the search bar, enter the following keywords: notification bar color, status bar theme or custom notification.
- Choose a high-rated theme (4.5+ stars) and read reviews β some themes may not display icons correctly.
- Click Apply and wait for the download.
π Tip: Before applying the theme, check its compatibility with your Redmi model. Some themes are optimized for flagship devices only (for example, Xiaomi). 12/13) They can work unstable on budget smartphones.
Examples of topics for changing the curtain:
| Title of the topic | The color of the curtains | Compatibility | Features |
|---|---|---|---|
| Nebula Dark | Dark blue gradient | MIUI 12-14 | Transparency 80%, highlighting icons |
| Material Ocean | Blue hues. | Redmi Note 10/11 | Animation when opening the curtain |
| Pitch Black | Black (AMOLED) | All models. | Saves battery life |
| Sunset Glow | Orange-pink gradient | MIUI 13+ | Support for Always-on Display |
β οΈ Note: After installing a custom theme, some system applications (such as Settings or Phone) may not display correctly. In this case, return the standard theme or try another one.
π‘
If you donβt like the theme, but some of its elements (for example, the color of the curtain) are suitable for you, you can save color settings through the Themes β My Themes β Save as and then edit only the desired parameters.
3. Color editing via ADB (no root)
For advanced users who donβt want to unlock the bootloader but are willing to work with ADB (Android Debug Bridge), thereβs a way to change the color of the curtain through system settings. This method works on MIUI 12.5+ and doesnβt require superuser rights.
What you need:
- π₯οΈ Computer with ADB-tools installed.
- π± Included debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI β 7 times press to activate the developer mode, then Settings β Additionally. β For developers β Debugging by USB).
- π USB-cable (preferably original).
Step-by-step:
- Connect your smartphone to your PC and confirm access for debugging.
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with adb.exe.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Use the command to change the color of the curtain (replace #FF0000 fittingly HEX-code): adb shell settings put global status_bar_background_color #FF0000 Example of flowers: #000000 β black #FFFFFF β white-coloured #4285F4 β Blue (as in Google)
adb rebootβ οΈ Attention: On some firmware MIUI This option is reset after the system update, and the color may not change if you have a theme with a rigid palette active (in which case, use the standard theme first).
Install ADB-tools on PC| Enable USB debugging on Redmi| Connect your phone with the original cable | Check the connection with the adb devices | Make a backup of data-->
4.Installation of Magisk module for full customization
If you're willing to go further and get root rights, Magisk modules will offer the maximum interface change possible, a method that's suitable for Redmi with an unlocked bootloader and TWRP installed.
Popular modules for changing the curtain:
- π MiuiColorTools β allows you to change the color of curtains, icons and text.
- π§ StatusBarCustomizer - Advanced Transparency and Gradient settings.
- ποΈ Substratum + Andromeda β themes with support for customization of system elements.
Instructions for installation of MiuiColorTools:
- Install the module through Magisk Manager.
- Reset the device.
- Open the MiuiColorTools app from the menu.
- Go to Status Bar and select: Background Color, Icon Color, Transparency
Save the settings and restart the phone.
Important: Magisk modules may conflict with MIUI updates. Before installing the system update, temporarily disable the module via Magisk Manager to avoid freezes.
π§ If the curtain has become transparent after installation, but the color has not changed, check the settings in MiuiColorTools β Advanced β Force Color and enable the Override System Theme option.
What if the phone does not turn on after installing the module?
5. Manual editing of system files (for experienced)
This method is only suitable for users with root rights and experience with system files, and allows you to change the color of the curtain at the framework-res.apk level, but requires caution - an error can lead to a bootloop.
Step-by-step:
- Install a file manager with root support (such as Root Explorer or Mixplorer).
- Go to /system/framework/framework-res.apk
- Copy the file to internal memory and open it in the APK editor (such as APK Editor Pro).
- Move to the res/values/colors.xml and find the lines: <color name="status_bar_background">#FF000000</color> <color name="status_bar_icon_color">#FFFFFFFF</color> Change. HEX-codes for the desired (the first is the background of the curtain, the second is the color of the icons).
- Save the changes, collect the APK and replace the original file in /system/framework/.
- Change the file permission to 644 (r-w-r--r---).
- Reset the device.
β οΈ Attention: Before editing framework-res.apk Make sure you backup it! Also note that after the update MIUI All changes will be reset and the procedure will have to be repeated.
π οΈ Alternative: If edited framework-res.apk It is too risky to try changing the color of the file. /system/media/theme/default/colors/colors.xml (The path may differ depending on the version MIUI).
Third-party applications for customization
If the previous methods seem complicated, you can use third-party apps from Google Play, which do not give as much control as manual editing, but allow you to quickly change the appearance of the curtain.
Top.-3 Applications for Xiaomi Redmi:
- π¨ Hex Installer is a custom themes utility without Magisk. Supports changing the color of the curtains to the other side. MIUI 12-14.
- π StatusBar Customizer β allows you to customize transparency, color and even add gradients (requires) ADB-access).
- πΌοΈ Good Lock (Nice Lock) β a module for fine-tuning the interface (does not work on all Redmi models).
Example of settings through Hex Installer:
- Download and install the app from Google Play.
- Select the Status Bar section.
- Press Custom Color and enter HEX-code or select from the palette.
- Apply the changes and restart the device.
π Limitations: Free versions of applications often have limited functionality (e.g., you can't save a gradient). MIUI β In this case, add them to the exceptions (Settings). β Battery β Optimizing the battery).
π‘
Third-party applications are the safest way to customize, but they may require additional permissions (ADB or availability) and donβt always work consistently on newer versions of MIUI.
Frequent problems and their solutions
When changing the color of the notification curtain on Xiaomi Redmi, users often encounter typical errors.
Problem 1: The color of the curtain does not change after applying the theme.
- πΉ Solution: Return the standard theme (Default), then reapply the custom theme.
- πΉ Check if the Power Saving mode is active β it can block changes to the interface.
Problem 2: After ADB-team color dropped.
- πΉ Repeat the command and add a save flag: adb shell settings put global status_bar_background_color #FF0000 --user 0
- πΉ Make sure there are no conflicting themes or Magisk modules.
Problem 3: The curtain is transparent, but the icons are not visible.
- πΉ Solution: Change the color of the icons through ADB: adb shell settings put global status_bar_icon_color #FFFFFFFF (Use for dark icons #FF000000).
Problem 4: After installing the Magisk module, the phone overheats.
- πΉ Solution: Disable the module in Magisk Manager and check the logs for errors. MIUI.
If none of these methods worked, try resetting the theme to the standard:
- Open Topics β My subjects.
- Press Reset to Standard.
- Reset the device.