{"id":1973,"date":"2023-02-22T20:53:52","date_gmt":"2023-02-22T20:53:52","guid":{"rendered":"https:\/\/smashybrick.com\/?p=1973"},"modified":"2023-06-11T00:29:47","modified_gmt":"2023-06-11T00:29:47","slug":"change-colored-text-in-discord","status":"publish","type":"post","link":"https:\/\/smashybrick.com\/change-colored-text-in-discord\/","title":{"rendered":"How to Change Colored Text in Discord (2023)?"},"content":{"rendered":"\n

Since the app was launched, Discord has developed several new features and updates. From formatting text to coloring text messages, Discord has covered everything. If you are excited to change the color of your text message from the same old default white color, this article is Just for you! <\/p>\n\n\n\n

Can you color text in Discord?<\/strong><\/h2>\n\n\n\n

The simple answer to this question is that yes, you can easily color text on Discord just with a few lines of supper easy code. <\/p>\n\n\n\n

However, the question you might be wondering about is, how does the color text in Discord even work? Well, the basic concept lies in that to build the interface of Discord, one of the most popular front-end languages, i.e., Javascript, was used. <\/p>\n\n\n\n

Moreover, a library named highlight.js <\/strong>and the Solarised Dark<\/strong> theme is used for the interface of Discord. So, overall, the only thing that matter for you to change your color text is to encapsulate the text that you need to change the color of in a block of code. <\/p>\n\n\n\n

Through this article, we will be looking into all the possible colors you can embed in your text on the discord app. <\/p>\n\n\n\n

How to have colored text in Discord?<\/strong><\/h2>\n\n\n\n
\"colored<\/figure>\n\n\n\n

In order to change the color of your text on Discord, one needs to write a three-line block code. In this code, the format is as follows: <\/p>\n\n\n\n

  1. The hard and fast rule of changing color on Discord is that you must include” `” characters on the first line.<\/li>
  2. Next, the second line of code can be any text that you want to color and display on your screen. <\/li>
  3. The final line of code should be” `”<\/li><\/ol>\n\n\n\n

    Apart from these, you can easily enter the text you want to colorize in two different ways. <\/p>\n\n\n\n

    The first way to do so will be by having a complete file of texts which includes different codes. Each code is different for different text colors. You can cut out and paste the segment of code that you want to use as of now. <\/p>\n\n\n\n

    Now the second way is the one we mentioned earlier. You just have to include the text in the second line of your complete block code. To run the code, you must press the Shift along with the Enter key simultaneously. <\/p>\n\n\n\n

    Once you follow the procedure mentioned above, you will notice a change in the color of the text you have entered. Since you have a clear idea regarding the format of code by now, let’s hop into the different codes that you can use for different colors. <\/p>\n\n\n\n

    1. Red Discord Text Coloring<\/strong><\/p>\n\n\n\n

    To color the text in red color, you need to follow the steps mentioned below. <\/p>\n\n\n\n

    1. Write down three backticks and then type in the keyword “diff” <\/li>
    2. In the next line, enter the text message starting with a hyphen. (Please note that even if the text is more than one liner, all of them will be displayed in red color)<\/li>
    3. At the end of the code, close it with “. <\/li><\/ol>\n\n\n\n

      Please note that if you separate two lines manually, use the hyphen while starting each line. Without a hyphen,, the text will be displayed in its default color. <\/p>\n\n\n\n

      Here is an example: <\/p>\n\n\n\n

      “`diff<\/strong><\/p>\n\n\n\n

      -This text will be displayed in Red. <\/strong><\/p>\n\n\n\n

      -To do so, we have used a simple code. <\/strong><\/p>\n\n\n\n

      “`<\/strong><\/p>\n\n\n\n

      2. Green Discord Text Coloring<\/strong><\/p>\n\n\n\n

      The procedure to color the text in Green is almost similar to that of coloring it in Red. The only difference one can mark is the addition of + Symbol instead of a hyphen used for red coloring. <\/p>\n\n\n\n

      “`diff<\/strong><\/p>\n\n\n\n

      +This text will be displayed in Green. <\/strong><\/p>\n\n\n\n

      +You need to follow the above-mentioned steps to color your text in Green. <\/strong><\/p>\n\n\n\n

      “`<\/strong><\/p>\n\n\n\n

      3. Blue Discord Text Coloring<\/strong><\/p>\n\n\n\n

      Embedding your text with blue color is a bit different from that of red and green color. In the case of blue, you need to change “diff” with “ini,” and instead of a + symbol or hyphen, you need to use opening and closing square brackets to include your text. <\/p>\n\n\n\n

      “`ini<\/strong><\/p>\n\n\n\n

      [This text is displayed in blue color]<\/strong><\/p>\n\n\n\n

      [As mentioned in the procedure, the text is included with square brackets]<\/strong><\/p>\n\n\n\n

      “`<\/strong><\/p>\n\n\n\n

      The other ini and square brackets alternatives are “md” and #, respectively.<\/p>\n\n\n\n

      “`md<\/strong><\/p>\n\n\n\n

      #This text is displayed in blue color<\/strong><\/p>\n\n\n\n

      #You can try out the above-mentioned code to color your text in blue<\/strong><\/p>\n\n\n\n

      “`<\/strong><\/p>\n\n\n\n

      4. Gray Discord Text Coloring<\/strong><\/p>\n\n\n\n

      The keywords for the Gray coloring of text need a little bit of swapping from the blue keywords. Here you need to use ini with #. <\/p>\n\n\n\n

      “`ini<\/strong><\/p>\n\n\n\n

      #This text is displayed in grey color in Discord<\/strong><\/p>\n\n\n\n

      #Please note the difference in keyword combination from that of the blue coloring of the text<\/strong><\/p>\n\n\n\n

      “`<\/strong><\/p>\n\n\n\n

      5. Orange Discord Text Coloring<\/strong><\/p>\n\n\n\n

      In order to display your text in the orange color, you can use css place of diff or ini and use square brackets just like you did for blue coloring. <\/p>\n\n\n\n

      Here’s an example: <\/p>\n\n\n\n

      “`css<\/strong><\/p>\n\n\n\n

      [This text gets displayed in orange color]<\/strong><\/p>\n\n\n\n

      [Sqaure braces are a must for coloring with orange color]<\/strong><\/p>\n\n\n\n

      “`<\/strong><\/p>\n\n\n\n

      6. Cyan Discord Text Coloring<\/strong><\/p>\n\n\n\n

      There are several syntaxes for coloring your text in Cyan color. Keywords like json, bash, ml,, and yaml can be used. Please note that instead of the hyphen or Plus symbol or any brackets you did for other colors above, you need to type in the text between “”.<\/p>\n\n\n\n

      For example: <\/p>\n\n\n\n

      “`json<\/strong><\/p>\n\n\n\n

      “This text is in Cyan color”<\/strong><\/p>\n\n\n\n

      “There are two more alternative codes to get this color.”<\/strong><\/p>\n\n\n\n

      “`<\/strong><\/p>\n\n\n\n

      You can use “bash” instead of Json.<\/p>\n\n\n\n

      “`bash<\/strong><\/p>\n\n\n\n

      “This text is in Cyan color.”<\/strong><\/p>\n\n\n\n

      “There is one alternative code to get this color mentioned below.”<\/strong><\/p>\n\n\n\n

      “`<\/strong><\/p>\n\n\n\n

      You can use ml as stated below:<\/p>\n\n\n\n

      “`ml<\/strong><\/p>\n\n\n\n

      “This text is in Cyan color.”<\/strong><\/p>\n\n\n\n

      “There it is! You have successfully colored the text in Cyan.”<\/strong><\/p>\n\n\n\n

      “`<\/strong><\/p>\n\n\n\n

      7. Yellow Discord Text Coloring<\/strong><\/p>\n\n\n\n

      Using yellow is a little different from using the other colors mentioned above. Within a set of yellow text codes, just one paragraph with no new line breaks is permitted. If you wish to utilize yellow in a different paragraph, you must create a new set of yellow text codes. In addition, the term “fix” (FIX syntax) is used in yellow code.<\/p>\n\n\n\n

      “`fix<\/strong><\/p>\n\n\n\n

      This text will be displayed in yellow<\/strong><\/p>\n\n\n\n

      “`<\/strong><\/p>\n\n\n\n

      “`fix<\/strong><\/p>\n\n\n\n

      Please utilize the code repeatedly whenever you switch to a new text.<\/strong><\/p>\n\n\n\n

      “`<\/strong><\/p>\n\n\n\n

      Things to consider before entering these codes: <\/p>\n\n\n\n