NekoWaifu

Untitled

Mar 1st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. //META{"name":"Noeru","description":"A Sora no method theme based around Noel. Customize the theme with your own colours, images and more! (Compatible with the LINE plugin!) - Based on ClearVision by @Zerthox, Cyan Firewatch by @denBot & Quiet by @Omniscient.","author":"Raiju","version":"-latest"}*//{}
  2.  
  3. /* IMPORT CSS FROM GITHUB */
  4. @import url(https://rawgit.com/KaminariKillua/Themes/master/PrismPrison.8.css);
  5.  
  6. /* IMPORTANT: Change '.old' to '.new' for the new titlebar and vice versa */
  7. @import url(https://rawgit.com/KaminariKillua/Themes/master/Bars/Titlebar.old.css);
  8. /*
  9. ---------------------------------------------------------------------------------------------------------------------------------------------
  10. IMPORTANT: Only works in Light Mode! Change your mode in Settings > Appearance.
  11. IMPORTANT: Links must be HTTPS!
  12. ---------------------------------------------------------------------------------------------------------------------------------------------
  13. -> If some elements are broken, there is either: A new theme version available, or Discord has just updated.
  14. -> Redownload your respective theme from here: https://github.com/KaminariKillua/Themes.
  15. -> If you notice elements are broken for a prolonged amount of time, please shoot me a message on Discord.
  16. ---------------------------------------------------------------------------------------------------------------------------------------------
  17. */
  18. /* ========== CUSTOMIZABLE VARIABLES ========== */
  19. :root {
  20. /* COLOURS */
  21. --main-color: #87CEFA;
  22. --hover-color: #B0E0E6;
  23. --channel-color: #87CEFA;
  24.  
  25. /* IMAGES */
  26. --background-image: url(https://i.imgur.com/XImEBfu.jpg);
  27. --dm-image: url(https://i.imgur.com/yqmwDPK.png);
  28. --profile-image: url(https://i.imgur.com/1emivCI.gif);
  29. --nsfw-image: url(https://i.imgur.com/JS5tpHY.png);
  30.  
  31. /* MISC */
  32. --background-blur: 0px;
  33. --background-brightness: 75%;
  34. --emoji-size: 35px;
  35. }
  36. /* ORIGINAL: --main-color: #ff8080;--hover-color: #ffb3b3;--channel-color: #ffe6e6;--background-image: url(https://puu.sh/w1xpD/0e5ba7ec1b.jpg);--dm-image: url(https://puu.sh/vZu6N/f9ee8029ee.png);--profile-image: url(https://puu.sh/y8EHj/1d77073c7c.gif);--nsfw-image: url(https://puu.sh/zbrR0/f770ed351a.jpeg);--background-blur: 0px;--background-brightness: 87%;--emoji-size: 50px; (in case you want to change it back) */
  37. /*
  38. --------------------------------------------------------------------------------------------------------------------------------------------
  39. */
Add Comment
Please, Sign In to add comment