How to change the color of text on the phone Xiaomi: from system fonts to chats in Telegram

Are you tired of the standard black text on your Xiaomi and want to add brightness? Or maybe white font in a dark topic cuts your eyes and system settings do not give you flexibility? In this article, we will examine all possible ways to change the color of text, from basic MIUI settings to hidden chips for power users. Importantly, the methods work on most models (Redmi Note 12, POCO X5, Xiaomi 13T, etc.), but some features may not be available on budget devices or outdated versions of the firmware (below MIUI 12).

We wonโ€™t just be limited to replacing the font through themes โ€” talk about editing CSS in the Chrome browser, setting up color schemes in messengers (Telegram, WhatsApp), and even how to get apps to display text in your signature color. If youโ€™re looking for a solution for a specific case (for example, change the color of an SMS or keyboard highlighting), use the table of contents below to quickly move to the desired section.

1. MIUI system settings: changing the color of text through themes

The easiest way to do this is to use the built-in MIUI tools. The manufacturer offers several options for customizing fonts and colors, but not all of them are obvious. For example, Xiaomi can not only change the theme of the design, but also adjust the contrast of text for better readability.

To get started, follow the following steps:

  • ๐Ÿ“ฑ Open the Themes app (icon with brush on desktop).
  • ๐Ÿ” In the search bar, enter the query โ€œcolor of textโ€ or โ€œfontยป.
  • ๐ŸŽจ Choose one of the suggested themes with alternative color schemes (e.g, ยซAMOLED Black for dark text on a black background).
  • ๐Ÿ”„ If you donโ€™t like the topic, go back to my topics. โ†’ Management โ†’ Reset to standard.

Note that some topics only change background color, leaving text black or white. To check what the font will look like, click on the preview of the theme before applying it, so you will see an example of posting and menu design.

๐Ÿ’ก

If the text becomes unreadable after changing the topic (for example, gray on a light background), try to turn on high contrast mode in Settings โ†’ Special features โ†’ Improve visibility.

2. Manual color change in the Chrome browser (for web pages)

If you only need to change the color of the text online (like making all websites dark or coloring the headlines), use Google Chromeโ€™s hidden feature, customizable CSS styles. This method works on all Xiaomi smartphones, but requires minimal code knowledge.

Instructions:

  1. Open Chrome and type in the address bar: chrome://flags/#enable-force-dark Activate the option "Force Dark Mode for Web Contents" (if available).
  2. To fine-tune the site, go to the color of the text on which you want to change, and type in the address bar: view-source:https://example.Site Find the tags <style> or color: #hex-code.
  3. Copy. CSS-selector (e.g. body { color: #FF5733!important; } and paste it into the Stylus extension (available on Google Play).

โš ๏ธ Note: Not all sites display correctly after a forced color change. For example, on VKontakte or Instagram, buttons or icons may be sold!

๐Ÿ“Š Which color of text do you like better?
Black on a white background
White on a black background
Bright colors (red, blue)
Pastel colors
Other

3. Color setting in messengers (Telegram, WhatsApp, Viber)

Messengers often ignore Xiaomiโ€™s system settings, so youโ€™ll have to change the color of the text separately.

messengerHow to change the color of the textLimitations
TelegramGo to Settings โ†’ Appearance โ†’ Color Scheme. Choose one of 8 preset themes or create yours through the Theme Editor (click + in the upper right corner).The text color changes only in chat rooms, without affecting system notifications.
WhatsAppOfficially impossible. Use dark mode (Settings โ†’ Themes) or third-party launchers like Nova Launcher with overlay setup.The color of SMS in WhatsApp is strictly tied to the topic of the application.
ViberTurn on Settings โ†’ Appearance โ†’ Dark Theme. For color text, use formatting: highlight the message and select the color from the palette.Colors are only available for outgoing messages.

๐Ÿ’ก Secret Lifehack: Telegram allows you to create a custom theme with unique colors for text, backgrounds and accent elements:

  1. Download the theme file from tgthemes.net.
  2. Import it to Settings โ†’ Appearance โ†’ Theme Editor โ†’ Import theme.
  3. Edit the hex color codes (for example, text_color: "#FF00FF" pink-text).

4. Use of third-party keyboards (Gboard, SwiftKey)

If you need to change the color of the typed text (for example, in notes or messages), look for keyboards with advanced settings. For example, Googleโ€™s Gboard allows you to adjust the font color on the keys, and SwiftKey allows you to highlight the text when you type.

Instructions for Gboard:

  • ๐Ÿ”ง Open the Settings. โ†’ System system โ†’ keyboard โ†’ Gboard.
  • ๐ŸŽจ Select Topics โ†’ Create your own theme.
  • ๐Ÿ–Œ๏ธ In the section "Color of text" specify the desired shade (for example, #4285F4 blue-colored).
  • ๐Ÿ’พ Save the topic and apply it.

โš ๏ธ Note: Text color changes in Gboard only for prompts and buttons, not for the text you type in your apps. To change the font color in your messages, use the methods in Section 3.

Make sure your phone has enough charge (minimum 30%)

Backup important messages (in Telegram: Settings โ†’ Additional โ†’ Data Export)

Check out the MIUI version (Settings โ†’ About Phone โ†’ MIUI version)

Turn it off. VPN (Some topics may not be downloaded with included VPN)-->

5 Advanced Methods: ADB and System File Modification

For users willing to take risks, there are ways to change the color of text at the system level, which requires unlocking the bootloader and accessing the bootloader. ADB, But it gives you maximum freedom. โš ๏ธ Attention: Incorrect actions can lead to a device blink (firmware breakage).If you are a beginner, skip this section!

Steps to change system colors through ADB:

  1. Activate USB Debugging in Settings โ†’ About Phone โ†’ MIUI Version (click 7 times on the line with the version, then go back to Settings โ†’ Additional โ†’ For Developers).
  2. Connect your phone to your PC and execute the command: adb shell settings put secure ui_night_mode 2 This will enable dark mode for all apps, but text color will remain standard.
  3. To change the color of the font globally, find the file /system/framework/framework-res.apk (root rights required) and edit the lines with textColorPrimary and textColorSecondary.

๐Ÿ”ง Rootless Alternative: Use the Substratum app (required) MIUI 10+) It's a color scheme overlay, for example, "Swift Black" overlay makes all text white on a black background.

What if after editing system files, the phone stopped turning on?
If, after changes through ADB or editing framework-res.apk, the device is getting stuck on the Xiaomi logo, try: 1. Go to Fastboot Mode (press Power + Volume Down when turned on). 2. Connect the phone to the PC and execute the command: fastboot flash system.img (where system.img is the original firmware file for your model). 3. If there is no backup, you will have to reflash the device through the Mi Flash Tool.

6 Special features: high contrast and color correction

If you need to change the color of text because of vision problems (such as color blindness or photophobia), Xiaomi has built-in color correction tools. They work at the system level and affect all applications.

How to turn on:

  • ๐Ÿ‘๏ธ Go to Settings. โ†’ Special facilities โ†’ Color correction.
  • ๐ŸŽ›๏ธ Choose one of the preset filters: Protanopia/deuteranopia for users with red/green perception impairment; Tritanopia for blue/yellow correction; shades of gray for black and white.
  • ๐Ÿ”„ Set the filter intensity with a slider.

๐Ÿ’ก If you need to change the color of text temporarily (for example, to read at night), use Read Mode in Xiaomi: Settings โ†’ Display. โ†’ Reading mode: It makes the screen monochrome and reduces the strain on the eyes.

7. Applications for text customization (without root)

If system methods don't work, try third-party apps. They don't change the color of text globally, but they allow you to customize the display in individual programs.-3 utility for Xiaomi:

AnnexFunctionsReference
Hex InstallerInstall custom fonts and color schemes through overlays (MIUI 12+ required).Google Play
Color ChangerChanges the color of text in selected applications (works through accessibility).Google Play
Night Mode EnablerForcedly includes dark mode in all applications, including those that do not.Google Play

โš ๏ธ Note: Apps like Color Changer require permission โ†’ Accessibility services: Do not install them from unverified sources, which may lead to data leakage or advertising.

๐Ÿ’ก

The most universal method is to use themes in MIUI or custom CSS in the browser. Deep customization will require root rights or ADB, which is only suitable for advanced users.

FAQ: Frequent questions about changing the color of the text on Xiaomi

๐Ÿ”น Can I change the color of the text in SMS Xiaomi?
Yes, but only indirectly. SMS Depends on the topic you choose in the Messages app. Try: Open Messages โ†’ โ‹ฎ (menu) โ†’ Settings โ†’ Select a dark or colored theme (e.g., a theme, ยซAMOLED Black" or "Blue Sky"). If you don't have the right color, use third-party. SMS-clients like Textra or QKSMS, where there are flexible font settings.
๐Ÿ”น Why some apps didnโ€™t change the color of the text after changing the topic?
Not all apps support dynamic MIUI themes. For example, WhatsApp, Instagram, and some banking programs ignore system settings. Solutions: Use Forced Dark Mode via Developer Options (Settings โ†’ Additional โ†’ For Developers โ†’ Redefined Format). Set an overlay via Substratum (MIUI 10+ required).
๐Ÿ”น How to return the standard color of text, if after experiments everything became unreadable?
Reset the theme settings: Open Themes โ†’ My Themes โ†’ Manage. Click Reset to Standard. If that doesnโ€™t work, reset the special features settings: Settings โ†’ Special Features โ†’ Reset. In extreme cases, make a soft reset (Settings โ†’ About Phone โ†’ Reset), but it will delete all your data!
๐Ÿ”น Are these methods working on POCO and Black Shark?
Yes, but with reservations: POCO (like POCO X5 or F5) uses MIUI, so all the instructions in the article apply. Black Shark (gaming smartphones) has its own JoyUI shell, but it's based on MIUI. Most methods work, but the paths in the menu may differ (like Settings โ†’ Display โ†’ Color Scheme). For accurate information, check the firmware version in Settings โ†’ About Phone.
๐Ÿ”น Can I change the color of the text in games?
No, the color of the text in games (for example, PUBG Mobile or Genshin Impact is hard-to-develop and does not depend on Xiaomi's system settings. Exceptions: Some games support dark mode (includes in the game settings). You can use overlays through Game Tools. โ†’ Special facilities โ†’ Game Tools, but it won't change the color of the font.