The color of the notification curtain on Xiaomi is one of those little things that make the overall impression of the interface. The standard white or gray background can seem boring, especially if you like customization. Fortunately, the manufacturer and third-party developers offer several ways to change this element to your preferences, from built-in MIUI tools to advanced tweaks using ADB.
In this article, we will discuss all current methods: from simple settings to MIUI Launcher before installing custom themes through Theme Store and modifying system files. You will learn which models support a particular function, how to avoid errors when changing parameters, and what to do if after experiments the curtain began to work incorrectly. And for fans of exclusive - bonus section about the hidden features of firmware based on Android 13/14.
Why canβt you just choose the color in the settings?
Many users wonder why Xiaomi didnβt add a direct option to change the color of the curtain β like the Samsung One UI or Oppo ColorOS. The reason lies in the MIUI philosophy: developers have bet on themes as the main customization tool.
But there are nuances:
- πΉ On smartphones with MIUI 12.5 and later, the notification curtain automatically adjusts to the desktop wallpaper (Dynamic Wallpaper function), but this does not work on all models.
- πΉ In the firmware for the global market (Global) ROM) Some customization options are blocked β they can be unlocked only through the ADB or-flashing.
- πΉ Some models (e.g. Xiaomi 13 Ultra or Redmi Note 12 Pro)+) Support gradient curtains, but only in branded themes.
If you want to do manual color control, you'll have to use workarounds, which I'll talk about later.
Method 1: Change with MIUI Launcher (without root)
The safest and easiest method is to use the built-in MIUI Launcher tools, which are suitable for most MIUI 12-14 models and do not require superuser rights.
- Open the Settings β Wallpaper.
- Choose the wallpaper with the predominant color you want to see on the curtain (for example, dark blue wallpaper will make the curtain bluish).
- Activate the wallpaper color palette option (if available in your MIUI version).
- Restart your smartphone β the changes will apply automatically.
This method works thanks to the Monet Engine (analogue to Material You in pure Android), which analyzes the colors of wallpaper and applies them to system elements, including the curtain.
| Xiaomi model | Support for Monet Engine | Notes |
|---|---|---|
| Xiaomi 13/13 Pro | β Complete. | The curtain changes shade in real time |
| Redmi Note 12 | β οΈ Partial | Basic colors only (blue, green, red) |
| POCO F5 | β Complete. | Requires an upgrade to MIUI 14 |
| Xiaomi 11T | β No. | It only works through themes. |
β οΈ Warning: If the curtain remains the same after changing the wallpaper, check if you have a fixed color Theme Store theme installed, in which case the theme will be the priority, not the wallpaper.
Method 2: Install custom themes from Theme Store
Xiaomiβs Theme Store is a storehouse of themes, many of which change not only icons but also the color of the notification curtains to find the right theme:
- Open the Themes app (icon with brush).
- In the search box, enter the query in English: notification shade color or dark notification bar.
- Filter the results by MIUI 14 (or your firmware version).
- Check out the screenshots of the topics β look for the mention of βNotification Panelβ in the description.
Recommended topics for changing the curtain:
- π Dark Matter β Black Curtain with Accent Colors.
- π Colorful MIUI β gradient curtain, changing depending on the time of day.
- π€ Pure Black is a completely black curtain (perfect for the AMOLED-screen).
- π Blue Ocean - curtain in shades of blue with wave animation.
After applying the theme, the curtain will change color according to its palette.
- π Some themes may reset color after updating MIUI.
- π οΈ If the theme does not apply, clear the theme app cache in the settings.
- π° Part of the premium theme requires purchase (cost β from 50 to 300 rubles).
Make sure the theme supports your version of MIUI|
Check reviews - are there any complaints about bugs with curtain |
Backup your current theme (Settings β Additional β Backup)|
After application, restart the phone
-->
Method 3: Using ADB to unlock hidden settings
For advanced users willing to work with ADB, there is a way to unlock hidden curtain customization options, a method that works on most models with MIUI 12-14, but requires a PC connection.
You'll need:
- π₯οΈ Computer with installed ADB Tools.
- π± Included debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI β Tap 7 times, then return to the Additional Settings β For developers).
- π Cable USB Type-C (preferably original).
Instructions:
- Connect the phone to the PC and confirm the debugging permission.
- Open the command prompt (cmd) in the folder with ADB.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Execute the command to unlock hidden settings: adb shell settings put global theme_customization_overlay com.android.systemui
- Reboot your smartphone.
After that, a new section of the notification curtain color (not on all models) may appear in Settings β Screen. If it is not available, try an alternative command:
adb shell settings put secure sysui_nav_bar "space"β οΈ Attention: Misuse of the right ADB If the curtain is transparent or disappears after the commands, reset the settings. MIUI Launcher in Settings β Annexes β Application management β Launcher β Warehouse β Clear the data.
What if the ADB does not recognize the device?
Method 4: Applications for customization (without root)
If previous methods didn't work, you can use third-party apps that don't change system files, but put a translucent overlay over the curtain with the right color overlay over the top of the curtain.
- π¨ Hex Installer β lets you create your own themes MIUI, including the color of the curtain, requires a PC connection to install.
- πΌοΈ Notification Shade Customizer is an application with a database of ready-made color schemes.
- π Dark Notif β specializes in dimming the curtains for AMOLED-screen.
Example of settings in Notification Shade Customizer:
- Download the app from APKMirror (it may not be available on Google Play).
- Open the application and give access to Special Opportunities.
- Select the Colors tab and set up: π Background color - the main color of the curtain. π Opacity β Transparency (80-90 recommended%). π Apply to Quick Settings β Apply to Quick Settings Panels.
Save the changes and restart the curtain (pull down and let go).
Cons of this method:
- β οΈ Overlays can conflict with navigational gestures.
- π Increased battery consumption (the application runs in the background).
- π« Some functions (such as Always-on Display) may be disabled.
π‘
If after installing the application, the curtain began to lay, try to turn off animations in the developer settings (Settings β For developers β The scale of the animation window β Animation off).
Method 5: Manual editing of system files (for advanced ones)
This method is only suitable for users with unlocked bootloader and root rights. Wrong actions can lead to a device "brick!"
The color of the notification curtain in MIUI is stored in the files:
- /system/framework/framework-res.apk are the main system resources.
- /system/priv-app/SystemUI/SystemUI.apk is a curtain interface.
To change the colour:
- Make a backup of the original files (required!).
- Download and install APK Editor Pro or MT Manager.
- Open SystemUI.apk in the editor and go to res/values/colors.xml.
- Find the lines with the parameters: <color name="notification_panel_background">#FF1A1A1A</color> <color name="quick_settings_background">#FF2B2B2B</color> Replace hexadecimal values (#FF1A1A1A) on their own, for example, #FF0066CC blue-colored).
- Save the changes by overwriting the original file.
- Reboot the phone.
Recommended colors for AMOLED-screens (black background with accent):
| Colour | HEX-code | The effect |
|---|---|---|
| Deep black. | #FF000000 | Maximum energy efficiency |
| Dark blue | #FF0A192F | Contrast but battery-friendly |
| Purple. | #FF3D0C5A | Bright accent, suitable for gaming themes |
| Green (neon) | #FF00FF40 | Aggressive style (can cut eyes) |
β οΈ Warning: After manual editing of system files may stop working OTA-Update before the next update, return the original files or re-sweeten the firmware.
Frequent problems and their solutions
When you change the color of the curtain, you're faced with common mistakes, and here's how to fix them:
- π Curtain doesn't change color after changing topics: Clear cache Topics and MIUI Launcher. check if there is an ad blocking app installed (like AdGuard) that can block system overlays.
- π₯οΈ After ADB-The command is clear: run adb shell cmd overlay reset com.android.systemui. If it doesn't help, reset the settings. MIUI Launcher.
- π Quick battery discharge after custom themes: Turn off animations in the developer settings. Use dark themes, they less load the processor.
- π± Curtain lays when scrolling: Turn off customization apps (like Notification Shade Customizer.
If none of these methods worked, check:
- π Version MIUI β Some features are only available in China ROM.
- π Updates β Additional options may appear in new firmware versions.
- π οΈ Integrity of system files (through MIUI Diagnostics in the settings).
π‘
Before experimenting with system files, always back up through Settings β Additional β Backup or TWRP (if installed).