Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. :root {
  2. /* Edit this to change your background */
  3. --background-image: url('https://cdn.discordapp.com/attachments/604570699650039810/643229695713738772/bed.jpg'); /* format is url(IMAGE URL HERE) */
  4. /* Edit this to change your friends icon picture, picture */
  5. --friends-icon: url(https://cdn.discordapp.com/attachments/604570699650039810/620798370591539211/pigeonstare.png); /* format is url(IMAGE URL HERE) */
  6. /* Edit this to change your friends icon picture, position */
  7. --friends-icon-position: center center; /* default: center center */
  8. /* Edit this to change your friends icon picture, zoom */
  9. --friends-icon-zoom: 100%; /* default: 100% */
  10. /* Change the main color */
  11. --main-color: rgb(225, 165, 24); /* default: rgb(67, 181, 129); */
  12. /* Chande global transparency */
  13. --main-transparency: rgba(0, 0, 0, .75); /* default: rgba(0, 0, 0, 0.8); */
  14.  
  15.  
  16. /* Change chat messages font size, you can use any unit: px, em, rem, %, etc. */
  17. --font-size: 16px; /* default: 16px */
  18. /* Edit this to change the color of a selected text or voice join */
  19. --selected-text-voice-color: #f6f6f7; /* default: #f6f6f7 */
  20. /* Edit this to change the color when you hover over a text channel */
  21. --text-hover-color: #b9bbbe; /* default: #b9bbbe */
  22. /* Edit this to change the color when you hover over a voice channel */
  23. --voice-hover-color: #f6f6f7; /* default: #f6f6f7 */
  24. /* Edit this to change the color of an unread text channel color */
  25. --unread-text-color: #dcddde; /* default: #dcddde */
  26.  
  27. /* Write "transparent" in order to make the options sections with the same look as the theme */
  28. --options-transparency: #2f3136; /* default: #2f3136 */
  29. }
  30.  
  31. /* ADD CODE BELOW TO CUSTOMIZE THE THEME */
  32. .markup-2BOw-j, .textArea-2Spzkt {
  33. font-size: 0.95rem;
  34. }.theme-dark {
  35. --background-primary: none;
  36. --background-secondary: rgba(0,0,0,0);
  37. --background-tertiary: none;
  38. --background-accent: none;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement