Advertisement
Guest User

/

a guest
Feb 19th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. //META{"name":"onetapv2","description":"A fully customizable and compact theme, now sugar free!","author":"galaxy#0005","version":"1.0 stable","source":"https://github.com/estrogenabuser"}*//{}
  2.  
  3. @import url("https://raw.githack.com/estrogenabuser/onetap-discord-theme/master/onetap.theme.css");
  4.  
  5. :root {
  6. /* Images */
  7. --bgImage: url('');
  8. --HomeButtonImg: url("https://cdn.discordapp.com/attachments/525778240585859104/535605362536087554/onetap_logo_2.png");
  9. --brightness: 0.4;
  10.  
  11. /* font */
  12. --customFont: 'Montserrat';
  13.  
  14. /* Colors */
  15. --PrimaryColor01: rgb(217, 157, 86); /* Theme's color 01 */
  16. --PrimaryColorRGBA: rgba(217, 157, 86, 0.15); /* Theme's color 01 (transparent) */
  17. --PrimaryColor02: #d99d56; /* Theme's color 02 */
  18. --DangerColor: #dc3545; /* Color showing a danger or an important action */
  19. --WarningColor: #ffc107; /* Color for stuff you should look for */
  20. --SuccesColor: #28a745; /* Color showing a succesful action */
  21. --InfoColor: #d99d56; /* Color showing an information or basic action */
  22. --DangerColor02: #ad1f2d; /* Color showing a danger or an important action (darker) */
  23. --WarningColor02: #cc9900; /* Color for stuff you should look for (darker) */
  24. --SuccesColor02: #1e7b34; /* Color showing a succesful action (darker) */
  25. --InfoColor02: #d99d56; /* Color showing an information or basic action (darker)*/
  26. --DefaultColor: #6c757d; /* Default color */
  27. --DefaultColor02: #5a6268;/* Default color (darker)*/
  28.  
  29. /* Texts colors */
  30. --ChatTextColor: hsla(0, 100%, 100%, 1);
  31. --RoleTitleColor: hsla(0, 100%, 100%, .95);
  32. --UserPlayingTextColor: hsla(0, 100%, 100%, .6);
  33. --ChannelsSelectedTextColor: hsla(0, 100%, 100%, .95);
  34. --ChannelsDefaultTextColor: hsla(0, 100%, 100%, .6);
  35. --ChannelsDarkTextColor: hsla(0, 100%, 100%, .2);
  36.  
  37. /* background colors (non-trasnparent)*/
  38. --NTBackgroundColor01: #101010; /* Background color (bright) */
  39. --NTBackgroundColor02: #101010; /* Background color (less bright) */
  40. --NTBackgroundColor03: #101010; /* Background color (dark) */
  41. --NTBackgroundColor04: #101010; /* Background color (super dark) */
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement