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

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

  • автор:

How to Change Discord Text Color

While there are no in-built color options when it comes to Discord chat, there is a way you can add color to your text by taking advantage of their coding features that the platform was built upon. Once you understand the basic principles behind writing in code on Discord, you’ll be able to send messages with color whenever you wish.

How to Change Discord Text Color

There are a few things that you must do to make sure that the text color changes when you type on Discord. Here is what you need to know:

You will need to type your message on three lines. The first line will need to be 3 ` symbols (this isn’t a parentheses symbol, rather the backtick symbol. You will find it above the TAB key on the left-hand side of your keyboard) followed by the name of the code language (such as CSS or HTTP).

Your message will need to be on the second line. To get to the second line, you may need to hold SHIFT while you press ENTER. Here you will type your message. You may need to use specific characters depending on the color you want.

When you are done with your message, go to the last line. Close your message with three more of the ` symbols.

What Text Colors Can You Create in Discord?

When using the code feature, you can create text boxes with text in the following colors:

Red Discord Text

discord text red

To create a text box with red text, you will need to use the following code:

«`diff
— Type anything after the dash and it should turn red
«`

You will need to use the dash before the text to turn it red. Once you send the message, your red text will appear in a box.

discord text red final 1

Orange Discord Text

discord text orange

To create a text box with orange text, you will need to use the following code:

«`css
[Type anything within brackets and it should turn orange]
«`

You will need to use the brackets before and after the text to turn it orange. Once you send the message, your orange text will appear in a box.

discord text orange final

Yellow Discord Text

discord text yellow

There are two ways to turn your text color to yellow in Discord.

To create a text box with yellow text, you will need to use the following code:

«`fix
You won’t need to use any special characters to turn this text yellow.
«`

Once you send the message, your yellow text will appear in a box.

discord text yellow fix final

Dark Green Discord Text

discord text dark green bash 1

There are two ways to turn your text color to dark green in Discord.

To create a text box with dark green text, you will need to use the following code:

«`bash
“You will need to type your dark green text within quotation marks”
«`

You will need to use quotation marks before and after the text to turn it dark green. Once you send the message, your dark green text will appear in a box.

discord text dark green bash final

You can also write in dark green text in Discord by using JSON int the same way you did BASH, using quotation marks, like the following:

discord text dark green json

«`json
“You will need to type your dark green text within quotation marks”
«`

You will need to use quotation marks before and after the text to turn it dark green. Once you send the message, your dark green text will appear in a box.

discord text dark green json final 1

Light Green Discord Text

discord text light green 1

There are two ways to turn your text color to light green in Discord.

To create a text box with light green text, you will need to use the following code:

«`diff
Type anything after a plus sign in order to turn the text light green
«`

You will need to use a plus sign before the text to turn it light green. Once you send the message, your light green text will appear in a box.

discord text light green final 1

You can also write in light green text using CSS and quotation marks. To create a text box with light green text, you will need to use the following code:

discord text light green css 1

«`css
“You will need to type your light green text within quotation marks”
«`

You will need to use quotation marks before and after the text to turn it light green. Once you send the message, your light green text will appear in a box.

discord text light green css final

Blue Discord Text

discord text blue ini

There are two ways to turn your text color to blue in Discord.

To create a text box with blue text, you will need to use the following code:

«`ini
[Type anything within brackets and it should turn blue]
«`

You will need to use the brackets before and after the text to turn it blue. Once you send the message, your blue text will appear in a box.

discord blue ini final

You can also write in dark blue text using CSS and a period. You will need to try the following code:

discord blue css

«`css
.with-this-code-you-cant-use-any-spaces-and-a-period-at-the-start
«`

You will need to use a period before your text to turn one word dark blue. If you want to say a phrase, you will need to use dashes or underscores to maintain the one word feeling. Once you send the message, your dark blue text will appear in a box.

discord text blue css final

Conclusion

Typing in other colors on Discord is a good way to have specific text stand out on Discord. If you want to make sure your message is noticed, try it out.

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.

About The Author

Shivam is a blogger who is always fascinated with the technology and the amount of knowledge he can gather from the internet. He is trying to nerdify everyone around him with that same knowledge, through his writings.

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.

Цветной текст в 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

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

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

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