Makiver

DISCORD CODE COLORED TEXT

May 9th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. Default: #839496
  2. ```
  3. NoKeyWordsHere
  4. ```
  5.  
  6. Quote: #586e75
  7. ```brainfuck
  8. NoKeyWordsHere
  9. ```
  10.  
  11. Solarized Green: #859900
  12. ```CSS
  13. NoKeyWordsHere
  14. ```
  15.  
  16. Solarized Cyan: #2aa198
  17. ```yaml
  18. NoKeyWordsHere
  19. ```
  20.  
  21. Solarized Blue: #268bd2
  22. ```md
  23. NoKeyWordsHere
  24. ```
  25.  
  26. Solarized Yellow: #b58900
  27. ```fix
  28. NoKeyWordsHere
  29. ```
  30.  
  31. Solarized Orange: #cb4b16
  32. ```glsl
  33. NoKeyWordsHere
  34. ```
  35.  
  36. Solarized Red: #dc322f
  37. ```diff
  38. -NoKeyWordsHere
  39. ```
  40.  
  41.  
  42. And here is the escaped
  43.  
  44. Default: #839496
  45. ```
  46. This is a for statement
  47. ```
  48.  
  49. Quote: #586e75
  50. ```bash
  51. #This is a for statement
  52. ```
  53.  
  54. Solarized Green: #859900
  55. ```diff
  56. + This is a for statement
  57. ```
  58. //Second Way to do it
  59. ```diff
  60. ! This is a for statement
  61. ```
  62.  
  63. Solarized Cyan: #2aa198
  64. ```cs
  65. "This is a for statement"
  66. ```
  67. ```cs
  68. 'This is a for statement'
  69. ```
  70.  
  71. Solarized Blue: #268bd2
  72. ```ini
  73. [This is a for statement]
  74. ```
  75. //Second Way to do it
  76. ```asciidoc
  77. = This is a for statement =
  78. ```
  79.  
  80. Solarized Yellow: #b58900
  81. ```autohotkey
  82. %This is a for statement%
  83. ```
  84.  
  85. Solarized Orange: #cb4b16
  86. ```css
  87. [This is a for statement]
  88. ```
  89.  
  90. Solarized Red: #dc322f
  91. ```diff
  92. - This is a for statement
  93. ```
Add Comment
Please, Sign In to add comment