The font color on Xiaomi smartphones is not just an aesthetic element, but an important part of the user experience. The right color scheme affects the ease of reading, perception of information and even the level of eye fatigue. In standard MIUI firmware, the ability to customize text is limited, but there are several proven ways to change the color of the font in both system menus and individual applications.
In this article, weโll look at all the current techniques, from basic theme settings to hidden developer features and third-party utilities. Itโs important to understand that the options for change depend on the version of MIUI (12, 13 or 14) and the smartphone model (Redmi Note 12, POCO X5, Xiaomi 13T, etc.).
1. Change of font color through system themes
The easiest and safest way is to use built-in MIUI themes. The manufacturer offers both standard design options and custom ones, where you can choose the right color palette for text.
To change the subject:
- ๐ฑ Open the Themes app (icon with brush on desktop).
- ๐ In the search box, enter the query: โdark themeโ or โcolored text".
- ๐จ Choose your favorite topic from the ones you like (for example, "AMOLED Black or Colorful MIUI").
- ๐ฅ Click Apply and Confirm Changes.
Note that not all topics change the color of the font globally, some only affect system menus (Settings, Calls), and in applications (for example, Messages or Browser), the text may remain the same.
2. Color scheme setup in developer mode
For advanced users, there is a way to change the color palette through the developer mode, which allows you to fine-tune the display of text, but requires care - incorrect parameters can worsen readability.
Algorithm of action:
- Activate Developer Mode: Go to Settings โ About Phone. Tap 7 times on MIUI Version. Enter a pattern lock or password if required.
Settings โ Additional โ For Developers
Color correction
Simulation of the flower space
Deuteranomaly
Protanomaly
trichanopia
Importantly, this method does not change the color of the font directly, but adjusts the perception of colors on the screen, the effect will be noticeable in all applications, but can distort the display of photos and videos.
What to do if the developer mode is not turned on?
3. Use of applications for font customization
If the standard methods do not suit, you can use third-party applications. For smartphones Xiaomi will suit:
- ๐ฏ iFont โ allows you to install custom fonts (including color fonts). ADB full integration.
- ๐๏ธ Substratum + Andromeda โ thematic engine for deep customization (works on the computer). MIUI 12-14 restrictively).
- ๐ฑ Hex Installer โ a utility for changing system colors (you need superuser rights).
Example of font installation via iFont:
1. Download and install iFont from Google Play.
2. In the application, select the "Online" section โ find a font marked "Color".
3. Download your favorite option and press "Set".
4. Select "Copy to iFont" โ "Set as system font."
5. Confirm installation via ADB (if no root):
- Connect the phone to the PC.
- Enter the command:
adb shell pm grant com.kapp.ifont android.permission.WRITE_SECURE_SETTINGSโ ๏ธ Note: Installing uncertified fonts may cause system applications to malfunction. Before making changes, back up through Settings โ Additionally. โ Backup.
4. Manual editing of system files (for advanced)
This method is only suitable for users with root rights and experience with system files, and allows you to change the color of the font at the framework-res.apk level, but requires caution.
Step-by-step:
- Install Root Explorer or MT Manager.
- Go to /system/framework/framework-res.apk.
- Copy the file to internal memory and unpack it with APKTool.
- In a file. res/values find the file colors.xml.
- Edit the parameters: text_color_primary โ texture. text_color_secondary โ secondary. accent_color โ accent.
Collect the APK back and replace the original file (donโt forget to backup!).
Reset the device.
| Parameter in colors.xml | Description | Example of meaning |
|---|---|---|
| text_color_primary | The main color of the text on the menu | #FF000000 (black) |
| text_color_primary_inverse | Color of text on a dark background | #FFFFFFFF (white) |
| colorAccent | Color of highlighted elements | #FF2196F3 (blue) |
| miui_color_red | Color of notifications and warnings | #FFFF5252 (red) |
โ ๏ธ Attention: Incorrect editing framework-res.apk If the phone doesn't turn on after the changes, restore the original file through TWRP or re-flash the device.
Make a backup of NVRAM through TWRP
Check the battery (minimum 50%)
Install ADB-PC-driver
Download the original firmware for your model
Prepare the cable. USB data-supported-->
5. Castomization through ADB (without root)
If root is missing but you have access to ADB, you can change some display settings through commands.This method works on Xiaomi with MIUI 12 and later.
Required commands:
# Enable night mode (dark text on a light background)
adb shell settings put secure ui_night_mode 2
Change the color of accent elements (for example, green)
adb shell settings put secure theme_customization_accent_color -12566464
Return the standard settings
adb shell settings put secure theme_customization_accent_color -16711936List of available flowers for theme_customization_accent_color:
- ๐ด Red: -65536
- ๐ข Green: -16711936
- ๐ต Blue: -16776961
- ๐ฃ Purple: -7829368
- ๐ก Yellow: -256
๐ก
To find the exact color code, use the online HEX โ DEC converter (e.g. #FF5722 โ -64948).
adb shell am broadcast -a android.intent.action.CLOSE_SYSTEM_DIALOGS
6. Features for specific Xiaomi models
Some Xiaomi smartphones have unique customization capabilities. Consider the features of popular lines:
| Model | Features of font color setting | Supported versions of MIUI |
|---|---|---|
| Redmi Note 11/12 | Support for dynamic themes with text color change depending on wallpaper | MIUI 13-14 |
| POCO F4/F5 | Advanced settings in POCO Launcher (color folders and signatures) | MIUI 13 for POCO |
| Xiaomi 13/13T | Built-in theme editor with the ability to manually adjust the palette | MIUI 14 |
| Black Shark 5 | Game mode with HUD customization (color of text in overlay) | JOYUI (base MIUI 12) |
Nana POCO-devices additionally available POCO Launcher, where you can change the color of the signatures of applications:
- Keep your finger on the desktop โ Launcher settings.
- Choose Colors and Styles โ Text Color of icons.
- Set one of the suggested options or create your own shade.
๐ก
On devices with AMOLED-screens (e.g. Xiaomi) 13 Ultra dark themes with white text reduce power consumption 15-20% compared to the bright subjects.