Advertisement
Mdbook

Discord Theme

Mar 31st, 2017
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. //META{"name":"Texpert","description":"A smooth, techy theme for Discord that's extremely customizeable and easy on the eyes.","author":"MdbookTech#3767","version":"5"}*//{}
  2.  
  3. /*Edit version: 0.0.3*/
  4. /* "Texpert" by @MdbookTech */
  5. /* Based on "Discord Reborn v4.30" by @Omniscient, "DarkMatter" by @Hammock, & "ClearVision - Sapphire v5" by @Zerthox*/
  6. /*Modified to include assets from Dark Matter and other styling*/
  7. /*By Michael Burke, AKA MdbookTech*/
  8. /*MdbookTech#3767*/
  9. /* IMPORT CSS FROM GITHUB */
  10. @import url(https://gitcdn.xyz/repo/Zerthox/ClearVision/master/css/ClearVision_v5.min.css);
  11. /*
  12. ---------------------------------------------------------------------------------------------------------------------------------------------
  13. IMPORTANT: CHANGE BETWEEN DARK AND LIGHT VERSION IN APPEARANCE SETTINGS!
  14. ---------------------------------------------------------------------------------------------------------------------------------------------
  15. */
  16. /*
  17. ---------------------------------------------------------------------------------------------------------------------------------------------
  18. ============== CUSTOMIZABLE COLORS ===============
  19. */
  20. :root {
  21. --main-color: #556e8b;
  22. --hover-color: #5a82af;
  23. --background-blur: 0px;
  24. --background-brightness: 150%;
  25. }
  26. /*
  27. --------------------------------------------------------------------------------------------------------------------------------------------
  28. */
  29. /*
  30. ---------------------------------------------------------------------------------------------------------------------------------------------
  31. ========= CUSTOMIZABLE BACKGROUND IMAGE ==========
  32. *//*
  33. body::after,
  34. .callout-backdrop,
  35. .user-popout::before,
  36. #user-profile-modal .header::before,
  37. #pubs-container::before,
  38. .auth-background,
  39. .auth-tiling-bg,
  40. .invite-modal .invite-splash,
  41. .radio-theme.light label,
  42. .radio-theme.dark label{
  43. background-image: url(https://github.com/Zerthox/ClearVision/raw/master/images/sapphire.jpg) !important;
  44. }*/
  45. /*
  46. --------------------------------------------------------------------------------------------------------------------------------------------
  47. */
  48. .guilds-wrapper .guilds .friends-icon:after {
  49. display:block;
  50. content:'';
  51. border-radius:10px;
  52. background-image: url(https://i.imgur.com/cm6mEXd.gif) !important;
  53. background-size:110%;
  54. background-repeat:no-repeat;
  55. background-position:top center;
  56. }
  57. .new-messages-indicator.new-messages-indicator-mention{background-color:#fff}
  58. .chat .new-messages-bar::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-color:gray;border-radius:0 0 3px 3px;opacity:.6}
  59. .private-channels .channel .icon-friends {
  60. background-color:#151515 !important;
  61. }
  62. .chat .new-messages-bar button{border-radius:70px}.chat .new-messages-bar button:last-child{color:black}
  63.  
  64. .app,.callout-backdrop {
  65. background:url(https://i.ytimg.com/vi/AEalX9Onkbk/maxresdefault.jpg) !important;
  66. background-size:cover !important;
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement