Как сделать цветной текст в дискорде
Перейти к содержимому

Как сделать цветной текст в дискорде

  • автор:

Discord Text Color Guide

Learn how to change text color in Discord using syntax highlighting.

Discord Text Color Guide

Discord’s rise in popularity seems to know no bounds. More and more users are flocking to the platform, and new communities are popping up all over the place. With more users spending increased time in Discord, people have wanted to customize their messages and overall experience a little bit deeper. Server admins also have expressed interest in having some of their messages stand out and pop in the channels a little more. Luckily, users can change Discord text colors by using the built-in syntax highlighting system. Here is how to change text color in Discord.

How to Change Text Color in Discord

When it comes to changing text color in Discord, there is some good and bad news. The good news is that it’s actually possible to change the text colors. The bad news is that you have to use the syntax highlighting system to do it, so it’s not as straightforward as you think.

This article assumes you want to change the text color of your regular messages, and you’re not directly trying to achieve syntax highlighting for code. Both processes are the same but the commands showcased here are geared towards trying to achieve regular text.

So let’s dive in. To change the text color in Discord, you will first need to start your message with three tildes. The tilde key is usually to the left of the one key and above the tab button on your keyboard.

Keyboard Tilde Highlight

After hitting three tildes, you need to enter a syntax highlighting command. These commands are usually a type of programming language. In this example, we will use the yaml command. After entering your syntax highlighting command, you will need to hit Shift+Enter to go to the next line, and then you can start typing your message. When you are done with your message, you must hit the three tildes again to close the message. Some syntax commands will require a modifier to get the text to change.

Discord Text Color YAML Example

Above you can see the command necessary to get, your text to turn cyan. The yaml command doesn’t require a modifier, but the css command does.

Discord Text Color CSS Example

You can see that the css command requires wrapping your text in square brackets [ ]. There are a few commands like this.

Essentially, we end up exploiting the syntax highlighting feature in Discord to color our regular text. Below you can find a chart of a few commands, their modifiers, and their output color.

Discord Text Color Chart

Command Modifier Color Sample
yaml None Solarized Cyan
#2aa198
«`yaml
sample text
«`
fix None Solarized Yellow
#b58900
«`fix
sample text
«`
diff Solarized Red
#dc322f
«`diff
— sample text
«`
diff + Solarized Green
#859900
«`diff
+ sample text
«`
brainfuck None Blue Grey
#586e75
«`brainfuck
sample text
«`
ini [ and ] Solarized Blue
#268bd2
«`ini
[ sample text ]
«`
css [ and ] Solarized Orange
#cb4b16
«`css
[ sample text ]
«`

These are not all of the commands available or all of the permutations of the commands listed. However, we believe these are the best ones that allow you to display messages in the closest format to regular text. You can check out some of our other Discord guides as well like how to make bold text.

How To Make Colorful Or Rainbow Text On Discord: Use These Codes

As an Amazon Associate and affiliate of other programs, I earn from qualifying purchases.

Discord is a kind of platform where you chat with a lot of people. As soon as you join a Discord server, you see different people chatting at the same place over some topics. And a lot of these people are using Discord for a long time, so they know this platform inside and out. However, there are some advanced techniques for using Discord that are still not very well known by most people. And one such technique is writing rainbow text on Discord.

Basically, rather than sending your messages in default grey color, you can play around with so many other colors. Like to highlight your message in chat, you can send your entire message in red color. Moreover, you can even use different colors within a single message, which to be honest, is really cool. Getting command over this feature can surely make you look like a pro on Discord. And to gain popularity on this kind of platform, you do have to become a pro sooner or later. So, if you’re now convinced enough to learn how to make the rainbow text on Discord, then let’s get started.

Type Rainbow Text On Discord

As we’ve already mentioned above, there are two ways in which one can use colored text on Discord. The first one, in which you change the color of your whole message to a single color, is quite basic. However, the second one is much more advanced because, in this one, you can use more than one color in a single message. Interesting, right? But you should know that playing around with text colors is not that straight forward on Discord. And before moving forward, you should learn what makes the colored text possible on Discord in the first place.

Highlight.js

On Discord, there is no direct way to achieve these types of texts, however, there is a workaround. Discord uses Markdown language in the background for text formatting, like to strikethrough your text or to make text bold or italics. And very similarly, it uses highlight.js feature to color your text. Basically, what you have to do, is use a three-line code block, to get different colors for your text through highlight.js library. Don’t worry, you’ll get it once you move on to the examples given below.

Change Color Of Your Text On Discord

Now, if you want to use a single color for a single message, here are all the colors you can have. Just note that sometimes the codes are flaky and they won’t work 100% of the time. If you face this problem, wait a bit and try again.

1. Red

To get the red color for your text, you have to use the Diff syntax highlighting. The first line of the code will have three `(Tick) characters and after that, you have to write diff without giving any space in between.

Important: To show you the tick characters properly we have used space in between them. If you copy the code from here then make sure you remove the spaces in between them.

Now, jump to the second line by using Shift+Enter key combination. On the second line, first, input one -(Dash) character and then start writing your message. Finally, skip to the third line of the message and end the code block with three ` characters. Now, you can send your message, and you’ll see that the text of your message is red in color.

Syntax:
` ` `diff
-Your Message
` ` `

Example:
` ` `diff
-make it colorful
` ` `

red color on discord

2. Cyan

To give cyan color to your text, we have to use the Yaml syntax highlighting. The structure of the code will be almost similar to the first one. This means that the code will start and end with three `(Tick) characters. The only thing that’ll change is that in the first line, we are going to type Yaml and the second line will not have the -(Dash) character. So, the syntax will go like this.

Syntax:
` ` `yaml
Your message
` ` `

Example:
` ` `yaml
make it colorful
` ` `

change text color on Discord

3. Yellow

Love the yellow? Well, then easily apply this color to your text by using the fix syntax highlighting. The structure of the code block will be similar to the ones we’ve discussed above.

Syntax:
` ` `fix
Your message
` ` `

Example:
` ` `fix
make it colorful
` ` `

yellow color

4. Green

Green text color can be easily achieved by using the CSS syntax highlighting. And as usual, the structure will be the same. Here’s the syntax and an example for the same.

Syntax:
` ` `css
Your message
` ` `

Example:
` ` `css
make it colorful
` ` `

Discord code for Colored text

5. Dark Green

Liked the green but you want to make it darker? Well, then you’d be delighted to know that there are two syntax highlightings for that i.e, JSON and BASH. You can use any one of those, however, your message will go in quotation ” marks.

Example:

dark green color

dark green with bash

6. Blue

The required syntax highlighting for the blue color will be INI. Also, your message in this syntax should be contained in two [] square brackets.

Syntax:
` ` `ini
[Your message]
` ` `

Example:
` ` `ini
[make it colorful]
` ` `

change text color on Discord

Use Multiple Colors In A Message On Discord

If you want to move ahead in the game by giving more than one color to your text on Discord, then you’ll have to work a bit harder. The syntax used for this are longer, but they aren’t that hard to learn. There are a lot of syntax highlighting options to get the work done, but we’ve included only three of those. Because these three are easy to learn and are enough to get you started.

The ml language gives you four colors in a single message, which are yellow, cyan, red and grey. The first line of the code will have three `(Tick) characters and then you have to type ml without giving any space in between.

After that, the words in the message that’ll have the first letter capital will get the yellow color. On the other hand, all lowercase words will get grey color. The words that’ll fall between quotation ” marks will have cyan color along with any numbers in the message. And finally, the red color will be given to the words (no spaces) with inverted ‘ commas. You’ll get a better idea after looking at the syntax and the example.

Syntax:
` ` `ml
Yellow For Capital
“Cyan”
‘Red’
grey for lowercase
cyan for numbers
` ` `

Example:
` ` `ml
name is Shivam
“Give me Cyan Color”
‘NowGiveMeRed’
123
` ` `

multiple colors on discord

2. Yaml

This one is quite simple, and it’ll only give you two colors i.e, yellow and cyan, in a single message. All you have to do is divide your entire message with a : semicolon. After that, the message before the colon (without spaces) will get the yellow color and the message after the colon will get the cyan color. Pretty simple, isn’t it?

Syntax:
` ` `yaml
yellowbeforethecolon: cyan after the colon
` ` `

Example:
` ` `yaml
Name: Shivam Gulati
` ` `

yellow and cyan color

3. Prolog

This syntax highlighting language enables you to write your text in 3 colors, which are orange, cyan, and grey. In this code block, the words with the first letter as capital will automatically turn orange in color. Whereas, the words with all lowercase letters will be grey in color. And the cyan color will be for the numbers and the words with inverted ‘ commas.

Syntax:
` ` `prolog
Orange For Capital
‘Cyan Text’
grey for lowercase
cyan for numbers
` ` `

Example:
` ` `prolog
Shivam At Techuntold
‘Writing something in cyan’
and something in the grey
123
` ` `

rainbow text on Discord

Now, if you want to learn more syntax highlighting codes, then you can follow Discord Highlight.js server. There, you’ll see all the possible highlighting languages with all the code blocks to give amazing colors to your text.

Wrapping Up

So, that’s how you use Discord rainbow text. If you’ve read the entire article, then you’ve surely learned a lot about using different colors on Discord. The best thing you can do is note down these codes and save them as a document on your PC. That way, you’ll just have to copy and paste these codes the next time you want to write something colorful on Discord.

Цветной текст в Discord

Как сделать цветной текст в Дискорде

Возможности пользователей программы Discord, установивших ее на свой компьютер, гораздо шире, поскольку у них есть доступ к разметке языков программирования, что обеспечивает создание цветных надписей, но с определенными условиями. Сюда же относится более простая настройка ролей на сервере, когда имя каждого юзера отображается своим цветом. Давайте рассмотрим, как происходит создание таких надписей и распределение ролей.

Цветные имена участников сервера

Начнем с более простой задачи — раскраски имен участников сервера при помощи ролей. Учитывайте, что распределять их может только создатель или юзер с неограниченными правами на сервере.

  1. На панели слева выберите тот сервер, которым будете управлять. Выбор сервера для создания цветного ника участника в Discord на компьютере
  2. Нажмите по его названию для открытия меню действий. Открытие меню настроек сервера для создания цветного ника участника в Discord на компьютере

Более детальную информацию по взаимодействию с ролями получите, прочитав статью по прикрепленной выше ссылке. Там вы узнаете о правах каждой из них и иерархии, что влияет на цвет ника при добавлении пользователю более одной роли.

Написание цветным текстом

Цветной текст в Дискорде не совсем удобно использовать при обычном общении, но он отлично подойдет для оформления описаний каналов или другой информации. При этом следует учитывать главное ограничение — написать цветным текстом можно только в программе для ПК или через веб-версию, и его цвет будет виден тоже только пользователям десктопной и браузерной версии (в мобильном приложении цвет не отображается).

  1. Для создания цветных надписей используются возможности Дискорда в плане поддержки языков программирования и их классов, поэтому для достижения необходимого результата потребуется объявлять сам класс или определенные функции. Для создания красного цвета введите следующее:
    «`diff
    -текст«` Ввод кода для красного цвета текста при его написании в программе Discord для компьютера
  2. Синий цвет достигается при помощи
    «`md
    #Текст«` Ввод кода для синего цвета при его написании в Discord на компьютере
  3. Примерно в таком же формате осуществляется написание в других доступных цветах и обводках, но сам текст почти всегда будет с определенными особенностями, как это в видно в красном, синем и зеленом. Во втором случае перед надписью идет знак «#» , в остальных вариантах — «-» или одинарные кавычки. Это связано с самой кодовой разметкой и избавиться от этих знаков не получится. Проверка всех доступных цветов текста при написании кода в программе Discord на компьютере

Ниже вы видите почти весь доступный список с различными цветами. Вам остается только скопировать подходящий фрагмент, вставить его в программе и заменить сам цвет.

«`css
Text«` (только на английском языке)

Не забывайте о том, что все знаки перед «текст» обязательно сохраняются, а уже затем сама надпись меняется на необходимую. Если вас заинтересовала тема использования языков программирования и классов в Discord хотя бы с целью расширения возможностей написания разными цветами, ознакомьтесь с официальной документацией в статье по ссылке ниже.

Вариант 2: Мобильное приложение

Вы уже знаете, что создание цветного текста в мобильном приложении недоступно, он даже там и не отображается. Однако это не относится к распределению ролей, поэтому давайте рассмотрим, как сделать ник любого участника сервера цветным (если, конечно, у вас есть права администратора сервера или вы его создатель).

  1. Запустите приложение и на панели выбора сервера нажмите по нужному, после чего разверните меню действий. Выбор сервера для настройки цветного ника в мобильном приложении Discord
  2. Через него перейдите в «Настройки». Переход в настройки сервера для настройки цветного ника в мобильном приложении Discord
  3. Пролистните список с доступными параметрами вниз, где выберите «Роли». Выбор меню для настройки ролей в мобильном приложении Discord при создании цветного ника
  4. Создайте роль или настройте текущую так, как было показано в статье по ссылке выше (в Варианте 1). Выбор одной из ролей для создания цветного ника в мобильном приложении Discord
  5. Вернитесь к предыдущему меню и на этот раз тапните по строке «Участники». Переход к списку участников для выбора цветного ника на сервере в мобильном приложении Discord
  6. Присвойте членам сервера необходимые роли, сохраните изменения и покиньте данное меню. Выбор участника для установки цветного ника на сервере в мобильном приложении Discord
  7. Ознакомьтесь с информацией в любом из текстовых каналов, проверив корректность отображения новых цветов. Проверка цветного ника участника на сервере в мобильном приложении Discord

Кстати, на предыдущем скриншоте еще прекрасно видно то, что весь текст, который был цветным в программе на ПК, в приложении отображается серым, что еще раз подтверждает слова о том, что разметка классов здесь не работает.

How to Make Colored Text in Discord

This guide will demonstrate the method to make colored text in Discord.

How to Make Colored Text in Discord?

To make colored Text in Discord, follow the provided instructions.

Step 1: Open Discord

First of all, open the Discord app on your system and move to the text channel where you want to send a colored text:

Step 2: Add Code Block for Colored Text

For the purpose of making colored text on Discord, utilize the backquote [`] symbol that should be present at the top-left corner of the keyboard:

Add three backquotes [“`], specify the code phrase which refers to the color going to be applied to the text as follows:

Hit “Enter” to send the text in the channel or private chat:

Note: In the above-given code block “CSS” code phrase can be changed depending upon the required results.

In the upcoming section, we will show you the procedure of making different types of colored text in Discord, including light green, dark green, orange, red, blue, and yellow.

How to Make Light Green Colored Text in Discord?

For the purpose of making light green colored text, add the below-given code having the code phrase “diff” and type the message starting with a plus “+” sign:

Output

How to Make Light Dark Green Colored Text in Discord?

Discord supports three code block formats for making green-colored text. These code phrases are:

  • json
  • bash
  • yaml

Check out each of the mentioned methods one by one.

Method 1: Making Dark Green Colored Text in Discord With json

With the following “json” code phrase, write out your message within the double quotations [“”], enclosed in three backticks [“`]:

Output

Method 2: Making Dark Green Colored Text in Discord With bash

With the same code block, replace “bash” as starting code phrase, and you will get the same results:

Output

Method 3: Making Dark Green Colored Text in Discord With yaml

Similarly, specify “yaml” as the code phrase and turn the added text into the green color:

Output

How to Make Yellow Colored Text in Discord?

fix” is the code phrase or keyword used to color the added text yellow. This code block format does not require any special characters:

Output

How to Make Orange Colored Text in Discord?

If you want to send an orange-colored text in a Discord channel or to your friend, start the block with three opening backquotes [“`], the “arm” code phrase, a message concatenated with “_” underscores, and ending with closing back quotes:

Output

How to Make Red Colored Text in Discord?

Type out the “diff” code phrase and a hyphen “-” as a starting part of the message to color it red:

Output

How to Make Blue Colored Text in Discord?

In case of coloring the text blue, specify “css” as the code phrase, start the message with a “.” period, and concatenate the whole message with “-” hyphens as follows:

Output

We have compiled different procedures for making colored text in Discord.

Conclusion

To make colored text in Discord, firstly, add three backquotes [“`] and specify the code phrase, which refers to the color applied to the text. For instance, “arm” is added for red color, “yaml” for dark green, “json” for light green, and “css” for blue. Besides this, each code phrase also requires any special characters at the start of the text. Lastly, close the text using another pair of three backquotes. This guide demonstrated the method to make colored text in Discord.

About the author

Sharqa Hameed

I am a Linux enthusiast, I love to read Every Linux blog on the internet. I hold masters degree in computer science and am passionate about learning and teaching.

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *