Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. //META{"name":"Full Transparency","description":"A theme designed specifically for using the transparency option in BetterDiscord, with extra features/animations. Use together with FullTransparency plugin.(Not required)<br><br> *Fully close discord and reopen when first turning on transparency option. Ctrl + R does not work.<br>- Please use the support server listed below if you need any help.","author":"Satoru","version":"1.1","website":"http://discord.gg/fjvwb95"}*//{}
  2.  
  3. /* Addons / imports */
  4. @import url('https://satoru8.github.io/FullTransparency/FullTransparency.css'); /* Main theme, do not touch. */
  5. @import url('https://satoru8.github.io/Addons/CodeBlock/CodeBlocks.css'); /* Addons start here. If you dont like an addon, remove the import */
  6. @import url('https://satoru8.github.io/FullSizePfp/FullSizePfp.css');
  7. @import url('https://satoru8.github.io/Addons/GlowStatus.css');
  8. @import url('https://satoru8.github.io/Addons/FriendsList.css');
  9. @import url(https://satoru8.github.io/Addons/Library.css);
  10.  
  11. /* User Settings */
  12. :root {
  13.  
  14. --brightness: rgba(0, 0, 0, 0.75) ; /* Main theme brightness / background colour */
  15. --bgLayer: rgba(0, 0, 0, 0.0) ; /* Adds a layer for use with wallpapers. Adjust the 4th number(alpha) for brightness. 1 = black, 0 = transparent */
  16.  
  17. --bgBlur: 0px; /* Optional blur effect for secondary wallpaper. */
  18. --bgOpacity:0.6; /* Opacity on the secondary wallpaper. */
  19.  
  20. --settings: rgba(0, 0, 0, 0.6) ; /* Settings Transparency */
  21.  
  22. --accent: rgba(0, 192, 255, 0.7) ; /* Main theme accent colours */
  23. --gSelect:5px 2px rgba(255, 178, 0, 0.7); /* Currently selected guild colour. 5px 2px Default */
  24. --unread: rgba(0, 192, 255, 0.8) ; /* Unread messages colour */
  25. --sb: rgba(0, 192, 255, 0.2) ; /* Scrollbars. */
  26.  
  27. --round: 30%; /* 0% Square, 50% Circle Pfps/Guilds*/
  28. --font: sans-serif;
  29. --fontsize: .9em;
  30. --textcolor: #fff;
  31.  
  32. --profileradius: 0; /* User popout profiles. 0 is normal squared edges. Up to 50px for rounded profiles. */
  33. --color: #fff; /* PFP Name colour */
  34.  
  35. --w2: 75% ; /* Settings width */
  36. --h2: 85% ; /* Settings height */
  37.  
  38. /* GlowStatus */
  39. --sglow: 5px 2px; /* Blur/Thickness Default: 5px 2px */
  40.  
  41. --online: #43b581;
  42. --offline: #747f8d;
  43. --idle: #faa61a;
  44. --stream: #593695;
  45. --dnd: #f04747;
  46. --invis: #1a36fa;
  47. }
  48.  
  49. /* Main wallpaper. */
  50. #app-mount {background-image: url(''); background-position: center;background-size: cover;background-repeat: no-repeat}
  51.  
  52. /* Optional secondary wallpaper. For use with opacity setting. */
  53. #app-mount::before {background-image: url(''); background-position: center;background-size: cover;background-repeat: no-repeat}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement