Advertisement
Guest User

XENO R3DLUST CUSTOMIZED

a guest
Dec 11th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. ###################################################################################################*/
  2. @import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');
  3. @import url("https://codedotspectra.github.io/themes/xeno/import/core.css");
  4. @import url("https://codedotspectra.github.io/themes/mini-themes/hljs.css");
  5. @import url("https://tropix126.github.io/BetterDiscordStuff/blockBetterDocs.css");
  6. @import url('https://codedotspectra.github.io/themes/mini-themes/settingsIcons.css');
  7.  
  8. :root {
  9. /* Background color */
  10. --backgroundColor: #121212;
  11.  
  12. /* Background image */
  13. --backgroundImage: url('https://i.imgur.com/j8lhrqa.png');
  14. --backgroundImageOpacity: .50;
  15.  
  16. /* Home button image */
  17. --homeButtonImage: url('https://codedotspectra.github.io/themegen/img/logo.png');
  18.  
  19. /* Theme Colors */
  20. --uiGradient1: #f4690d;
  21. --uiGradient2: #f8cb16;
  22. /* Text Colors */
  23. --textNormal: #dcddde;
  24. --textMuted: #9b9ea3;
  25. --textLinks: Orange;
  26. --channelsDefault: #e4e4e4;
  27. --channelsNormal: #d6d6d6;
  28. --channelsHover: #ebebeb;
  29. --channelsActive: #fff;
  30. --channelsMuted: #7d7d7d;
  31.  
  32. /* Theme custom font (You need to import the font file first)*/
  33. --customFont: 'Whitney';
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement