Advertisement
Gur0v

Nocturnal 3.0.1

Oct 20th, 2023 (edited)
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. /**
  2. * @name Nocturnal
  3. * @version 3.0.1
  4. * @description For when default discord just isn't dark enough, a theme for those who live a night
  5. * @author Gurov
  6. * @invite PZdnCVD
  7. * @source https://pastebin.com/raw/zd1qW8Mb
  8. * @website https://pastebin.com/zd1qW8Mb
  9. */
  10. @import url("https://xcruxiex.github.io/themes/themes-cores/nocturnal.css");
  11. /*
  12.  
  13.  
  14. NNNNNNNN NNNNNNNN tttt lllllll
  15. N:::::::N N::::::N ttt:::t l:::::l
  16. N::::::::N N::::::N t:::::t l:::::l
  17. N:::::::::N N::::::N t:::::t l:::::l
  18. N::::::::::N N::::::N ooooooooooo ccccccccccccccccttttttt:::::ttttttt uuuuuu uuuuuu rrrrr rrrrrrrrr nnnn nnnnnnnn aaaaaaaaaaaaa l::::l
  19. N:::::::::::N N::::::N oo:::::::::::oo cc:::::::::::::::ct:::::::::::::::::t u::::u u::::u r::::rrr:::::::::r n:::nn::::::::nn a::::::::::::a l::::l
  20. N:::::::N::::N N::::::No:::::::::::::::o c:::::::::::::::::ct:::::::::::::::::t u::::u u::::u r:::::::::::::::::r n::::::::::::::nn aaaaaaaaa:::::a l::::l
  21. N::::::N N::::N N::::::No:::::ooooo:::::oc:::::::cccccc:::::ctttttt:::::::tttttt u::::u u::::u rr::::::rrrrr::::::rnn:::::::::::::::n a::::a l::::l
  22. N::::::N N::::N:::::::No::::o o::::oc::::::c ccccccc t:::::t u::::u u::::u r:::::r r:::::r n:::::nnnn:::::n aaaaaaa:::::a l::::l
  23. N::::::N N:::::::::::No::::o o::::oc:::::c t:::::t u::::u u::::u r:::::r rrrrrrr n::::n n::::n aa::::::::::::a l::::l
  24. N::::::N N::::::::::No::::o o::::oc:::::c t:::::t u::::u u::::u r:::::r n::::n n::::n a::::aaaa::::::a l::::l
  25. N::::::N N:::::::::No::::o o::::oc::::::c ccccccc t:::::t ttttttu:::::uuuu:::::u r:::::r n::::n n::::na::::a a:::::a l::::l
  26. N::::::N N::::::::No:::::ooooo:::::oc:::::::cccccc:::::c t::::::tttt:::::tu:::::::::::::::uur:::::r n::::n n::::na::::a a:::::a l::::::l
  27. N::::::N N:::::::No:::::::::::::::o c:::::::::::::::::c tt::::::::::::::t u:::::::::::::::ur:::::r n::::n n::::na:::::aaaa::::::a l::::::l
  28. N::::::N N::::::N oo:::::::::::oo cc:::::::::::::::c tt:::::::::::tt uu::::::::uu:::ur:::::r n::::n n::::n a::::::::::aa:::al::::::l
  29. NNNNNNNN NNNNNNN ooooooooooo cccccccccccccccc ttttttttttt uuuuuuuu uuuurrrrrrr nnnnnn nnnnnn aaaaaaaaaa aaaallllllll
  30.  
  31.  
  32. */
  33. @import url("https://xcruxiex.github.io/themes/core/badges.css");
  34. @import url("https://xcruxiex.github.io/themes/core/custom-font.css");
  35. @import url("https://discordstyles.github.io/RadialStatus/dist/RadialStatus.css"); /* Radial Status */
  36. :root {
  37. --backgroundColor01: #1e2731;
  38. --backgroundColor02: #12171d;
  39. --mainColor: #2275c9;
  40. --gradientColor01: #00F260;
  41. --gradientColor02: #0575E6;
  42.  
  43. /* Better Hljs */
  44. --backgroundCode: #1e2731;
  45. --backgroundName: rgba(0, 0, 0, .2);
  46.  
  47. /* Radial Status */
  48. --rs-small-spacing: 2px;
  49. --rs-large-spacing: 3px;
  50. --rs-width: 2px;
  51. --rs-avatar-shape: 50%;
  52. --rs-online-color: #43b581;
  53. --rs-idle-color: #faa61a;
  54. --rs-dnd-color: #f04747;
  55. --rs-offline-color: #636b75;
  56. --rs-streaming-color: #643da7;
  57. --rs-invisible-color: #747f8d;
  58. --rs-phone-visible: block;
  59. --rs-phone-color: var(--rs-online-color);
  60.  
  61. --customFont: 'gg sans', sans-serif;
  62. }
  63.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement