Advertisement
HauberOfficial

Untitled

Jul 24th, 2023 (edited)
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.36 KB | None | 0 0
  1. /**
  2. * @name Zelk
  3. * @version 1.2.2
  4. * @description a smooth theme inspired by zorin
  5. * @author schnensch
  6. * @authorId 652801938374656013
  7. * @source https://github.com/schnensch0/zelk
  8. * @invite tMEcBhsNqA
  9. */
  10. /* ▀▀█ █▀▀ █ █ █
  11. ▄▀ █▀▀ █ █▀▄
  12. ▀▀▀ ▀▀▀ ▀▀▀ ▀ ▀ */
  13. /*--------------IMPORTS------------- */
  14. @import url(https://schnensch0.github.io/zelk/main.css);
  15. @import url(https://discord-custom-covers.github.io/usrbg/dist/usrbg.css);
  16. @import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/SettingsIcons.css);
  17. /*--------------COLORS---------------*/
  18. /*------remove / and * to apply------*/
  19. /* @import url(https://raw.githack.com/schnensch0/zelk/main/colors/blue.css); */
  20. /* @import url(https://raw.githack.com/schnensch0/zelk/main/colors/green.css); */
  21. /* @import url(https://raw.githack.com/schnensch0/zelk/main/colors/gray.css); */
  22. /* @import url(https://raw.githack.com/schnensch0/zelk/main/colors/orange.css); */
  23. /* @import url(https://raw.githack.com/schnensch0/zelk/main/colors/purple.css); */
  24. /* @import url(https://raw.githack.com/schnensch0/zelk/main/colors/red.css); */
  25. /* @import url(https://raw.githack.com/schnensch0/zelk/main/colors/discord.css); */
  26. /*-------------VARIABLES-------------*/
  27. :root {
  28. /* set to 'unset' to show */
  29. --scrollbars: none;
  30. /* user notes */
  31. --notes: none;
  32. /* direct message box */
  33. --message: none;
  34. /* set to '4px solid' to show */
  35. --embed-color: none;
  36. /* set to 'Inter', sans-serif !important to use Inter font*/
  37. --font-primary: 'Inter', sans-serif !important;
  38. --font-display: 'Inter', sans-serif !important;
  39. --border-radius-1: 10px;
  40. --border-radius-2: 8px;
  41. }
  42. /*-----------CUSTOM COLORS-----------*/
  43. /*-------------DARK MODE-------------*/
  44. /*---------------BASIC---------------*/
  45. .theme-dark {
  46. --accent-color: #bde6fb;
  47. --background-1: #171d20;
  48. --background-2: #1e2529;
  49. --background-accent: #1e2529;
  50. --border-color: #273034;
  51. }
  52. /*-------------LIGHT MODE------------*/
  53. .theme-light {
  54. --accent-color: #22c5fd;
  55. --background-1: #ffffff;
  56. --background-2: #f5f7fa;
  57. --background-accent: var(--background-2);
  58. --border-color: transparent;
  59. }
  60. /*-------------ADVANCED--------------*/
  61. .theme-dark {
  62. /* background */
  63. --background-primary: var(--background-1);
  64. --background-primary-alt: var(--background-1);
  65. --background-secondary: var(--background-1);
  66. --background-secondary-alt: var(--background-1);
  67. --background-tertiary: var(--background-2);
  68. --background-accent-gradient: var(--background-2);
  69. --background-floating: var(--background-1);
  70. --background-mentioned: #bde6fb10;
  71. --background-mentioned-hover: #bde6fb15;
  72. /* modifiers */
  73. --background-modifier-hover: #262e33;
  74. --background-modifier-active: #495a63;
  75. --background-modifier-selected: var(--accent-color);
  76. --background-modifier-accent: transparent;
  77. --background-message-hover: transparent;
  78. /* text */
  79. --text-normal: var(--accent-color);
  80. --text-positive: var(--text-normal);
  81. --text-muted: #6d8692;
  82. --text-link: #edf8fe;
  83. --interactive-selected: var(--background-primary);
  84. --interactive-active: var(--text-normal);
  85. --interactive-normal: var(--text-normal);
  86. --interactive-muted: var(--button-background-active);
  87. --channels-default: var(--text-muted);
  88. --header-primary: var(--text-normal);
  89. --header-secondary: var(--text-muted);
  90. /* more */
  91. --settings-icon-color: #8eacbc;
  92. --control-brand-foreground: var(--accent-color);
  93. --info-warning-foreground: var(--accent-color);
  94. --tab-selected: #354249;
  95. --switch: #3d4c53;
  96. --activity-card-background: var(--background-1);
  97. --brand-experiment: var(--accent-color) !important;
  98. /* buttons */
  99. --button-background: #2a3439;
  100. --button-background-hover: #354249;
  101. --button-background-active: #4d5f68;
  102. --button-accent: var(--accent-color);
  103. --button-accent-hover: #d2f3ff;
  104. --button-accent-active: #8dd4f8;
  105. --button-destructive: #fb7c7c;
  106. --button-destructive-hover: #ff929b;
  107. --button-destructive-active: #fa4a4a;
  108. }
  109. .theme-light {
  110. /* background */
  111. --background-primary: var(--background-1);
  112. --background-primary-alt: var(--background-1);
  113. --background-secondary: var(--background-1);
  114. --background-secondary-alt: var(--background-1);
  115. --background-tertiary: var(--background-2);
  116. --background-accent-gradient: var(--background-2);
  117. --background-floating: var(--background-1);
  118. --background-mentioned: #22c5fd10;
  119. --background-mentioned-hover: #22c5fd15;
  120. /* modifiers */
  121. --background-modifier-hover: transparent;
  122. --background-modifier-active: #b7c2cc;
  123. --background-modifier-selected: var(--accent-color);
  124. --background-modifier-accent: transparent;
  125. --background-message-hover: transparent;
  126. /* text */
  127. --text-normal: #123354;
  128. --text-positive: var(--text-normal);
  129. --text-muted: #8495a7;
  130. --text-link: #15a6f0;
  131. --interactive-selected: var(--background-primary);
  132. --interactive-active: var(--text-normal);
  133. --interactive-normal: var(--text-normal);
  134. --interactive-muted: var(--text-muted);
  135. --channels-default: var(--text-normal);
  136. --header-primary: var(--text-normal);
  137. --header-secondary: var(--text-muted);
  138. /* more */
  139. --settings-icon-color: #566e86;
  140. --control-brand-foreground: var(--accent-color);
  141. --info-warning-foreground: var(--accent-color);
  142. --tab-selected: var(--background-1);
  143. --switch: #c8d0d9;
  144. --activity-card-background: var(--background-1);
  145. --brand-experiment: var(--accent-color) !important;
  146. /* buttons */
  147. --button-background: var(--background-1);
  148. --button-background-hover: #d3dae1;
  149. --button-background-active: #b1bcc8;
  150. --button-accent: var(--accent-color);
  151. --button-accent-hover: #22c5fd;
  152. --button-accent-active: #0d87c5;
  153. --button-destructive: #fb7c7c;
  154. --button-destructive-hover: #ff929b;
  155. --button-destructive-active: #fa4a4a;
  156. }
  157. /*-----------DON'T CHANGE------------*/
  158. :root {
  159. --outdated-122: none !important;
  160. }
  161. /* usrbg | snippet by _david_#0218 */
  162. .userPopout-2j1gM4[style*="--user-background"] .banner-1YaD3N, .root-8LYsGj[style*="--user-background"] .banner-1YaD3N {
  163. height: 120px;
  164. background: var(--background-tertiary) var(--user-background) var(--user-popout-position, center) center / cover !important;
  165. }
  166. .root-8LYsGj[style*="--user-background"] .banner-1YaD3N {
  167. height: 240px;
  168. }
  169.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement