Advertisement
Queen-Elsa

PRETTY UP YOUR DISCORD CLIENT WITH Beautiful Discord

Feb 24th, 2018
621
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.16 KB | None | 0 0
  1. How to change the theme of your Discord client on Windows 10. This will be in two parts, part one is non-formatted and part two is formatted so it can be copied and pasted directly into Discord. First off, a Disclaimer, by following these steps you are violating Discords terms of service, so do it at your own risk. Communications between myself and Discord Twiter Support will be linked at the bottom of this paste.
  2.  
  3.  
  4.  
  5. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6. NON-FORMATTED - CUSTOM DISCORD THEME:
  7.  
  8.  
  9.  
  10. Download Discord:
  11.  
  12. 1. Download Discord: https://discordapp.com/api/download/canary?platform=win
  13.  
  14. 2. Follow normal Windows Install processes.
  15.  
  16. 3. Open and log into Discord (Otherwise the following steps will not work).
  17.  
  18.  
  19.  
  20. Downloading Python:
  21.  
  22. 1. https://www.python.org/downloads/ - Select the most recent version of the program (currently 3.6.4).
  23.  
  24. 2. https://www.python.org/downloads/release/python-364/ - Go down to files and select either of the these ones https://i.imgur.com/1yqBo6l.png
  25. - I selected executable installer.
  26.  
  27. 3. Open folder (start download).
  28.  
  29. 4. Tick the box "Add Python to PATH https://i.imgur.com/gaQYYR8.png? and press install now (no custom shit).
  30.  
  31.  
  32.  
  33. Create a CSS file within your C-drive:
  34. a) How it should look: https://i.imgur.com/KC5qnjI.png
  35.  
  36. b) Name it whatever you'd like, but it must end in .css.
  37. - How it should look: https://i.imgur.com/NIye8hl.png
  38.  
  39. c) Go to: https://raw.githubusercontent.com/SamuiNe/Crystalline-css/master/crystalline.css and copy all its content. If this does not work, follow steps d and e.
  40. - How it should look: https://i.imgur.com/rlwLyKB.png
  41.  
  42. d) Go to https://betterdocs.net/themes/crystalline.html and press download.
  43.  
  44. e) Go to https://github.com/SamuiNe/Crystalline-css/ and press the css file. Then return to step c).
  45. How it should look: https://i.imgur.com/auQezYX.png
  46.  
  47. c) Press raw then copy all of its content into your css file, make sure to save as unicode.
  48. How it should look: https://i.imgur.com/r1ObmGC.png.
  49.  
  50.  
  51.  
  52.  
  53. Download Beautiful Discord:
  54. Open CMD and enter the following commands within the CMD window in order.
  55.  
  56. a) py -m pip install -U https://github.com/leovoel/BeautifulDiscord/archive/master.zip
  57. - How it should look: https://i.imgur.com/dFUWjnG.png
  58.  
  59. b) py -m beautifuldiscord --css [Your CSS file location]
  60. - In my case: py -m beautifuldiscord --css C:\BD\Crystalline.css
  61. - How it should look: https://i.imgur.com/dTmwUM4.png
  62. I had some issues with this last step. For this purpose I've attached a copy of the file I made myself.
  63.  
  64.  
  65.  
  66.  
  67. Don't like the background?
  68. a) Change the background url-link with anything you want.
  69. How it should look: https://i.imgur.com/V4pY8lr.png
  70.  
  71.  
  72. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  73. FORMATTED FOR DISCORD - Simly copy and paste in two seperate messages into your Discord Server
  74.  
  75. **CUSTOM DISCORD THEME:**
  76.  
  77. **__ __**
  78.  
  79. **Download Discord:**
  80.  
  81. 1. Download Discord: <https://discordapp.com/api/download/canary?platform=win>
  82.  
  83. 2. Follow normal Windows Install processes.
  84.  
  85. 3. Open and log into Discord (Otherwise the following steps will not work).
  86.  
  87. **__ __**
  88.  
  89. **Downloading Python:**
  90.  
  91. 1. <https://www.python.org/downloads/> - Select the most recent version of the program (currently 3.6.4).
  92.  
  93. 2. <https://www.python.org/downloads/release/python-364/> - Go down to files and select either of the these ones <https://i.imgur.com/1yqBo6l.png>
  94. - I selected executable installer.
  95.  
  96. 3. Open folder (start download).
  97.  
  98. 4. Tick the box "Add Python to PATH <https://i.imgur.com/gaQYYR8.png?> and press install now (no custom shit).
  99.  
  100.  
  101. **__ __**
  102.  
  103. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  104.  
  105. MESSAGE TWO:
  106.  
  107. **Create a CSS file within your C-drive:**
  108. a) How it should look: <https://i.imgur.com/KC5qnjI.png>
  109.  
  110. b) Name it whatever you'd like, but it must end in `.css`.
  111. - How it should look: <https://i.imgur.com/NIye8hl.png>
  112.  
  113. c) Go to: <https://raw.githubusercontent.com/SamuiNe/Crystalline-css/master/crystalline.css> and copy all its content. If this does not work, follow steps d and e.
  114. - How it should look: <https://i.imgur.com/rlwLyKB.png>
  115.  
  116. d) Go to <https://betterdocs.net/themes/crystalline.html> and press `download`.
  117.  
  118. e) Go to <https://github.com/SamuiNe/Crystalline-css/> and press the css file. Then return to step `c)`.
  119. How it should look: <https://i.imgur.com/auQezYX.png>
  120.  
  121. c) Press `raw` then copy all of its content into your css file, make sure to save as `unicode`.
  122. How it should look: <https://i.imgur.com/r1ObmGC.png>.
  123.  
  124.  
  125. **__ __**
  126.  
  127. **Download Beautiful Discord:**
  128. Open CMD and enter the following commands within the CMD window `in order`.
  129.  
  130. a) py -m pip install -U https://github.com/leovoel/BeautifulDiscord/archive/master.zip
  131. - How it should look: <https://i.imgur.com/dFUWjnG.png>
  132.  
  133. b) py -m beautifuldiscord --css [Your CSS file location]
  134. - In my case: py -m beautifuldiscord --css C:\BD\Crystalline.css
  135. - How it should look: <https://i.imgur.com/dTmwUM4.png>
  136. `I had some issues with this last step. For this purpose I've attached a copy of the file I made myself`.
  137.  
  138.  
  139. **__ __**
  140.  
  141. **Don't like the background?**
  142. a) Change the background url-link with anything you want.
  143. How it should look: <https://i.imgur.com/V4pY8lr.png>
  144.  
  145.  
  146. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147. COMMUNICATIONS WITH DISCORD TWITTER SUPPORT:
  148. I asked Discord Twitter Support if altering the theme in this manner is a violation of their terms of service, and they had this to say.
  149.  
  150. "3rd party plugins and add-ons for Discord are against the ToS, and by using one you run the risk of getting banned. This includes plugins like BeautifulDiscord that inject custom themes. Hope this helps!"
  151.  
  152. This is the specific portion of the ToS:
  153. "You agree that you shall not modify, copy, distribute, frame, reproduce, republish, download, scrape, display, post, transmit, or sell in any form or by any means, in whole or in part, or otherwise exploit the Service Materials without our express prior written permission. You acknowledge that you do not acquire any ownership rights by using the Service or by accessing any Service Materials posted on the Service by the Company, or any derivative works thereof. All rights not expressly granted by these Terms are reserved by the Company and its licensors, and no license is granted hereunder by estoppel, implication or otherwise."
  154.  
  155. Hope this helps!
  156. So, do it at your own risk.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement