├── README.md ├── WizardUI.theme.css ├── addons ├── AlternateFoldersInPSL.css ├── Aurebesh.css ├── Bedstead.css ├── EvenMoreColors │ ├── 1.css │ ├── 10.css │ ├── 2.css │ ├── 3.css │ ├── 4.css │ ├── 5.css │ ├── 6.css │ ├── 7.css │ ├── 8.css │ ├── 9.css │ └── selectors.css ├── HoverMembers.css ├── LettersInPSL.css ├── Marianne.css ├── Minecraft.css ├── PurpleServerList.css └── UserIsTyping.css ├── base.css ├── custom-configs ├── Elysia-Remastered.theme.css ├── WizardUI-Clean.theme.css ├── WizardUI-Fallout.theme.css ├── WizardUI-Fallout_BOS_Edition.theme.css ├── WizardUI-MWIII.theme.css ├── WizardUI-Midnight_Hunt.theme.css ├── WizardUI-Nebula.theme.css ├── WizardUI-Pro.theme.css ├── WizardUI-Starfield.theme.css ├── WizardUI-Ultimate.theme.css ├── WizardUI-VI.theme.css └── WizardUI-Void_Bloom.theme.css ├── fa ├── css │ └── all.min.css └── webfonts │ ├── fa-brands-400.ttf │ ├── fa-brands-400.woff2 │ ├── fa-regular-400.ttf │ ├── fa-regular-400.woff2 │ ├── fa-solid-900.ttf │ ├── fa-solid-900.woff2 │ ├── fa-v4compatibility.ttf │ └── fa-v4compatibility.woff2 ├── fonts ├── Bedstead.ttf.eot ├── Bedstead.ttf.woff ├── FTAurebesh-Black.woff2 ├── FTAurebesh-Bold.woff2 ├── FTAurebesh-Light.woff2 ├── FTAurebesh-Medium.woff2 ├── FTAurebesh-Regular.woff2 ├── FTAurebesh-SemiBold.woff2 ├── FTAurebesh-Thin.woff2 ├── FTAurebesh-UltraBold.woff2 ├── FTAurebesh-UltraLight.woff2 ├── Marianne-Bold.otf ├── Marianne-ExtraBold.otf ├── Marianne-Light.otf ├── Marianne-Medium.otf ├── Marianne-Regular.otf ├── Marianne-Thin.otf ├── Minecraft-Bold.otf ├── Minecraft-Regular.otf ├── NotoColorEmoji.ttf ├── StayOnTarget-Regular.ttf ├── auretech.woff └── auretech.woff2 └── images ├── avatar1.png ├── avatar2.png ├── backgrounds ├── Eclipse.jpg ├── EldenRing.jpg ├── GGO.jpg ├── JediSurvivor.jpg ├── MW3.jpg ├── Once_Human.jpg ├── OutRun.jpg ├── SWEmpire.jpg ├── Starfield.jpg ├── bos.jpg ├── bos2.jpg ├── clouds.png ├── destiny.jpg ├── elysia.jpg ├── fallout.jpg ├── gta6.jpg ├── nebula.jpg ├── nebula2.jpg ├── nebula3.jpg ├── old-elysia.jpg ├── space.jpg ├── space2.jpg └── umbrella.jpg ├── banners ├── monokuma-laughter.gif └── wizard.gif ├── empty.png ├── home.png ├── logos ├── 1.gif ├── 10.png ├── 11.png ├── 12.png ├── 13.png ├── 14.png ├── 15.png ├── 16.gif ├── 17.gif ├── 18.png ├── 19.jpg ├── 2.png ├── 20.jpg ├── 21.png ├── 22.png ├── 23.png ├── 24.png ├── 25.jpg ├── 26.png ├── 27.jpg ├── 28.png ├── 29.png ├── 3.gif ├── 30.png ├── 31.png ├── 4.png ├── 5.png ├── 6.png ├── 7.png ├── 8.gif └── 9.png ├── public.png ├── server1.gif ├── server2.png ├── server3.png └── server4.png /README.md: -------------------------------------------------------------------------------- 1 | # WizardUI 2 | 3 | An amazing fully customizable theme and the direct successor of ELYSIA, the theme comes with multiple addons like animated RGB elements or an horizontal server list for example. 4 | 5 | ## WizardUI Preview 6 | ![WizardUI - Default](https://nebulys.eu/images/WIZARDUI/1.jpg) 7 | 8 | ## Some examples of custom configs available on my website 9 | ### WizardUI - ELYSIA Remastered 10 | ![Elysia Remastered](https://nebulys.eu/images/WIZARDUI/2.jpg) 11 | ### WizardUI - Pro Edition 12 | ![WizardUI - Pro](https://nebulys.eu/images/WIZARDUI/3.jpg) 13 | ### WizardUI - Ultimate Edition 14 | ![WizardUI - Ultimate](https://nebulys.eu/images/WIZARDUI/4.jpg) 15 | 16 | > [!TIP] 17 | > ### Useful links 18 | > - Find more theme configs [here](https://theme.nebulys.eu/) 19 | > - Support and FAQ is only on the [official WizardUI server](https://discord.gg/SBuYeHh) 20 | > - My personal [website](https://nebulys.eu) 21 | -------------------------------------------------------------------------------- /WizardUI.theme.css: -------------------------------------------------------------------------------- 1 | /** 2 | * @name WizardUI 3 | * @author NEBULYS 4 | * @authorLink https://github.com/GoldenLys 5 | * @version 1.3 6 | * @invite SBuYeHh 7 | * @description An amazing modular and fully customizable theme, made with 💖 by NEBULYS. 8 | * @website https://nebulys.eu/ 9 | */ 10 | 11 | @import url("https://fonts.googleapis.com/css?family=Quicksand&display=swap"); 12 | 13 | /* 14 | Marianne.css 15 | 16 | This is an addon that adds the Marianne font, you need to change the font variable below to 'Marianne' to see it. 17 | 18 | @import url("https://goldenlys.github.io/WizardUI/addons/Marianne.css"); 19 | */ 20 | 21 | @import url("https://goldenlys.github.io/WizardUI/base.css"); 22 | 23 | /* 24 | PurpleServerList.css 25 | 26 | This is an addon that moves the servers to the top with an horizontal width. 27 | */ 28 | @import url("https://goldenlys.github.io/WizardUI/addons/PurpleServerList.css"); 29 | 30 | /* 31 | LettersInPSL.css 32 | - requires: PurpleServerList 33 | 34 | This is a modification for PurpleServerList which replaces the folders icons with letters. 35 | 36 | @import url("https://goldenlys.github.io/WizardUI/addons/LettersInPSL.css"); 37 | */ 38 | 39 | /* 40 | AlternateFoldersInPSL.css 41 | - requires: PurpleServerList, LettersInPSL (optionnal) 42 | 43 | This addon modifies the view of closed folders in PurpleServerList, to make it show the 4 servers inside a folder in a 2x2 grid. 44 | 45 | @import url("https://goldenlys.github.io/WizardUI/addons/AlternateFoldersInPSL.css"); 46 | */ 47 | 48 | /* 49 | HoverMembers.css 50 | 51 | This is an addon that makes the members list hidden until you hover it. 52 | 53 | @import url("https://goldenlys.github.io/WizardUI/addons/HoverMembers.css"); 54 | */ 55 | 56 | /* 57 | UserIsTyping.css 58 | 59 | This is an addon that moves the "user is typing" text to the bottom of the app, like the default discord. 60 | 61 | @import url("https://goldenlys.github.io/WizardUI/addons/UserIsTyping.css"); 62 | */ 63 | 64 | /* 65 | EvenMoreColors/[number from 1 to 10].css 66 | 67 | This is an addon that recolors alot of elements in the app with the main theme color but you can even add an RGB animated effect if you change the number before the ".css" (with a maximum of 10 colors). 68 | 69 | @import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/1.css"); 70 | */ 71 | 72 | :root { 73 | /* MAIN VARIABLES */ 74 | --Watermark: "- WizardUI v" var(--version); 75 | --font: 'Quicksand', 'emoji', sans-serif; 76 | --Text: rgb(255, 255, 255); 77 | --logo: url(https://goldenlys.github.io/WizardUI/images/home.png); 78 | --sendmessage-text-lines: 8; 79 | 80 | /* STATUS VARIABLES */ 81 | --Online: rgb(0, 255, 6); 82 | --Idle: rgb(18, 100, 239); 83 | --Unavailable: rgb(228, 15, 0); 84 | --Offline: rgb(90, 95, 100); 85 | --Streaming: rgb(110, 0, 196); 86 | 87 | /* UI COLOR VARIABLES */ 88 | --grey: rgb(18, 19, 31); 89 | --grey5: rgba(18, 19, 31, .75); 90 | --darkgrey: rgb(10, 10, 20); 91 | --darkgrey5: rgba(10, 10, 20, .75); 92 | --ui-success: rgb(69, 208, 34); 93 | --ui-warning: rgb(238, 165, 30); 94 | --ui-error: rgb(208, 34, 34); 95 | 96 | /* THEME COLORS */ 97 | --Primary: rgb(117 76 205); 98 | --text-link: var(--Primary); 99 | --text-shadow: rgb(0 0 0); 100 | --Highlighted: rgba(117 76 205 / 50%); 101 | --MessageHover: transparent; 102 | --Unread: rgb(173, 16, 16); 103 | --Hover: rgb(18 19 31 / 50%); 104 | 105 | /* BACKGROUNDS */ 106 | --background: url(https://goldenlys.github.io/WizardUI/images/backgrounds/nebula.jpg); 107 | --bg-titlebar: rgba(0, 0, 0, 0.65); 108 | --bg-servers: rgba(0, 0, 0, 0.65); 109 | --bg-ui: rgba(0, 0, 0, 0.65); 110 | --bg-chatbox: rgba(0, 0, 0, 0.5); 111 | --bg-sendmessage: rgba(0, 0, 0, 0.65); 112 | --bg-members: rgba(0, 0, 0, 0.65); 113 | --bg-chat-elements: rgba(0, 0, 0, 0.5); 114 | --bg-settings: var(--darkgrey); 115 | --bg-colorprofile: rgba(0, 0, 0, 0.5); 116 | --bg-alt-message: transparent; 117 | 118 | /* SERVER SETTINGS */ 119 | --ServerSize: 45px; 120 | --ServerPills: var(--Primary); 121 | --ServerFoldersColor: var(--Primary); 122 | 123 | /* ROUNDING */ 124 | --Rounding: 5px; 125 | --AvatarRounding: var(--Rounding); 126 | 127 | /* RGB ADDON */ 128 | --ColorTime: 2s; 129 | --Color2: rgb(0, 225, 255); 130 | --Color3: rgb(0 0 0); 131 | --Color4: rgb(0 0 0); 132 | --Color5: rgb(0 0 0); 133 | --Color6: rgb(0 0 0); 134 | --Color7: rgb(0 0 0); 135 | --Color8: rgb(0 0 0); 136 | --Color9: rgb(0 0 0); 137 | --Color10: rgb(0 0 0); 138 | 139 | /* 140 | SHOWN BUTTONS IN THE MESSSAGE BOX 141 | 142 | Choose between 'none' or 'flex' 143 | none will disable / hide the button and flex will make it appear again 144 | 145 | */ 146 | --Show_Gift_Button: none; 147 | --Show_GIF_Button: none; 148 | --Show_Sticker_Button: none; 149 | --Show_Apps_Button: flex; 150 | } -------------------------------------------------------------------------------- /addons/AlternateFoldersInPSL.css: -------------------------------------------------------------------------------- 1 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderPreviewWrapper__48112:before { 2 | content: ""; 3 | display: none; 4 | } 5 | 6 | .folderPreview__48112 { 7 | gap: 0.25rem; 8 | } -------------------------------------------------------------------------------- /addons/Aurebesh.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'Aurebesh'; 3 | src: url('../fonts/FTAurebesh-Thin.woff2') format('woff2'); 4 | font-weight: 100; 5 | } 6 | 7 | @font-face { 8 | font-family: 'Aurebesh'; 9 | src: url('../fonts/FTAurebesh-UltraLight.woff2') format('woff2'); 10 | font-weight: 200; 11 | } 12 | 13 | @font-face { 14 | font-family: 'Aurebesh'; 15 | src: url('../fonts/FTAurebesh-Light.woff2') format('woff2'); 16 | font-weight: 300; 17 | } 18 | 19 | @font-face { 20 | font-family: 'Aurebesh'; 21 | src: url('../fonts/FTAurebesh-Regular.woff2') format('woff2'); 22 | font-weight: 400; 23 | } 24 | 25 | @font-face { 26 | font-family: 'Aurebesh'; 27 | src: url('../fonts/FTAurebesh-Medium.woff2') format('woff2'); 28 | font-weight: 500; 29 | } 30 | 31 | @font-face { 32 | font-family: 'Aurebesh'; 33 | src: url('../fonts/FTAurebesh-SemiBold.woff2') format('woff2'); 34 | font-weight: 600; 35 | } 36 | 37 | @font-face { 38 | font-family: 'Aurebesh'; 39 | src: url('../fonts/FTAurebesh-Bold.woff2') format('woff2'); 40 | font-weight: 700; 41 | } 42 | 43 | @font-face { 44 | font-family: 'Aurebesh'; 45 | src: url('../fonts/FTAurebesh-ExtraBold.woff2') format('woff2'); 46 | font-weight: 800; 47 | } 48 | 49 | @font-face { 50 | font-family: 'Aurebesh'; 51 | src: url('../fonts/FTAurebesh-Black.woff2') format('woff2'); 52 | font-weight: 900; 53 | } 54 | 55 | @font-face { 56 | font-family: 'Aurebesh'; 57 | src: url('../fonts/FTAurebesh-Thin.woff2') format('woff2'); 58 | font-weight: lighter; 59 | } 60 | 61 | @font-face { 62 | font-family: 'Aurebesh'; 63 | src: url('../fonts/FTAurebesh-Light.woff2') format('woff2'); 64 | font-weight: light; 65 | } 66 | 67 | @font-face { 68 | font-family: 'Aurebesh'; 69 | src: url('../fonts/FTAurebesh-Regular.woff2') format('woff2'); 70 | font-weight: normal; 71 | } 72 | 73 | @font-face { 74 | font-family: 'Aurebesh Target'; 75 | src: url('../fonts/StayOnTarget-Regular.ttf') format('truetype'); 76 | font-weight: normal; 77 | } 78 | 79 | @font-face { 80 | font-family: 'auretech'; 81 | src: url('../fonts/auretech.woff2') format('woff2'), 82 | url('../fonts/auretech.woff') format('woff'); 83 | font-weight: normal; 84 | font-style: normal; 85 | } -------------------------------------------------------------------------------- /addons/Bedstead.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'Bedstead'; 3 | src:url('../fonts/Bedstead.ttf.woff') format('woff'), 4 | url('../fonts/Bedstead.ttf.svg#Bedstead') format('svg'), 5 | url('../fonts/Bedstead.ttf.eot'), 6 | url('../fonts/Bedstead.ttf.eot?#iefix') format('embedded-opentype'); 7 | font-weight: normal; 8 | font-style: normal; 9 | } -------------------------------------------------------------------------------- /addons/EvenMoreColors/1.css: -------------------------------------------------------------------------------- 1 | .name_f37cb1, 2 | .name__29444, 3 | .title__9293f, 4 | .headerText__99e7c, 5 | .nameTag__37e49>div:first-child>div, 6 | .guildNameText_b1f768, 7 | .sidebar_c48ade .content__99f8c>div[style^="height"]:not([aria-hidden]):after, 8 | .iconWrapper__9293f.clickable__9293f .icon__9293f, 9 | .searchBar__97492 .icon__97492:not(.clear_fea832):after, 10 | .winButton__421ed, 11 | .fieldTitle__1fed1, 12 | .wordmark__421ed:before, 13 | .userTag__1fed1, 14 | .headerText_b3f026, 15 | .bd-sidebar-header h2, 16 | .title_b717a1, 17 | .title_ace4f5, 18 | .h5_b717a1, 19 | .nickname_c9ccf6, 20 | .title_c4a579, 21 | .userInfoSectionHeader-2mYYun, 22 | .userProfileInner_c69a7b .text-lg-semibold__84aef.defaultColor__77578, 23 | #app-mount .isUnread__908e2 .content__908e2, 24 | #app-mount .divider__908e2 span, 25 | .tooltipContent__382e7, 26 | .container__00de6>.header__00de6.header__7e6bb, 27 | .container__00de6>.description__00de6:after, 28 | .container_aae012>.inner_aae012>div:after, 29 | .archivedDivider-2dQ9JY, 30 | .headerText-3MQ6n4>h3>span, 31 | .wordmark__421ed:before { 32 | color: var(--Primary); 33 | } 34 | 35 | .container__00de6>.header__00de6.header__7e6bb, 36 | .container__00de6>.description__00de6:after, 37 | .container_aae012>.inner_aae012>div:after { 38 | font-weight: 600; 39 | } -------------------------------------------------------------------------------- /addons/EvenMoreColors/10.css: -------------------------------------------------------------------------------- 1 | @import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/selectors.css"); 2 | 3 | @keyframes RGB_TEXT { 4 | 0% { 5 | color: var(--Primary); 6 | } 7 | 8 | 11% { 9 | color: var(--Color2); 10 | } 11 | 12 | 22% { 13 | color: var(--Color3); 14 | } 15 | 16 | 33% { 17 | color: var(--Color4); 18 | } 19 | 20 | 44% { 21 | color: var(--Color5); 22 | } 23 | 24 | 55% { 25 | color: var(--Color6); 26 | } 27 | 28 | 66% { 29 | color: var(--Color7); 30 | } 31 | 32 | 77% { 33 | color: var(--Color8); 34 | } 35 | 36 | 88% { 37 | color: var(--Color9); 38 | } 39 | 40 | 99% { 41 | color: var(--Color10); 42 | } 43 | 44 | to { 45 | color: var(--Primary); 46 | } 47 | } 48 | 49 | @keyframes RGB_BG { 50 | 0% { 51 | background-color: var(--Primary); 52 | background-image: var(--Primary) 53 | } 54 | 55 | 11% { 56 | background-color: var(--Color2); 57 | background-image: var(--Color2) 58 | } 59 | 60 | 22% { 61 | background-color: var(--Color3); 62 | background-image: var(--Color3) 63 | } 64 | 65 | 33% { 66 | background-color: var(--Color4); 67 | background-image: var(--Color4) 68 | } 69 | 70 | 44% { 71 | background-color: var(--Color5); 72 | background-image: var(--Color5) 73 | } 74 | 75 | 55% { 76 | background-color: var(--Color6); 77 | background-image: var(--Color6) 78 | } 79 | 80 | 66% { 81 | background-color: var(--Color7); 82 | background-image: var(--Color7) 83 | } 84 | 85 | 77% { 86 | background-color: var(--Color8); 87 | background-image: var(--Color8) 88 | } 89 | 90 | 88% { 91 | background-color: var(--Color9); 92 | background-image: var(--Color9) 93 | } 94 | 95 | 99% { 96 | background-color: var(--Color10); 97 | background-image: var(--Color10) 98 | } 99 | 100 | to { 101 | background-color: var(--Primary); 102 | background-image: var(--Primary) 103 | } 104 | } 105 | 106 | @keyframes RGB_BG_TEXT { 107 | 0% { 108 | background-color: var(--Primary); 109 | background-image: var(--Primary); 110 | color: var(--Primary); 111 | } 112 | 113 | 11% { 114 | background-color: var(--Color2); 115 | background-image: var(--Color2); 116 | color: var(--Color2); 117 | } 118 | 119 | 22% { 120 | background-color: var(--Color3); 121 | background-image: var(--Color3); 122 | color: var(--Color3); 123 | } 124 | 125 | 33% { 126 | background-color: var(--Color4); 127 | background-image: var(--Color4); 128 | color: var(--Color4); 129 | } 130 | 131 | 44% { 132 | background-color: var(--Color5); 133 | background-image: var(--Color5); 134 | color: var(--Color5); 135 | } 136 | 137 | 55% { 138 | background-color: var(--Color6); 139 | background-image: var(--Color6); 140 | color: var(--Color6); 141 | } 142 | 143 | 66% { 144 | background-color: var(--Color7); 145 | background-image: var(--Color7); 146 | color: var(--Color7); 147 | } 148 | 149 | 77% { 150 | background-color: var(--Color8); 151 | background-image: var(--Color8); 152 | color: var(--Color8); 153 | } 154 | 155 | 88% { 156 | background-color: var(--Color9); 157 | background-image: var(--Color9); 158 | color: var(--Color9); 159 | } 160 | 161 | 99% { 162 | background-color: var(--Color10); 163 | background-image: var(--Color10); 164 | color: var(--Color10); 165 | } 166 | 167 | to { 168 | background-color: var(--Primary); 169 | background-image: var(--Primary); 170 | color: var(--Primary); 171 | } 172 | } 173 | -------------------------------------------------------------------------------- /addons/EvenMoreColors/2.css: -------------------------------------------------------------------------------- 1 | @import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/selectors.css"); 2 | 3 | @keyframes RGB_TEXT { 4 | 0% { 5 | color: var(--Primary) 6 | } 7 | 8 | 51% { 9 | color: var(--Color2) 10 | } 11 | 12 | to { 13 | color: var(--Primary) 14 | } 15 | } 16 | 17 | @keyframes RGB_BG { 18 | 0% { 19 | background-color: var(--Primary); 20 | background-image: var(--Primary) 21 | } 22 | 23 | 51% { 24 | background-color: var(--Color2); 25 | background-image: var(--Color2) 26 | } 27 | 28 | to { 29 | background-color: var(--Primary); 30 | background-image: var(--Primary) 31 | } 32 | } 33 | 34 | @keyframes RGB_BG_TEXT { 35 | 0% { 36 | background-color: var(--Primary); 37 | background-image: var(--Primary); 38 | color: var(--Primary) 39 | } 40 | 41 | 51% { 42 | background-color: var(--Color2); 43 | background-image: var(--Color2); 44 | color: var(--Color2) 45 | } 46 | 47 | to { 48 | background-color: var(--Primary); 49 | background-image: var(--Primary); 50 | color: var(--Primary) 51 | } 52 | } -------------------------------------------------------------------------------- /addons/EvenMoreColors/3.css: -------------------------------------------------------------------------------- 1 | @import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/selectors.css"); 2 | 3 | @keyframes RGB_TEXT { 4 | 0% { 5 | color: var(--Primary) 6 | } 7 | 8 | 34% { 9 | color: var(--Color2) 10 | } 11 | 12 | 69% { 13 | color: var(--Color3) 14 | } 15 | 16 | to { 17 | color: var(--Primary) 18 | } 19 | } 20 | 21 | @keyframes RGB_BG { 22 | 0% { 23 | background-color: var(--Primary); 24 | background-image: var(--Primary) 25 | } 26 | 27 | 34% { 28 | background-color: var(--Color2); 29 | background-image: var(--Color2) 30 | } 31 | 32 | 69% { 33 | background-color: var(--Color3); 34 | background-image: ar(--Color3) 35 | } 36 | 37 | to { 38 | background-color: var(--Primary); 39 | background-image: var(--Primary) 40 | } 41 | } 42 | 43 | @keyframes RGB_BG_TEXT { 44 | 0% { 45 | background-color: var(--Primary); 46 | background-image: var(--Primary); 47 | color: var(--Primary) 48 | } 49 | 50 | 34% { 51 | background-color: var(--Color2); 52 | background-image: var(--Color2); 53 | color: var(--Color2) 54 | } 55 | 56 | 69% { 57 | background-color: var(--Color3); 58 | background-image: ar(--Color3); 59 | color: var(--Color3) 60 | } 61 | 62 | to { 63 | background-color: var(--Primary); 64 | background-image: var(--Primary); 65 | color: var(--Primary) 66 | } 67 | } -------------------------------------------------------------------------------- /addons/EvenMoreColors/4.css: -------------------------------------------------------------------------------- 1 | @import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/selectors.css"); 2 | 3 | @keyframes RGB_TEXT { 4 | 0% { 5 | color: var(--Primary) 6 | } 7 | 8 | 26% { 9 | color: var(--Color2) 10 | } 11 | 12 | 52% { 13 | color: var(--Color3) 14 | } 15 | 16 | 78% { 17 | color: var(--Color4) 18 | } 19 | 20 | to { 21 | color: var(--Primary) 22 | } 23 | } 24 | 25 | @keyframes RGB_BG { 26 | 0% { 27 | background-color: var(--Primary); 28 | background-image: var(--Primary) 29 | } 30 | 31 | 26% { 32 | background-color: var(--Color2); 33 | background-image: var(--Color2) 34 | } 35 | 36 | 52% { 37 | background-color: var(--Color3); 38 | background-image: var(--Color3) 39 | } 40 | 41 | 78% { 42 | background-color: var(--Color4); 43 | background-image: var(--Color4) 44 | } 45 | 46 | to { 47 | background-color: var(--Primary); 48 | background-image: var(--Primary) 49 | } 50 | } 51 | 52 | @keyframes RGB_BG_TEXT { 53 | 0% { 54 | background-color: var(--Primary); 55 | background-image: var(--Primary); 56 | color: var(--Primary) 57 | } 58 | 59 | 26% { 60 | background-color: var(--Color2); 61 | background-image: var(--Color2); 62 | color: var(--Color2); 63 | } 64 | 65 | 52% { 66 | background-color: var(--Color3); 67 | background-image: var(--Color3); 68 | color: var(--Color3); 69 | } 70 | 71 | 78% { 72 | background-color: var(--Color4); 73 | background-image: var(--Color4); 74 | color: var(--Color4); 75 | } 76 | 77 | to { 78 | background-color: var(--Primary); 79 | background-image: var(--Primary); 80 | color: var(--Primary); 81 | } 82 | } -------------------------------------------------------------------------------- /addons/EvenMoreColors/5.css: -------------------------------------------------------------------------------- 1 | @import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/selectors.css"); 2 | 3 | @keyframes RGB_TEXT { 4 | 0% { 5 | color: var(--Primary) 6 | } 7 | 8 | 21% { 9 | color: var(--Color2) 10 | } 11 | 12 | 42% { 13 | color: var(--Color3) 14 | } 15 | 16 | 63% { 17 | color: var(--Color4) 18 | } 19 | 20 | 84% { 21 | color: var(--Color5) 22 | } 23 | 24 | to { 25 | color: var(--Primary) 26 | } 27 | } 28 | 29 | @keyframes RGB_BG { 30 | 0% { 31 | background-color: var(--Primary); 32 | } 33 | 34 | 21% { 35 | background-color: var(--Color2); 36 | background-image: var(--Color2) 37 | } 38 | 39 | 42% { 40 | background-color: var(--Color3); 41 | background-image: var(--Color3) 42 | } 43 | 44 | 63% { 45 | background-color: var(--Color4); 46 | background-image: var(--Color4) 47 | } 48 | 49 | 84% { 50 | background-color: var(--Color5); 51 | background-image: var(--Color5) 52 | } 53 | 54 | to { 55 | background-color: var(--Primary); 56 | } 57 | } 58 | 59 | @keyframes RGB_BG_TEXT { 60 | 0% { 61 | background-color: var(--Primary); 62 | color: var(--Primary); 63 | } 64 | 65 | 21% { 66 | background-color: var(--Color2); 67 | background-image: var(--Color2); 68 | color: var(--Color2); 69 | } 70 | 71 | 42% { 72 | background-color: var(--Color3); 73 | background-image: var(--Color3); 74 | color: var(--Color3); 75 | } 76 | 77 | 63% { 78 | background-color: var(--Color4); 79 | background-image: var(--Color4); 80 | color: var(--Color4); 81 | } 82 | 83 | 84% { 84 | background-color: var(--Color5); 85 | background-image: var(--Color5); 86 | color: var(--Color5); 87 | } 88 | 89 | to { 90 | background-color: var(--Primary); 91 | color: var(--Primary); 92 | } 93 | } 94 | -------------------------------------------------------------------------------- /addons/EvenMoreColors/6.css: -------------------------------------------------------------------------------- 1 | @import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/selectors.css"); 2 | 3 | @keyframes RGB_TEXT { 4 | 0% { 5 | color: var(--Primary); 6 | } 7 | 8 | 18% { 9 | color: var(--Color2); 10 | } 11 | 12 | 35% { 13 | color: var(--Color3); 14 | } 15 | 16 | 53% { 17 | color: var(--Color4); 18 | } 19 | 20 | 71% { 21 | color: var(--Color5); 22 | } 23 | 24 | 88% { 25 | color: var(--Color6); 26 | } 27 | 28 | to { 29 | color: var(--Primary); 30 | } 31 | } 32 | 33 | @keyframes RGB_BG { 34 | 0% { 35 | background-color: var(--Primary); 36 | background-image: var(--Primary) 37 | } 38 | 39 | 18% { 40 | background-color: var(--Color2); 41 | background-image: var(--Color2) 42 | } 43 | 44 | 35% { 45 | background-color: var(--Color3); 46 | background-image: var(--Color3) 47 | } 48 | 49 | 53% { 50 | background-color: var(--Color4); 51 | background-image: var(--Color4) 52 | } 53 | 54 | 71% { 55 | background-color: var(--Color5); 56 | background-image: var(--Color5) 57 | } 58 | 59 | 88% { 60 | background-color: var(--Color6); 61 | background-image: var(--Color6) 62 | } 63 | 64 | to { 65 | background-color: var(--Primary); 66 | background-image: var(--Primary) 67 | } 68 | } 69 | 70 | @keyframes RGB_BG_TEXT { 71 | 0% { 72 | background-color: var(--Primary); 73 | background-image: var(--Primary); 74 | color: var(--Primary); 75 | } 76 | 77 | 18% { 78 | background-color: var(--Color2); 79 | background-image: var(--Color2); 80 | color: var(--Color2); 81 | } 82 | 83 | 35% { 84 | background-color: var(--Color3); 85 | background-image: var(--Color3); 86 | color: var(--Color3); 87 | } 88 | 89 | 53% { 90 | background-color: var(--Color4); 91 | background-image: var(--Color4); 92 | color: var(--Color4); 93 | } 94 | 95 | 71% { 96 | background-color: var(--Color5); 97 | background-image: var(--Color5); 98 | color: var(--Color5); 99 | } 100 | 101 | 88% { 102 | background-color: var(--Color6); 103 | background-image: var(--Color6); 104 | color: var(--Color6); 105 | } 106 | 107 | to { 108 | background-color: var(--Primary); 109 | background-image: var(--Primary); 110 | color: var(--Primary); 111 | } 112 | } 113 | -------------------------------------------------------------------------------- /addons/EvenMoreColors/7.css: -------------------------------------------------------------------------------- 1 | @import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/selectors.css"); 2 | 3 | @keyframes RGB_TEXT { 4 | 0% { 5 | color: var(--Primary); 6 | } 7 | 8 | 15% { 9 | color: var(--Color2); 10 | } 11 | 12 | 31% { 13 | color: var(--Color3); 14 | } 15 | 16 | 46% { 17 | color: var(--Color4); 18 | } 19 | 20 | 61% { 21 | color: var(--Color5); 22 | } 23 | 24 | 76% { 25 | color: var(--Color6); 26 | } 27 | 28 | 92% { 29 | color: var(--Color7); 30 | } 31 | 32 | to { 33 | color: var(--Primary); 34 | } 35 | } 36 | 37 | @keyframes RGB_BG { 38 | 0% { 39 | background-color: var(--Primary); 40 | background-image: var(--Primary) 41 | } 42 | 43 | 15% { 44 | background-color: var(--Color2); 45 | background-image: var(--Color2) 46 | } 47 | 48 | 31% { 49 | background-color: var(--Color3); 50 | background-image: var(--Color3) 51 | } 52 | 53 | 46% { 54 | background-color: var(--Color4); 55 | background-image: var(--Color4) 56 | } 57 | 58 | 61% { 59 | background-color: var(--Color5); 60 | background-image: var(--Color5) 61 | } 62 | 63 | 76% { 64 | background-color: var(--Color6); 65 | background-image: var(--Color6) 66 | } 67 | 68 | 92% { 69 | background-color: var(--Color7); 70 | background-image: var(--Color7) 71 | } 72 | 73 | to { 74 | background-color: var(--Primary); 75 | background-image: var(--Primary) 76 | } 77 | } 78 | 79 | @keyframes RGB_BG_TEXT { 80 | 0% { 81 | background-color: var(--Primary); 82 | background-image: var(--Primary); 83 | color: var(--Primary); 84 | } 85 | 86 | 15% { 87 | background-color: var(--Color2); 88 | background-image: var(--Color2); 89 | color: var(--Color2); 90 | } 91 | 92 | 31% { 93 | background-color: var(--Color3); 94 | background-image: var(--Color3); 95 | color: var(--Color3); 96 | } 97 | 98 | 46% { 99 | background-color: var(--Color4); 100 | background-image: var(--Color4); 101 | color: var(--Color4); 102 | } 103 | 104 | 61% { 105 | background-color: var(--Color5); 106 | background-image: var(--Color5); 107 | color: var(--Color5); 108 | } 109 | 110 | 76% { 111 | background-color: var(--Color6); 112 | background-image: var(--Color6); 113 | color: var(--Color6); 114 | } 115 | 116 | 92% { 117 | background-color: var(--Color7); 118 | background-image: var(--Color7); 119 | color: var(--Color7); 120 | } 121 | 122 | to { 123 | background-color: var(--Primary); 124 | background-image: var(--Primary); 125 | color: var(--Primary); 126 | } 127 | } 128 | -------------------------------------------------------------------------------- /addons/EvenMoreColors/8.css: -------------------------------------------------------------------------------- 1 | @import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/selectors.css"); 2 | 3 | @keyframes RGB_TEXT { 4 | 0% { 5 | color: var(--Primary); 6 | } 7 | 8 | 14% { 9 | color: var(--Color2); 10 | } 11 | 12 | 27% { 13 | color: var(--Color3); 14 | } 15 | 16 | 41% { 17 | color: var(--Color4); 18 | } 19 | 20 | 54% { 21 | color: var(--Color5); 22 | } 23 | 24 | 68% { 25 | color: var(--Color6); 26 | } 27 | 28 | 81% { 29 | color: var(--Color7); 30 | } 31 | 32 | 95% { 33 | color: var(--Color8); 34 | } 35 | 36 | to { 37 | color: var(--Primary); 38 | } 39 | } 40 | 41 | @keyframes RGB_BG { 42 | 0% { 43 | background-color: var(--Primary); 44 | background-image: var(--Primary) 45 | } 46 | 47 | 14% { 48 | background-color: var(--Color2); 49 | background-image: var(--Color2) 50 | } 51 | 52 | 27% { 53 | background-color: var(--Color3); 54 | background-image: var(--Color3) 55 | } 56 | 57 | 41% { 58 | background-color: var(--Color4); 59 | background-image: var(--Color4) 60 | } 61 | 62 | 54% { 63 | background-color: var(--Color5); 64 | background-image: var(--Color5) 65 | } 66 | 67 | 68% { 68 | background-color: var(--Color6); 69 | background-image: var(--Color6) 70 | } 71 | 72 | 81% { 73 | background-color: var(--Color7); 74 | background-image: var(--Color7) 75 | } 76 | 77 | 95% { 78 | background-color: var(--Color8); 79 | background-image: var(--Color8) 80 | } 81 | 82 | to { 83 | background-color: var(--Primary); 84 | background-image: var(--Primary) 85 | } 86 | } 87 | 88 | @keyframes RGB_BG_TEXT { 89 | 0% { 90 | background-color: var(--Primary); 91 | background-image: var(--Primary); 92 | color: var(--Primary); 93 | } 94 | 95 | 14% { 96 | background-color: var(--Color2); 97 | background-image: var(--Color2); 98 | color: var(--Color2); 99 | } 100 | 101 | 27% { 102 | background-color: var(--Color3); 103 | background-image: var(--Color3); 104 | color: var(--Color3); 105 | } 106 | 107 | 41% { 108 | background-color: var(--Color4); 109 | background-image: var(--Color4); 110 | color: var(--Color4); 111 | } 112 | 113 | 54% { 114 | background-color: var(--Color5); 115 | background-image: var(--Color5); 116 | color: var(--Color5); 117 | } 118 | 119 | 68% { 120 | background-color: var(--Color6); 121 | background-image: var(--Color6); 122 | color: var(--Color6); 123 | } 124 | 125 | 81% { 126 | background-color: var(--Color7); 127 | background-image: var(--Color7); 128 | color: var(--Color7); 129 | } 130 | 131 | 95% { 132 | background-color: var(--Color8); 133 | background-image: var(--Color8); 134 | color: var(--Color8); 135 | } 136 | 137 | to { 138 | background-color: var(--Primary); 139 | background-image: var(--Primary); 140 | color: var(--Primary); 141 | } 142 | } 143 | -------------------------------------------------------------------------------- /addons/EvenMoreColors/9.css: -------------------------------------------------------------------------------- 1 | @import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/selectors.css"); 2 | 3 | @keyframes RGB_TEXT { 4 | 0% { 5 | color: var(--Primary); 6 | } 7 | 8 | 12% { 9 | color: var(--Color2); 10 | } 11 | 12 | 24% { 13 | color: var(--Color3); 14 | } 15 | 16 | 36% { 17 | color: var(--Color4); 18 | } 19 | 20 | 48% { 21 | color: var(--Color5); 22 | } 23 | 24 | 61% { 25 | color: var(--Color6); 26 | } 27 | 28 | 73% { 29 | color: var(--Color7); 30 | } 31 | 32 | 85% { 33 | color: var(--Color8); 34 | } 35 | 36 | 97% { 37 | color: var(--Color9); 38 | } 39 | 40 | to { 41 | color: var(--Primary); 42 | } 43 | } 44 | 45 | @keyframes RGB_BG { 46 | 0% { 47 | background-color: var(--Primary); 48 | background-image: var(--Primary) 49 | } 50 | 51 | 12% { 52 | background-color: var(--Color2); 53 | background-image: var(--Color2) 54 | } 55 | 56 | 24% { 57 | background-color: var(--Color3); 58 | background-image: var(--Color3) 59 | } 60 | 61 | 36% { 62 | background-color: var(--Color4); 63 | background-image: var(--Color4) 64 | } 65 | 66 | 48% { 67 | background-color: var(--Color5); 68 | background-image: var(--Color5) 69 | } 70 | 71 | 61% { 72 | background-color: var(--Color6); 73 | background-image: var(--Color6) 74 | } 75 | 76 | 73% { 77 | background-color: var(--Color7); 78 | background-image: var(--Color7) 79 | } 80 | 81 | 85% { 82 | background-color: var(--Color8); 83 | background-image: var(--Color8) 84 | } 85 | 86 | 97% { 87 | background-color: var(--Color9); 88 | background-image: var(--Color9) 89 | } 90 | 91 | to { 92 | background-color: var(--Primary); 93 | background-image: var(--Primary) 94 | } 95 | } 96 | 97 | @keyframes RGB_BG_TEXT { 98 | 0% { 99 | background-color: var(--Primary); 100 | background-image: var(--Primary); 101 | color: var(--Primary); 102 | } 103 | 104 | 12% { 105 | background-color: var(--Color2); 106 | background-image: var(--Color2); 107 | color: var(--Color2); 108 | } 109 | 110 | 24% { 111 | background-color: var(--Color3); 112 | background-image: var(--Color3); 113 | color: var(--Color3); 114 | } 115 | 116 | 36% { 117 | background-color: var(--Color4); 118 | background-image: var(--Color4); 119 | color: var(--Color4); 120 | } 121 | 122 | 48% { 123 | background-color: var(--Color5); 124 | background-image: var(--Color5); 125 | color: var(--Color5); 126 | } 127 | 128 | 61% { 129 | background-color: var(--Color6); 130 | background-image: var(--Color6); 131 | color: var(--Color6); 132 | } 133 | 134 | 73% { 135 | background-color: var(--Color7); 136 | background-image: var(--Color7); 137 | color: var(--Color7); 138 | } 139 | 140 | 85% { 141 | background-color: var(--Color8); 142 | background-image: var(--Color8); 143 | color: var(--Color8); 144 | } 145 | 146 | 97% { 147 | background-color: var(--Color9); 148 | background-image: var(--Color9); 149 | color: var(--Color9); 150 | } 151 | 152 | to { 153 | background-color: var(--Primary); 154 | background-image: var(--Primary); 155 | color: var(--Primary); 156 | } 157 | } 158 | -------------------------------------------------------------------------------- /addons/EvenMoreColors/selectors.css: -------------------------------------------------------------------------------- 1 | .accountProfileCard__1fed1>.background__1fed1>.fieldList__1fed1>.field__1fed1, 2 | .flowerStarContainer__3e3b0>svg, 3 | .interactive_bf202d:focus-within, 4 | .interactive_bf202d:hover, 5 | #app-mount .guilds_c48ade .listItem__650eb .pill_e5445c>span:not([style*="height: 8px;"]), 6 | #app-mount .newBadge_faa96b, 7 | #app-mount .newBadge-3reGJW, 8 | #app-mount .newChannel__599fa, 9 | #app-mount .newBadge-1LcB6t, 10 | #app-mount .newBadge__5d7c9, 11 | .barFill_a562c8, 12 | .lookFilled__201d5.colorBrand__201d5, 13 | .hoverButtonGroup__06ab4.nonMediaAttachment_ef83c1, 14 | .lookFilled__201d5.colorPrimary__201d5:not(:hover), 15 | .reaction__23977[class*=reactionMe], 16 | .reaction_f8896c[class*=reactionMe], 17 | #app-mount .container_a8e786:not(.playing_a8e786) .playButtonContainer_a8e786, 18 | #app-mount .container_a8e786.playing_a8e786>div>.ripple_a8e786, 19 | .embedProvider__623de>a:before, 20 | .embedProvider__623de>span:before, 21 | .channel__972a0 .selected_bf202d:before, 22 | div.selected__91a9d.member_c8ffbb:after, 23 | div.selected-3veCBZ:before, 24 | div.link__2ea32[class*="modeSelected_"]:before { 25 | animation: RGB_BG var(--ColorTime) linear infinite !important; 26 | -webkit-animation: RGB_BG var(--ColorTime) linear infinite !important; 27 | } 28 | 29 | .replying__5126c:before, 30 | .expandButton_fccfdf:not(:hover), 31 | .bd-addon-views .bd-view-button.selected, 32 | .bd-button-filled.bd-button-color-brand, 33 | .dragInner__87847, 34 | .rowDivider_cb32c7, 35 | .channelAttachmentArea_b77158+.divider__908e2, 36 | .childWrapperNoHoverBg__6e9f8, 37 | .userProfileInner_c69a7b .section_d7a21f>.markup__75297:before, 38 | .userProfileInner_c69a7b .section_d7a21f>.markup__75297:after, 39 | .descriptionClamp_f5f93a:before, 40 | .descriptionClamp_f5f93a:after, 41 | .viewFullBio_f5f93a, 42 | .notice__6e2b9, 43 | .guilds_c48ade .scroller_ef3116>div:not([class]):not([style])+div[class^=tutorialContainer]+.listItem__650eb div[class^=circleIconButton_], 44 | div[class^=circleIconButton_], .guilds_c48ade .scroller_ef3116>div:not([class]):not([style])+div[class^=tutorialContainer] div[class^=circleIconButton_], 45 | .info__2debe:before, 46 | .mentioned__5126c:before, 47 | .hasReply_c19a55.mentioned__5126c:not(:has(.roleMention__75297[style]))::after, 48 | .closeButton_c2b141, 49 | .tutorialContainer__1f388 .circleIconButton__5bc7e, 50 | .tutorialContainer__1f388+.listItem__650eb .circleIconButton__5bc7e, 51 | .progressBarContainer_baf530, 52 | .containerWithMargin_eff079, 53 | .containerDefault_c69b6d>.wrapper__2ea32.modeSelected__2ea32:before { 54 | animation: RGB_BG var(--ColorTime) linear infinite !important; 55 | -webkit-animation: RGB_BG var(--ColorTime) linear infinite !important; 56 | } 57 | 58 | .caret__9293f+span+.titleWrapper__9293f:before, 59 | .accountProfileCard__1fed1>.background__1fed1>.fieldList__1fed1>.field__1fed1:hover>.fieldButtonList__1fed1>button, 60 | .accountProfileCard__1fed1>.background__1fed1>.fieldList__1fed1>.field__1fed1:hover>button, 61 | .lookLink__201d5.colorLink__201d5, 62 | #bd-settings-sidebar .ui-tab-bar-header, 63 | .header-2Kx1US, 64 | .name-IbjUBS, 65 | .inviteDestinationJoined_d5f3cd, 66 | .optionHeader-27AHfD, 67 | .sidebar_c48ade .containerDefault_c69b6d.selected_c69b6d .iconContainer__2ea32:before, 68 | .sidebar_c48ade .containerDefault_c69b6d.selected_c69b6d>svg, 69 | .sidebar_c48ade .containerDefault_c69b6d.selected_c69b6d .channelName-3KPsGw, 70 | .name_f37cb1, 71 | .name__29444, 72 | .name__29444, 73 | .title__9293f, 74 | .headerText__99e7c, 75 | .nameTag__37e49>div:first-child>div, 76 | .guildNameText_b1f768, 77 | .sidebar_c48ade .content__99f8c>div[style^="height"]:not([aria-hidden]):after, 78 | .iconWrapper__9293f.clickable__9293f .icon__9293f, 79 | .searchBar__97492 .icon__97492:not(.clear_fea832):after, 80 | .winButton__421ed, 81 | .wordmark__421ed:before, 82 | .userTag__1fed1, 83 | .headerText_b3f026, 84 | .bd-sidebar-header h2 { 85 | animation: RGB_TEXT var(--ColorTime) linear infinite !important; 86 | -webkit-animation: RGB_TEXT var(--ColorTime) linear infinite !important; 87 | } 88 | 89 | .membersGroup_c8ffbb>span, 90 | .title_b717a1, 91 | .title_ace4f5, 92 | .h5_b717a1, 93 | .nickname_c9ccf6, 94 | .title_c4a579, 95 | .userInfoSectionHeader-2mYYun, 96 | .userProfileInner_c69a7b .text-lg-semibold__84aef.defaultColor__77578, 97 | #app-mount .isUnread__908e2 .content__908e2, 98 | #app-mount .divider__908e2 span, 99 | .tooltipContent__382e7, 100 | .container__00de6>.header__00de6.header__7e6bb, 101 | .container__00de6>.description__00de6:after, 102 | .container_aae012>.inner_aae012>div:after, 103 | .archivedDivider-2dQ9JY, 104 | .headerText-3MQ6n4>h3>span, 105 | .anchor_edefb8:not(.hoverButton_be4802), 106 | .users__260e1 { 107 | animation: RGB_TEXT var(--ColorTime) linear infinite !important; 108 | -webkit-animation: RGB_TEXT var(--ColorTime) linear infinite !important; 109 | } 110 | 111 | .sidebar_c48ade .containerDefault_c69b6d.selected_c69b6d .iconContainer__2ea32:before, 112 | .sidebar_c48ade .containerDefault_c69b6d.selected_c69b6d>svg, 113 | .sidebar_c48ade .containerDefault_c69b6d.selected_c69b6d .channelName-3KPsGw, 114 | .sidebar_c48ade .content__99f8c>div[style^="height"]:not([aria-hidden]) { 115 | animation: RGB_TEXT var(--ColorTime) linear infinite !important; 116 | -webkit-animation: RGB_TEXT var(--ColorTime) linear infinite !important; 117 | } 118 | 119 | #app-mount .pill__1f388>.item__58105:not([style*="height: 8px;"]) { 120 | animation: RGB_BG_TEXT var(--ColorTime) linear infinite !important; 121 | -webkit-animation: RGB_BG_TEXT var(--ColorTime) linear infinite !important; 122 | } 123 | 124 | .container__00de6>.header__00de6.header__7e6bb, 125 | .container__00de6>.description__00de6:after, 126 | .container_aae012>.inner_aae012>div:after { 127 | font-weight: 600; 128 | } 129 | 130 | #app-mount .flowerStarContainer__3e3b0 { 131 | background-color: transparent; 132 | } -------------------------------------------------------------------------------- /addons/HoverMembers.css: -------------------------------------------------------------------------------- 1 | /* ROLE NAME */ 2 | .visual-refresh .membersGroup_c8ffbb { 3 | height: 0px; 4 | padding: 0px; 5 | transition: all 250ms ease, padding 100ms ease; 6 | -webkit-transition: all 250ms ease, padding 100ms ease; 7 | } 8 | 9 | .visual-refresh .chat_f75fb0>.content_f75fb0>.membersWrap_c8ffbb .membersGroup_c8ffbb, 10 | .visual-refresh .chat_f75fb0 .container_c8ffbb .membersGroup_c8ffbb { 11 | opacity: 0; 12 | transition: all 2s ease; 13 | text-align: center; 14 | } 15 | 16 | .visual-refresh .chat_f75fb0>.content_f75fb0>.membersWrap_c8ffbb:hover .membersGroup_c8ffbb, 17 | .visual-refresh .chat_f75fb0 .container_c8ffbb .membersWrap_c8ffbb:hover .membersGroup_c8ffbb { 18 | transition: all 2s ease; 19 | opacity: 1; 20 | height: 26px; 21 | padding: 10px 5px 0 5px; 22 | } 23 | 24 | /* MOVING THE MEMBERS LIST TO THE RIGHT */ 25 | .visual-refresh .chat_f75fb0>.content_f75fb0>.membersWrap_c8ffbb, 26 | .visual-refresh .chat_f75fb0 .container_c8ffbb { 27 | width: 60px; 28 | transition: all 500ms ease; 29 | min-width: 60px; 30 | display: flex; 31 | flex-direction: column; 32 | -webkit-transition: all 500ms ease; 33 | justify-content: flex-start; 34 | } 35 | 36 | .visual-refresh .chat_f75fb0>.content_f75fb0>.membersWrap_c8ffbb:hover, 37 | .visual-refresh .chat_f75fb0 .container_c8ffbb:hover { 38 | width: 265px; 39 | } 40 | 41 | /* MEMBERS LIST CONTENT */ 42 | .visual-refresh .chat_f75fb0 .container_c8ffbb .members_c8ffbb { 43 | width: 265px; 44 | overflow: hidden; 45 | flex: 0 1 auto; 46 | } 47 | 48 | .visual-refresh .chat_f75fb0>.content_f75fb0>.membersWrap_c8ffbb .membersWrap_c8ffbb:hover, 49 | .visual-refresh .chat_f75fb0 .container_c8ffbb .membersWrap_c8ffbb:hover { 50 | overflow: auto; 51 | } 52 | 53 | /* MOVING USER DETAILS */ 54 | .visual-refresh .chat_f75fb0 .container_c8ffbb .members_c8ffbb .member_c8ffbb .content__91a9d { 55 | -webkit-transform: translateX(220px); 56 | transform: translateX(220px); 57 | transition: all 750ms ease; 58 | -webkit-transition: all 750ms ease; 59 | } 60 | 61 | .visual-refresh .chat_f75fb0 .container_c8ffbb:hover .members_c8ffbb .member_c8ffbb .content__91a9d { 62 | -webkit-transform: translateX(0px); 63 | transform: translateX(0px); 64 | } -------------------------------------------------------------------------------- /addons/LettersInPSL.css: -------------------------------------------------------------------------------- 1 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderPreviewWrapper__48112:before { 2 | font-size: 0.75rem; 3 | color: var(--Text); 4 | } 5 | 6 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="A"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="a"] .folderPreviewWrapper__48112:before { 7 | content: "A"; 8 | } 9 | 10 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="B"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="b"] .folderPreviewWrapper__48112:before { 11 | content: "B"; 12 | } 13 | 14 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="C"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="c"] .folderPreviewWrapper__48112:before { 15 | content: "C"; 16 | } 17 | 18 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="D"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="d"] .folderPreviewWrapper__48112:before { 19 | content: "D"; 20 | } 21 | 22 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="E"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="e"] .folderPreviewWrapper__48112:before { 23 | content: "E"; 24 | } 25 | 26 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="F"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="f"] .folderPreviewWrapper__48112:before { 27 | content: "F"; 28 | } 29 | 30 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="G"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="g"] .folderPreviewWrapper__48112:before { 31 | content: "G"; 32 | } 33 | 34 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="H"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="h"] .folderPreviewWrapper__48112:before { 35 | content: "H"; 36 | } 37 | 38 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="I"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="i"] .folderPreviewWrapper__48112:before { 39 | content: "I"; 40 | } 41 | 42 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="J"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="j"] .folderPreviewWrapper__48112:before { 43 | content: "J"; 44 | } 45 | 46 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="K"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="k"] .folderPreviewWrapper__48112:before { 47 | content: "K"; 48 | } 49 | 50 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="L"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="l"] .folderPreviewWrapper__48112:before { 51 | content: "L"; 52 | } 53 | 54 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="M"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="m"] .folderPreviewWrapper__48112:before { 55 | content: "M"; 56 | } 57 | 58 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="N"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="n"] .folderPreviewWrapper__48112:before { 59 | content: "N"; 60 | } 61 | 62 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="O"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="o"] .folderPreviewWrapper__48112:before { 63 | content: "O"; 64 | } 65 | 66 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="P"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="p"] .folderPreviewWrapper__48112:before { 67 | content: "P"; 68 | } 69 | 70 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="Q"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="q"] .folderPreviewWrapper__48112:before { 71 | content: "Q"; 72 | } 73 | 74 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="R"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="r"] .folderPreviewWrapper__48112:before { 75 | content: "R"; 76 | } 77 | 78 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="S"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="s"] .folderPreviewWrapper__48112:before { 79 | content: "S"; 80 | } 81 | 82 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="T"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="t"] .folderPreviewWrapper__48112:before { 83 | content: "T"; 84 | } 85 | 86 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="U"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="u"] .folderPreviewWrapper__48112:before { 87 | content: "U"; 88 | } 89 | 90 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="V"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="v"] .folderPreviewWrapper__48112:before { 91 | content: "V"; 92 | } 93 | 94 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="W"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="w"] .folderPreviewWrapper__48112:before { 95 | content: "W"; 96 | } 97 | 98 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="X"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="x"] .folderPreviewWrapper__48112:before { 99 | content: "X"; 100 | } 101 | 102 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="Y"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="y"] .folderPreviewWrapper__48112:before { 103 | content: "Y"; 104 | } 105 | 106 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="Z"] .folderPreviewWrapper__48112:before, .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="z"] .folderPreviewWrapper__48112:before { 107 | content: "Z"; 108 | } 109 | 110 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="0"] .folderPreviewWrapper__48112:before { 111 | content: "0"; 112 | } 113 | 114 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="1"] .folderPreviewWrapper__48112:before { 115 | content: "1"; 116 | } 117 | 118 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="2"] .folderPreviewWrapper__48112:before { 119 | content: "2"; 120 | } 121 | 122 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="3"] .folderPreviewWrapper__48112:before { 123 | content: "3"; 124 | } 125 | 126 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="4"] .folderPreviewWrapper__48112:before { 127 | content: "4"; 128 | } 129 | 130 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="5"] .folderPreviewWrapper__48112:before { 131 | content: "5"; 132 | } 133 | 134 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="6"] .folderPreviewWrapper__48112:before { 135 | content: "6"; 136 | } 137 | 138 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="7"] .folderPreviewWrapper__48112:before { 139 | content: "7"; 140 | } 141 | 142 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="8"] .folderPreviewWrapper__48112:before { 143 | content: "8"; 144 | } 145 | 146 | .visual-refresh .folderGroup__48112:not(.isExpanded__48112) .folderHeader__48112[data-dnd-name^="9"] .folderPreviewWrapper__48112:before { 147 | content: "9"; 148 | } -------------------------------------------------------------------------------- /addons/Marianne.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'Marianne'; 3 | src: url('../fonts/Marianne-ExtraBold.otf') format('opentype'); 4 | font-weight: bolder; 5 | } 6 | 7 | @font-face { 8 | font-family: 'Marianne'; 9 | src: url('../fonts/Marianne-ExtraBold.otf') format('opentype'); 10 | font-weight: 950; 11 | } 12 | 13 | @font-face { 14 | font-family: 'Marianne'; 15 | src: url('../fonts/Marianne-ExtraBold.otf') format('opentype'); 16 | font-weight: 900; 17 | } 18 | 19 | @font-face { 20 | font-family: 'Marianne'; 21 | src: url('../fonts/Marianne-Bold.otf') format('opentype'); 22 | font-weight: 800; 23 | } 24 | 25 | @font-face { 26 | font-family: 'Marianne'; 27 | src: url('../fonts/Marianne-Bold.otf') format('opentype'); 28 | font-weight: bold; 29 | } 30 | 31 | @font-face { 32 | font-family: 'Marianne'; 33 | src: url('../fonts/Marianne-Bold.otf') format('opentype'); 34 | font-weight: 700; 35 | } 36 | 37 | @font-face { 38 | font-family: 'Marianne'; 39 | src: url('../fonts/Marianne-Bold.otf') format('opentype'); 40 | font-weight: 600; 41 | } 42 | 43 | @font-face { 44 | font-family: 'Marianne'; 45 | src: url('../fonts/Marianne-Bold.otf') format('opentype'); 46 | font-weight: 500; 47 | } 48 | 49 | @font-face { 50 | font-family: 'Marianne'; 51 | src: url('../fonts/Marianne-Regular.otf') format('opentype'); 52 | font-weight: normal; 53 | } 54 | 55 | @font-face { 56 | font-family: 'Marianne'; 57 | src: url('../fonts/Marianne-Regular.otf') format('opentype'); 58 | font-weight: 400; 59 | } 60 | 61 | @font-face { 62 | font-family: 'Marianne'; 63 | src: url('../fonts/Marianne-Light.otf') format('opentype'); 64 | font-weight: lighter; 65 | } 66 | 67 | @font-face { 68 | font-family: 'Marianne'; 69 | src: url('../fonts/Marianne-Light.otf') format('opentype'); 70 | font-weight: 300; 71 | } 72 | 73 | @font-face { 74 | font-family: 'Marianne'; 75 | src: url('../fonts/Marianne-Light.otf') format('opentype'); 76 | font-weight: 200; 77 | } 78 | 79 | @font-face { 80 | font-family: 'Marianne'; 81 | src: url('../fonts/Marianne-Thin.otf') format('opentype'); 82 | font-weight: 100; 83 | } -------------------------------------------------------------------------------- /addons/Minecraft.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'Minecraft'; 3 | src: url('../fonts/Minecraft-Bold.otf') format('opentype'); 4 | font-weight: bold; 5 | } 6 | 7 | @font-face { 8 | font-family: 'Minecraft'; 9 | src: url('../fonts/Minecraft-Regular.otf') format('opentype'); 10 | font-weight: normal; 11 | } 12 | -------------------------------------------------------------------------------- /addons/PurpleServerList.css: -------------------------------------------------------------------------------- 1 | .platform-osx .wrapper_ef3116 { 2 | margin-top: 0px; 3 | } 4 | 5 | #app-mount .app_a3002d .base_c48ade .content_c48ade { 6 | padding-top: calc(var(--ServerSize) + 20px) !important; 7 | position: relative; 8 | } 9 | 10 | #app-mount .guilds_c48ade { 11 | transform-origin: top left; 12 | transform: rotate(-90deg); 13 | height: 100vw !important; 14 | width: calc(var(--ServerSize) + 20px); 15 | top: calc(var(--ServerSize) + 20px + 32px); 16 | bottom: unset; 17 | position: fixed !important; 18 | left: 0; 19 | flex-wrap: wrap; 20 | place-content: center; 21 | } 22 | 23 | .scrollerWrap-1IAIlv { 24 | width: calc(100% + 30px); 25 | } 26 | 27 | #app-mount .guilds_c48ade [class*=listItem]:not([class*=listItemWrapper]) { 28 | transform: rotate(90deg); 29 | position: unset; 30 | width: 100%; 31 | height: var(--ServerSize); 32 | overflow: visible; 33 | } 34 | 35 | #app-mount .guilds_c48ade .listItem__650eb { 36 | width: unset; 37 | margin: 0; 38 | } 39 | 40 | 41 | #app-mount .guilds_c48ade .tutorialContainer__650eb, 42 | #app-mount .guilds_c48ade .tutorialContainer__650eb+.listItem__650eb { 43 | width: auto; 44 | place-content: center; 45 | flex-wrap: wrap; 46 | margin: 3px 0 6px 0; 47 | } 48 | 49 | #app-mount .guilds_c48ade .folderGroup__48112>.listItem__650eb { 50 | margin: 0px !important; 51 | } 52 | 53 | #app-mount .guilds_c48ade .tutorialContainer__1f388+.listItem__650eb { 54 | transform: initial; 55 | } 56 | 57 | #app-mount .folderGroup__48112 { 58 | display: flex; 59 | flex-wrap: wrap; 60 | justify-content: center; 61 | width: 100%; 62 | overflow: visible; 63 | } 64 | 65 | #app-mount .folderGroup__48112:not(.isExpanded__48112) { 66 | height: var(--ServerSize); 67 | } 68 | 69 | #app-mount .folderHeader__48112 { 70 | height: var(--ServerSize); 71 | width: var(--ServerSize); 72 | } 73 | 74 | #app-mount .guilds_c48ade .scroller_ef3116 .stack_dbd263:not([id]) { 75 | width: calc(100% - 0px); 76 | flex: 1 1 auto; 77 | justify-content: center; 78 | } 79 | 80 | #app-mount [class*="guildSeparator"] { 81 | transform: rotate(90deg); 82 | width: var(--ServerSize); 83 | } 84 | 85 | #app-mount .guilds_c48ade .target_d144f8::before { 86 | border-radius: var(--Rounding); 87 | top: 15px; 88 | height: var(--ServerSize); 89 | width: 4px; 90 | left: -3px; 91 | } 92 | 93 | #app-mount .guilds_c48ade svg.placeholderMask__90d72>foreignObject { 94 | mask: none; 95 | } 96 | 97 | .dragInner__87847 { 98 | border-radius: var(--Rounding); 99 | background-color: var(--Primary); 100 | } 101 | 102 | #app-mount .guilds_c48ade.hidden_ef3116+.base_c48ade { 103 | top: 0 !important; 104 | } 105 | 106 | #app-mount .isExpanded__48112 .folderGroupBackground__48112 { 107 | background-color: var(--custom-folder-color); 108 | opacity: 0.6; 109 | border-radius: var(--Rounding); 110 | left: auto; 111 | height: calc(100% - 0px); 112 | width: var(--ServerSize); 113 | top: 0px; 114 | border: none; 115 | } 116 | 117 | #app-mount .guilds_c48ade .scroller_ef3116 { 118 | width: calc(var(--ServerSize) + 20px); 119 | height: 100% !important; 120 | display: flex; 121 | flex-direction: column; 122 | padding: 0 0 !important; 123 | flex-wrap: nowrap; 124 | justify-content: flex-start; 125 | align-items: center; 126 | } 127 | 128 | #app-mount .guilds_c48ade .scroller_ef3116>div#guild-list-unread-dms .listItem__650eb>.pill_ed9a5f, 129 | #app-mount .guilds_c48ade .listItem__650eb .pill_e5445c, 130 | #app-mount .pill__1f388 { 131 | transform: rotate(90deg) translateY(0%); 132 | height: var(--ServerSize); 133 | width: 10px; 134 | top: calc(var(--ServerSize) / -1 + var(--ServerSize) / 2 - 5px) !important; 135 | left: calc(50% - 5px); 136 | display: flex; 137 | justify-content: center; 138 | } 139 | 140 | #app-mount .guilds_c48ade div.stack_dbd263>.folderGroup__48112 .listItem__650eb .pill_e5445c { 141 | top: calc(var(--ServerSize) / -1 + var(--ServerSize) / 2 - 5px) !important; 142 | } 143 | 144 | #app-mount .guilds_c48ade .scroller_ef3116>div#guild-list-unread-dms .listItem__650eb>.pill_ed9a5f>span, 145 | #app-mount .guilds_c48ade .listItem__650eb .pill_e5445c>span, 146 | #app-mount .pill__1f388>span { 147 | margin-left: 0; 148 | width: 5px; 149 | border-radius: 50%; 150 | height: 5px!important; 151 | box-shadow: 0px 0px 5px 1px currentColor; 152 | } 153 | 154 | #app-mount .guilds_c48ade .listItem__650eb .pill_e5445c>span[style*="height: 8px;"] { 155 | border-radius: 5px; 156 | box-shadow: 0px 0px 0px 0px currentColor; 157 | } 158 | 159 | #app-mount .guilds_c48ade .listItem__650eb .pill_e5445c>span:not([style*="height: 40px;"]) { 160 | height: calc(var(--ServerSize) * 0.5) !important; 161 | border-radius: 5px; 162 | box-shadow: 0px 0px 0px 0px currentColor; 163 | } 164 | 165 | #app-mount .pillMessage_dc6abe { 166 | width: 100% !important; 167 | } 168 | 169 | #app-mount .guilds_c48ade .scroller_ef3116>div[style*="opacity: 1;"]:not(:first-child)>.listItem__650eb { 170 | position: initial; 171 | width: var(--ServerSize); 172 | height: var(--ServerSize); 173 | } 174 | 175 | #app-mount .activityCount_fa285e>.pill_dc6abe.pillOnline_dc6abe+.pill_dc6abe { 176 | transform: none; 177 | width: auto; 178 | height: auto; 179 | } 180 | 181 | #app-mount .guilds_c48ade [class*=listItem]:not([class*=listItemWrapper])>.wrapper__6e9f8 { 182 | width: var(--ServerSize); 183 | height: var(--ServerSize); 184 | top: 0px; 185 | bottom: 0px; 186 | } 187 | 188 | #app-mount .guilds_c48ade .folderGroup__48112 ul>[class*=listItem]:not([class*=listItemWrapper]) { 189 | margin: 0; 190 | } 191 | 192 | #app-mount .guilds_c48ade .scroller_ef3116>div[style*="opacity: 1;"]:not(:first-child) { 193 | margin: 3px 0 3px 0; 194 | } 195 | 196 | #app-mount .guilds_c48ade .scroller_ef3116>div:not([class]):not([style]) { 197 | place-content: center; 198 | flex: 1 1 auto; 199 | margin: 6px 0px; 200 | border-radius: var(--Rounding); 201 | } 202 | 203 | .tree_ef3116 { 204 | display: flex; 205 | align-items: center; 206 | height: 100%; 207 | } 208 | 209 | .footer__214dc { 210 | margin: 6px 0 6px 0; 211 | width: auto; 212 | padding: 0; 213 | } 214 | 215 | .unreadMentionsIndicatorBottom_ef3116 { 216 | overflow: visible; 217 | } 218 | 219 | .unreadMentionsBar_ef3116 { 220 | transform: rotate(90deg) translateY(0%) !important; 221 | left: calc(-50% + 0px); 222 | bottom: unset; 223 | width: var(--ServerSize); 224 | height: 16px; 225 | padding: 0; 226 | opacity: 1; 227 | } 228 | 229 | .unreadMentionsIndicatorTop_ef3116 .unreadMentionsBar_ef3116 { 230 | top: 16px; 231 | } 232 | 233 | .unreadMentionsIndicatorBottom_ef3116 .unreadMentionsBar_ef3116 { 234 | top: -6px; 235 | } 236 | 237 | .unreadMentionsIndicatorTop_ef3116, 238 | .unreadMentionsIndicatorBottom_ef3116 { 239 | top: 0px; 240 | left: 4px; 241 | padding: 0; 242 | height: var(--ServerSize); 243 | width: var(--ServerSize); 244 | overflow: visible; 245 | margin: 6px 4px 6px 4px; 246 | } 247 | 248 | .unreadMentionsIndicatorBottom_ef3116 { 249 | top: unset; 250 | bottom: 0px; 251 | } 252 | 253 | .unreadMentionsIndicatorBottom_ef3116>.unreadMentionsBar_ef3116:not(.hidden__3b95d)::after { 254 | content: ""; 255 | position: absolute; 256 | bottom: 0px; 257 | right: -4px; 258 | width: 8px; 259 | height: 16px; 260 | background-color: var(--Unread); 261 | clip-path: polygon(0% 0%, 100% 50%, 0% 100%); 262 | } 263 | 264 | .unreadMentionsIndicatorTop_ef3116>.unreadMentionsBar_ef3116:not(.hidden__3b95d)::after { 265 | content: ""; 266 | position: absolute; 267 | bottom: 0px; 268 | left: -6px; 269 | width: 8px; 270 | height: 16px; 271 | background-color: var(--Unread); 272 | clip-path: polygon(0% 50%, 100% 0%, 100% 100%); 273 | } 274 | 275 | .visual-refresh .folder__48112, 276 | .visual-refresh .folderIconWrapper__48112{ 277 | width: 100%; 278 | height: 100%; 279 | } 280 | 281 | .visual-refresh .wrapper_cc5dd2[style="width: 48px; height: 48px;"] { 282 | width: var(--ServerSize) !important; 283 | height: var(--ServerSize) !important; 284 | } 285 | 286 | .folderGroup__48112.isExpanded__48112 .folderPreviewWrapper__48112 { 287 | margin-top: 6px; 288 | } -------------------------------------------------------------------------------- /addons/UserIsTyping.css: -------------------------------------------------------------------------------- 1 | .typing_b88801 { 2 | position: unset !important; 3 | background: var(--bg-sendmessage); 4 | } 5 | 6 | [class*=channelTextAreaDisabled] { 7 | display: block; 8 | } 9 | 10 | .chat_f75fb0[class*=channelTextAreaDisabled] .textArea__74017>.placeholder__1b31f:after { 11 | content: "You do not have permission to send messages in this channel."; 12 | } 13 | 14 | .jumpToPresentBar__0f481 { 15 | bottom: 5px; 16 | left: 5px; 17 | right: 5px; 18 | } -------------------------------------------------------------------------------- /custom-configs/Elysia-Remastered.theme.css: -------------------------------------------------------------------------------- 1 | /** 2 | * @name ELYSIA - Remastered 3 | * @author NEBULYS 4 | * @authorLink https://github.com/GoldenLys 5 | * @version 1.3 6 | * @invite SBuYeHh 7 | * @description An amazing fully customizable theme, made with 💖 by NEBULYS. 8 | * @website https://nebulys.eu/ 9 | */ 10 | 11 | @import url("https://fonts.googleapis.com/css?family=Quicksand&display=swap"); 12 | 13 | /* 14 | Marianne.css 15 | 16 | This is an addon that adds the Marianne font, you need to change the font variable below to 'Marianne' to see it. 17 | 18 | @import url("https://goldenlys.github.io/WizardUI/addons/Marianne.css"); 19 | */ 20 | 21 | @import url("https://goldenlys.github.io/WizardUI/base.css"); 22 | 23 | /* 24 | PurpleServerList.css 25 | 26 | This is an addon that moves the servers to the top with an horizontal width. 27 | */ 28 | @import url("https://goldenlys.github.io/WizardUI/addons/PurpleServerList.css"); 29 | 30 | /* 31 | LettersInPSL.css 32 | - requires: PurpleServerList 33 | 34 | This is a modification for PurpleServerList which replaces the folders icons with letters. 35 | 36 | @import url("https://goldenlys.github.io/WizardUI/addons/LettersInPSL.css"); 37 | */ 38 | 39 | /* 40 | AlternateFoldersInPSL.css 41 | - requires: PurpleServerList, LettersInPSL (optionnal) 42 | 43 | This addon modifies the view of closed folders in PurpleServerList, to make it show the folder icon at the top 44 | and the first and second server inside that folder, this is also compatible with the LettersInPSL addon. 45 | 46 | @import url("https://goldenlys.github.io/WizardUI/addons/AlternateFoldersInPSL.css"); 47 | */ 48 | 49 | /* 50 | HoverMembers.css 51 | 52 | This is an addon that makes the members list hidden until you hover it. 53 | */ 54 | @import url("https://goldenlys.github.io/WizardUI/addons/HoverMembers.css"); 55 | 56 | /* 57 | UserIsTyping.css 58 | 59 | This is an addon that moves the "user is typing" text to the bottom of the app, like the default discord. 60 | 61 | @import url("https://goldenlys.github.io/WizardUI/addons/UserIsTyping.css"); 62 | */ 63 | 64 | /* 65 | EvenMoreColors/[number from 1 to 10].css 66 | 67 | This is an addon that recolors alot of elements in the app with the main theme color but you can even add an RGB animated effect if you change the number before the ".css" (with a maximum of 10 colors). 68 | */ 69 | @import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/2.css"); 70 | 71 | :root { 72 | /* MAIN VARIABLES */ 73 | --Watermark: "- ELYSIA Remastered"; 74 | --font: 'Quicksand', 'emoji', sans-serif; 75 | --Text: rgb(255, 255, 255); 76 | --logo: url(https://goldenlys.github.io/WizardUI/images/logos/1.gif); 77 | --sendmessage-text-lines: 8; 78 | 79 | /* STATUS VARIABLES */ 80 | --Online: rgb(0, 255, 6); 81 | --Idle: rgb(18, 100, 239); 82 | --Unavailable: rgb(228, 15, 0); 83 | --Offline: rgb(90, 95, 100); 84 | --Streaming: rgb(110, 0, 196); 85 | 86 | /* UI COLOR VARIABLES */ 87 | --grey: rgb(18, 19, 31); 88 | --grey5: rgba(18, 19, 31, .75); 89 | --darkgrey: rgb(10, 10, 20); 90 | --darkgrey5: rgba(10, 10, 20, .75); 91 | --ui-success: rgb(69, 208, 34); 92 | --ui-warning: rgb(238, 165, 30); 93 | --ui-error: rgb(208, 34, 34); 94 | 95 | /* THEME COLORS */ 96 | --Primary: rgb(130, 0, 216); 97 | --text-link: var(--Primary); 98 | --text-shadow: rgb(0 0 0); 99 | --Highlighted: rgba(117 76 205 / 5%); 100 | --MessageHover: transparent; 101 | --Unread: rgb(173 16 16); 102 | --Hover: rgb(18 19 31 / 50%); 103 | 104 | /* BACKGROUNDS */ 105 | --background: url(https://goldenlys.github.io/WizardUI/images/backgrounds/elysia.jpg); 106 | --bg-titlebar: rgba(0, 0, 0, 0.65); 107 | --bg-servers: rgba(0, 0, 0, 0.65); 108 | --bg-ui: rgba(0, 0, 0, 0.65); 109 | --bg-chatbox: rgba(0, 0, 0, 0.5); 110 | --bg-sendmessage: rgba(0, 0, 0, 0.65); 111 | --bg-members: rgba(0, 0, 0, 0.65); 112 | --bg-chat-elements: rgba(0, 0, 0, 0.5); 113 | --bg-settings: var(--darkgrey); 114 | --bg-colorprofile: rgba(0, 0, 0, 0.5); 115 | --bg-alt-message: transparent; 116 | 117 | /* SERVER SETTINGS */ 118 | --ServerSize: 45px; 119 | --ServerPills: var(--Primary); 120 | --ServerFoldersColor: var(--Primary); 121 | 122 | /* ROUNDING */ 123 | --Rounding: 5px; 124 | --AvatarRounding: var(--Rounding); 125 | 126 | /* RGB ADDON */ 127 | --ColorTime: 5s; 128 | --Color2: rgb(0, 225, 255); 129 | --Color3: rgb(0 0 0); 130 | --Color4: rgb(0 0 0); 131 | --Color5: rgb(0 0 0); 132 | --Color6: rgb(0 0 0); 133 | --Color7: rgb(0 0 0); 134 | --Color8: rgb(0 0 0); 135 | --Color9: rgb(0 0 0); 136 | --Color10: rgb(0 0 0); 137 | 138 | /* 139 | SHOWN BUTTONS IN THE MESSSAGE BOX 140 | 141 | Choose between 'none' or 'flex' 142 | none will disable / hide the button and flex will make it appear again 143 | 144 | */ 145 | --Show_Gift_Button: none; 146 | --Show_GIF_Button: none; 147 | --Show_Sticker_Button: none; 148 | --Show_Apps_Button: flex; 149 | } -------------------------------------------------------------------------------- /custom-configs/WizardUI-Clean.theme.css: -------------------------------------------------------------------------------- 1 | /** 2 | * @name WizardUI - Clean Edition 3 | * @author NEBULYS 4 | * @authorLink https://github.com/GoldenLys 5 | * @version 1.3 6 | * @invite SBuYeHh 7 | * @description An amazing fully customizable theme, made with 💖 by NEBULYS. 8 | * @website https://nebulys.eu/ 9 | */ 10 | 11 | /* 12 | Marianne.css 13 | 14 | This is an addon that adds the Marianne font, you need to change the font variable below to 'Marianne' to see it. 15 | 16 | */ 17 | @import url("https://goldenlys.github.io/WizardUI/addons/Marianne.css"); 18 | 19 | @import url("https://goldenlys.github.io/WizardUI/base.css"); 20 | 21 | /* 22 | PurpleServerList.css 23 | 24 | This is an addon that moves the servers to the top with an horizontal width. 25 | */ 26 | @import url("https://goldenlys.github.io/WizardUI/addons/PurpleServerList.css"); 27 | 28 | /* 29 | LettersInPSL.css 30 | - requires: PurpleServerList 31 | 32 | This is a modification for PurpleServerList which replaces the folders icons with letters. 33 | 34 | @import url("https://goldenlys.github.io/WizardUI/addons/LettersInPSL.css"); 35 | */ 36 | 37 | /* 38 | AlternateFoldersInPSL.css 39 | - requires: PurpleServerList, LettersInPSL (optionnal) 40 | 41 | This addon modifies the view of closed folders in PurpleServerList, to make it show the folder icon at the top 42 | and the first and second server inside that folder, this is also compatible with the LettersInPSL addon. 43 | 44 | @import url("https://goldenlys.github.io/WizardUI/addons/AlternateFoldersInPSL.css"); 45 | */ 46 | 47 | /* 48 | HoverMembers.css 49 | 50 | This is an addon that makes the members list hidden until you hover it. 51 | 52 | */ 53 | @import url("https://goldenlys.github.io/WizardUI/addons/HoverMembers.css"); 54 | 55 | /* 56 | UserIsTyping.css 57 | 58 | This is an addon that moves the "user is typing" text to the bottom of the app, like the default discord. 59 | 60 | @import url("https://goldenlys.github.io/WizardUI/addons/UserIsTyping.css"); 61 | */ 62 | 63 | /* 64 | EvenMoreColors/[number from 1 to 10].css 65 | 66 | This is an addon that recolors alot of elements in the app with the main theme color but you can even add an RGB animated effect if you change the number before the ".css" (with a maximum of 10 colors). 67 | 68 | @import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/2.css"); 69 | */ 70 | 71 | :root { 72 | /* MAIN VARIABLES */ 73 | --Watermark: "- WizardUI Clean Edition"; 74 | --font: 'Marianne', 'emoji', sans-serif; 75 | --Text: #F8F8F2; 76 | --logo: url(https://goldenlys.github.io/WizardUI/images/logos/2.png); 77 | --sendmessage-text-lines: 8; 78 | 79 | /* THEME COLORS */ 80 | --Primary: rgb(89, 78, 255); 81 | --text-link: var(--Primary); 82 | --text-shadow: rgb(0 0 0); 83 | --Highlighted: var(--Primary); 84 | --MessageHover: var(--grey5); 85 | --Unread: rgb(173 16 16); 86 | --Hover: rgb(255 255 255 / 15%); 87 | 88 | /* STATUS VARIABLES */ 89 | --Online: #8AFF80; 90 | --Idle: #99FFEE; 91 | --Unavailable: #FF9580; 92 | --Offline: rgb(90, 95, 100); 93 | --Streaming: #AA99FF; 94 | 95 | /* BACKGROUNDS */ 96 | --background: hsl(235deg 25% 25%); 97 | --bg-titlebar: hsl(235deg 25% 25%); 98 | --bg-servers: hsl(235deg 25% 25%); 99 | --bg-sendmessage: hsl(235deg 25% 25%); 100 | --bg-ui: hsl(235deg 25% 25%); 101 | --bg-chatbox: hsl(236deg 25% 20%); 102 | --bg-members: var(--bg-ui); 103 | --bg-chat-elements: var(--grey5); 104 | --bg-settings: var(--bg-ui); 105 | --bg-colorprofile: rgba(48, 50, 80, 0.50); 106 | --bg-alt-message: transparent; 107 | 108 | /* UI COLOR VARIABLES */ 109 | --grey: rgb(33 35 69); 110 | --grey5: rgb(33 35 69 / 75%); 111 | --darkgrey: rgb(26 28 55); 112 | --darkgrey5: rgb(26 28 55 / 75%); 113 | --ui-success: rgb(69, 208, 34); 114 | --ui-warning: rgb(238, 165, 30); 115 | --ui-error: rgb(208, 34, 34); 116 | 117 | /* SERVER SETTINGS */ 118 | --ServerSize: 45px; 119 | --ServerPills: var(--Primary); 120 | --ServerFoldersColor: var(--Primary); 121 | 122 | /* ROUNDING */ 123 | --Rounding: 5px; 124 | --AvatarRounding: var(--Rounding); 125 | 126 | /* RGB ADDON */ 127 | --ColorTime: 5s; 128 | --Color2: rgb(89, 78, 255); 129 | --Color3: rgb(0 0 0); 130 | --Color4: rgb(0 0 0); 131 | --Color5: rgb(0 0 0); 132 | --Color6: rgb(0 0 0); 133 | --Color7: rgb(0 0 0); 134 | --Color8: rgb(0 0 0); 135 | --Color9: rgb(0 0 0); 136 | --Color10: rgb(0 0 0); 137 | 138 | /* 139 | SHOWN BUTTONS IN THE MESSSAGE BOX 140 | 141 | Choose between 'none' or 'flex' 142 | none will disable / hide the button and flex will make it appear again 143 | 144 | */ 145 | --Show_Gift_Button: none; 146 | --Show_GIF_Button: none; 147 | --Show_Sticker_Button: none; 148 | --Show_Apps_Button: flex; 149 | } -------------------------------------------------------------------------------- /custom-configs/WizardUI-Fallout.theme.css: -------------------------------------------------------------------------------- 1 | /** 2 | * @name WizardUI - Fallout Edition 3 | * @author NEBULYS 4 | * @authorLink https://github.com/GoldenLys 5 | * @version 1.43 6 | * @invite SBuYeHh 7 | * @description An amazing modular and fully customizable theme, made with 💖 by NEBULYS. 8 | * @website https://nebulys.eu/themegen 9 | */ 10 | 11 | @import url("https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap"); 12 | 13 | @import url("https://goldenlys.github.io/WizardUI/base.css"); 14 | 15 | @import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/5.css"); 16 | 17 | :root { 18 | /* GENERAL */ 19 | --AppName: "Robco Industries"; 20 | --Watermark: "(TM) 2075-2077 Termlink"; 21 | --font: "Share Tech Mono", "emoji", sans-serif; 22 | --logo: url("https://goldenlys.github.io/WizardUI/images/logos/24.png"); 23 | --sendmessage-text-lines: 8; 24 | 25 | /* COLORS */ 26 | --Primary: #7deb7d; 27 | --Text: #d4f1d6; 28 | --text-shadow: #142214; 29 | --Highlighted: #7deb7d80; 30 | --MessageHover: #29292900; 31 | --Unread: #788a78; 32 | 33 | /* STATUS */ 34 | --Online: #8aff80; 35 | --Idle: #99ffee; 36 | --Unavailable: #ff9580; 37 | --Offline: #5a5f64; 38 | --Streaming: #aa99ff; 39 | 40 | /* UI */ 41 | --grey: #2b392a; 42 | --grey5: #2b392abf; 43 | --darkgrey: #191a25; 44 | --darkgrey5: #191a25bf; 45 | --ui-success: #45d022; 46 | --ui-warning: #eea51e; 47 | --ui-error: #d02222; 48 | --Hover: #29292980; 49 | 50 | /* BACKGROUNDS */ 51 | --bg-titlebar: #0a220aa6; 52 | --bg-servers: #0a220aa6; 53 | --bg-ui: #000000a6; 54 | --bg-chatbox: #00000080; 55 | --bg-sendmessage: #0a220aa6; 56 | --bg-members: #0a220aa6; 57 | --bg-chat-elements: #2b392a80; 58 | --bg-settings: #0a220abf; 59 | --bg-colorprofile: #0a220a80; 60 | --bg-alt-message: #00000000; 61 | --background: url("https://goldenlys.github.io/WizardUI/images/backgrounds/fallout.jpg"); 62 | 63 | /* RGB */ 64 | --ColorTime: 5s; 65 | --Color2: #000000; 66 | --Color3: #000000; 67 | --Color4: #000000; 68 | --Color5: #000000; 69 | --Color6: #000000; 70 | --Color7: #000000; 71 | --Color8: #000000; 72 | --Color9: #000000; 73 | --Color10: #000000; 74 | 75 | /* MISCS */ 76 | --ServerSize: 45px; 77 | --ServerPills: var(--Primary); 78 | --ServerFoldersColor: var(--Primary); 79 | --Rounding: 5px; 80 | --AvatarRounding: 5px; 81 | --Show_Gift_Button: none; 82 | --Show_GIF_Button: none; 83 | --Show_Sticker_Button: none; 84 | --Show_Apps_Button: flex; 85 | } 86 | 87 | 88 | /* Theme generated using WizardUI Theme Generator v1.43 */ -------------------------------------------------------------------------------- /custom-configs/WizardUI-Fallout_BOS_Edition.theme.css: -------------------------------------------------------------------------------- 1 | /** 2 | * @name WizardUI - Fallout BOS Edition 3 | * @author NEBULYS 4 | * @authorLink https://github.com/GoldenLys 5 | * @version 1.43 6 | * @invite SBuYeHh 7 | * @description An amazing modular and fully customizable theme, made with 💖 by NEBULYS. 8 | * @website https://nebulys.eu/themegen 9 | */ 10 | 11 | @import url("https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap"); 12 | 13 | @import url("https://goldenlys.github.io/WizardUI/base.css"); 14 | 15 | @import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/5.css"); 16 | 17 | :root { 18 | /* GENERAL */ 19 | --AppName: "Fallout"; 20 | --Watermark: "Brotherhood of Steel Edition"; 21 | --font: "Share Tech Mono", "emoji", sans-serif; 22 | --logo: url("https://goldenlys.github.io/WizardUI/images/logos/23.png"); 23 | --sendmessage-text-lines: 8; 24 | 25 | /* COLORS */ 26 | --Primary: #8d1b1b; 27 | --Text: #f8f8f2; 28 | --text-shadow: #484d64; 29 | --Highlighted: #8d1b1b80; 30 | --MessageHover: #2a2c3900; 31 | --Unread: #f59696; 32 | 33 | /* STATUS */ 34 | --Online: #5bff4c; 35 | --Idle: #f0ff99; 36 | --Unavailable: #ee5030; 37 | --Offline: #5a5f64; 38 | --Streaming: #aa99ff; 39 | 40 | /* UI */ 41 | --grey: #2a2c39; 42 | --grey5: #2a2c39bf; 43 | --darkgrey: #191a25; 44 | --darkgrey5: #191a25bf; 45 | --ui-success: #45d022; 46 | --ui-warning: #eea51e; 47 | --ui-error: #d02222; 48 | --Hover: #29292980; 49 | 50 | /* BACKGROUNDS */ 51 | --bg-titlebar: #222222a6; 52 | --bg-servers: #222222a6; 53 | --bg-ui: #000000a6; 54 | --bg-chatbox: #00000080; 55 | --bg-sendmessage: #222222a6; 56 | --bg-members: #222222a6; 57 | --bg-chat-elements: #2a2c3980; 58 | --bg-settings: #222222bf; 59 | --bg-colorprofile: #00000080; 60 | --bg-alt-message: #00000000; 61 | --background: url("https://goldenlys.github.io/WizardUI/images/backgrounds/bos2.jpg"); 62 | 63 | /* RGB */ 64 | --ColorTime: 5s; 65 | --Color2: #c42424; 66 | --Color3: #f83232; 67 | --Color4: #000000; 68 | --Color5: #000000; 69 | --Color6: #000000; 70 | --Color7: #000000; 71 | --Color8: #000000; 72 | --Color9: #000000; 73 | --Color10: #000000; 74 | 75 | /* MISCS */ 76 | --ServerSize: 45px; 77 | --ServerPills: var(--Primary); 78 | --ServerFoldersColor: var(--Primary); 79 | --Rounding: 5px; 80 | --AvatarRounding: 5px; 81 | --Show_Gift_Button: none; 82 | --Show_GIF_Button: none; 83 | --Show_Sticker_Button: none; 84 | --Show_Apps_Button: flex; 85 | } 86 | 87 | 88 | /* Theme generated using WizardUI Theme Generator v1.43 */ -------------------------------------------------------------------------------- /custom-configs/WizardUI-MWIII.theme.css: -------------------------------------------------------------------------------- 1 | /** 2 | * @name WizardUI - MWIII 3 | * @author NEBULYS 4 | * @authorLink https://github.com/GoldenLys 5 | * @version 1.3 6 | * @invite SBuYeHh 7 | * @description An amazing modular and fully customizable theme, made with 💖 by NEBULYS. 8 | * @website https://nebulys.eu/ 9 | */ 10 | 11 | @import url("https://fonts.googleapis.com/css?family=Quicksand&display=swap"); 12 | 13 | /* 14 | Marianne.css 15 | 16 | This is an addon that adds the Marianne font, you need to change the font variable below to 'Marianne' to see it. 17 | 18 | @import url("https://goldenlys.github.io/WizardUI/addons/Marianne.css"); 19 | */ 20 | 21 | @import url("https://goldenlys.github.io/WizardUI/base.css"); 22 | 23 | /* 24 | PurpleServerList.css 25 | 26 | This is an addon that moves the servers to the top with an horizontal width. 27 | */ 28 | @import url("https://goldenlys.github.io/WizardUI/addons/PurpleServerList.css"); 29 | 30 | /* 31 | LettersInPSL.css 32 | - requires: PurpleServerList 33 | 34 | This is a modification for PurpleServerList which replaces the folders icons with letters. 35 | 36 | @import url("https://goldenlys.github.io/WizardUI/addons/LettersInPSL.css"); 37 | */ 38 | 39 | /* 40 | AlternateFoldersInPSL.css 41 | - requires: PurpleServerList, LettersInPSL (optionnal) 42 | 43 | This addon modifies the view of closed folders in PurpleServerList, to make it show the folder icon at the top 44 | and the first and second server inside that folder, this is also compatible with the LettersInPSL addon. 45 | 46 | @import url("https://goldenlys.github.io/WizardUI/addons/AlternateFoldersInPSL.css"); 47 | */ 48 | 49 | /* 50 | HoverMembers.css 51 | 52 | This is an addon that makes the members list hidden until you hover it. 53 | 54 | @import url("https://goldenlys.github.io/WizardUI/addons/HoverMembers.css"); 55 | */ 56 | 57 | /* 58 | UserIsTyping.css 59 | 60 | This is an addon that moves the "user is typing" text to the bottom of the app, like the default discord. 61 | 62 | @import url("https://goldenlys.github.io/WizardUI/addons/UserIsTyping.css"); 63 | */ 64 | 65 | /* 66 | EvenMoreColors/[number from 1 to 10].css 67 | 68 | This is an addon that recolors alot of elements in the app with the main theme color but you can even add an RGB animated effect if you change the number before the ".css" (with a maximum of 10 colors). 69 | 70 | @import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/2.css"); 71 | */ 72 | 73 | :root { 74 | /* MAIN VARIABLES */ 75 | --Watermark: "- Call of Duty Modern Warfare 3"; 76 | --font: 'Quicksand', 'emoji', sans-serif; 77 | --Text: rgb(255, 255, 255); 78 | --logo: url(https://goldenlys.github.io/WizardUI/images/logos/20.jpg); 79 | --sendmessage-text-lines: 8; 80 | 81 | /* STATUS VARIABLES */ 82 | --Online: rgb(0, 255, 6); 83 | --Idle: rgb(18, 100, 239); 84 | --Unavailable: rgb(228, 15, 0); 85 | --Offline: rgb(90, 95, 100); 86 | --Streaming: rgb(110, 0, 196); 87 | 88 | /* UI COLOR VARIABLES */ 89 | --grey: rgb(68, 68, 68); 90 | --grey5: rgba(68, 68, 68, .75); 91 | --darkgrey: rgb(34, 34, 34); 92 | --darkgrey5: rgba(34, 34, 34, .75); 93 | --ui-success: rgb(69, 208, 34); 94 | --ui-warning: rgb(238, 165, 30); 95 | --ui-error: rgb(208, 34, 34); 96 | 97 | /* THEME COLORS */ 98 | --Primary: rgb(255, 19, 19); 99 | --text-link: var(--Primary); 100 | --text-shadow: rgb(0 0 0); 101 | --Highlighted: rgb(255 19 19 / 50%); 102 | --MessageHover: transparent; 103 | --Unread: rgb(255 27 27); 104 | --Hover: rgb(18 19 31 / 50%); 105 | 106 | /* BACKGROUNDS */ 107 | --background: url(https://goldenlys.github.io/WizardUI/images/backgrounds/MW3.jpg); 108 | --bg-titlebar: rgb(0 0 0 / 75%); 109 | --bg-servers: rgb(0 0 0 / 75%); 110 | --bg-ui: rgb(0 0 0 / 75%); 111 | --bg-chatbox: transparent; 112 | --bg-sendmessage: rgb(0 0 0 / 75%); 113 | --bg-members: rgb(0 0 0 / 75%); 114 | --bg-chat-elements: rgb(0 0 0 / 65%); 115 | --bg-settings: var(--darkgrey); 116 | --bg-colorprofile: rgb(0 0 0 / 75%); 117 | --bg-alt-message: transparent; 118 | 119 | /* SERVER SETTINGS */ 120 | --ServerSize: 45px; 121 | --ServerPills: var(--Primary); 122 | --ServerFoldersColor: var(--Primary); 123 | 124 | /* ROUNDING */ 125 | --Rounding: 0; 126 | --AvatarRounding: var(--Rounding); 127 | 128 | /* RGB ADDON */ 129 | --ColorTime: 0s; 130 | --Color2: rgb(0 0 0); 131 | --Color3: rgb(0 0 0); 132 | --Color4: rgb(0 0 0); 133 | --Color5: rgb(0 0 0); 134 | --Color6: rgb(0 0 0); 135 | --Color7: rgb(0 0 0); 136 | --Color8: rgb(0 0 0); 137 | --Color9: rgb(0 0 0); 138 | --Color10: rgb(0 0 0); 139 | 140 | /* 141 | SHOWN BUTTONS IN THE MESSSAGE BOX 142 | 143 | Choose between 'none' or 'flex' 144 | none will disable / hide the button and flex will make it appear again 145 | 146 | */ 147 | --Show_Gift_Button: none; 148 | --Show_GIF_Button: none; 149 | --Show_Sticker_Button: none; 150 | --Show_Apps_Button: flex; 151 | } 152 | 153 | .guilds_c48ade .tutorialContainer__1f388>div[class^=listItem_]>div[class^=listItemWrapper_]>div { 154 | background-size: cover; 155 | } -------------------------------------------------------------------------------- /custom-configs/WizardUI-Midnight_Hunt.theme.css: -------------------------------------------------------------------------------- 1 | /** 2 | * @name WizardUI Midnight Hunt 3 | * @author NEBULYS 4 | * @authorLink https://github.com/GoldenLys 5 | * @version 1.3 6 | * @invite SBuYeHh 7 | * @description An amazing fully customizable theme, made with 💖 by NEBULYS. 8 | * @website https://nebulys.eu/ 9 | */ 10 | 11 | @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@100;200;300;400;500;600;700;800;900&display=swap'); 12 | 13 | /* 14 | Marianne.css 15 | 16 | This is an addon that adds the Marianne font, you need to change the font variable below to 'Marianne' to see it. 17 | 18 | @import url("https://goldenlys.github.io/WizardUI/addons/Marianne.css"); 19 | */ 20 | 21 | @import url("https://goldenlys.github.io/WizardUI/base.css"); 22 | 23 | /* 24 | PurpleServerList.css 25 | 26 | This is an addon that moves the servers to the top with an horizontal width. 27 | 28 | */ 29 | @import url("https://goldenlys.github.io/WizardUI/addons/PurpleServerList.css"); 30 | 31 | /* 32 | LettersInPSL.css 33 | - requires: PurpleServerList 34 | 35 | This is a modification for PurpleServerList which replaces the folders icons with letters. 36 | 37 | @import url("https://goldenlys.github.io/WizardUI/addons/LettersInPSL.css"); 38 | */ 39 | 40 | /* 41 | AlternateFoldersInPSL.css 42 | - requires: PurpleServerList, LettersInPSL (optionnal) 43 | 44 | This addon modifies the view of closed folders in PurpleServerList, to make it show the folder icon at the top 45 | and the first and second server inside that folder, this is also compatible with the LettersInPSL addon. 46 | 47 | */ 48 | @import url("https://goldenlys.github.io/WizardUI/addons/AlternateFoldersInPSL.css"); 49 | 50 | /* 51 | HoverMembers.css 52 | 53 | This is an addon that makes the members list hidden until you hover it. 54 | 55 | -- 56 | @import url("https://goldenlys.github.io/WizardUI/addons/HoverMembers.css"); 57 | */ 58 | 59 | /* 60 | UserIsTyping.css 61 | 62 | This is an addon that moves the "user is typing" text to the bottom of the app, like the default discord. 63 | 64 | @import url("https://goldenlys.github.io/WizardUI/addons/UserIsTyping.css"); 65 | */ 66 | 67 | /* 68 | EvenMoreColors/[number from 1 to 10].css 69 | 70 | This is an addon that recolors alot of elements in the app with the main theme color but you can even add an RGB animated effect if you change the number before the ".css" (with a maximum of 10 colors). 71 | 72 | */ 73 | @import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/1.css"); 74 | 75 | :root { 76 | /* MAIN VARIABLES */ 77 | --Watermark: "- WizardUI v" var(--version); 78 | --font: 'Source Sans Pro', 'emoji', sans-serif; 79 | --Text: rgb(255, 255, 255); 80 | --logo: url(https://goldenlys.github.io/WizardUI/images/home.png); 81 | --sendmessage-text-lines: 6; 82 | 83 | /* THEME COLORS */ 84 | --Primary: #7562c9; 85 | --text-link: var(--Primary); 86 | --Highlighted: var(--Primary); 87 | --MessageHover: var(--grey5); 88 | --Unread: rgb(194, 18, 18); 89 | --Hover: #24283d; 90 | 91 | /* STATUS VARIABLES */ 92 | --Online: #8AFF80; 93 | --Idle: #99FFEE; 94 | --Unavailable: #FF9580; 95 | --Offline: rgb(90, 95, 100); 96 | --Streaming: #AA99FF; 97 | 98 | /* BACKGROUNDS */ 99 | --background: #0b0d0f; 100 | --bg-titlebar: #0b0d0f; 101 | --bg-servers: #131a20; 102 | --bg-sendmessage: #0a0d10; 103 | --bg-ui: #0a0d10; 104 | --bg-chatbox: #0b0d0f; 105 | --bg-members: var(--bg-ui); 106 | --bg-chat-elements: #131a20; 107 | --bg-settings: var(--bg-ui); 108 | --bg-colorprofile: rgb(29 30 38 / 50%); 109 | --bg-alt-message: transparent; 110 | 111 | /* UI COLOR VARIABLES */ 112 | --grey: rgb(64, 88, 108); 113 | --grey5: rgb(64 88 108 / 75%); 114 | --darkgrey: rgb(33, 46, 56); 115 | --darkgrey5: rgb(33 46 56 / 75%); 116 | --ui-success: rgb(129, 248, 100); 117 | --ui-warning: rgb(245, 181, 64); 118 | --ui-error: rgb(241, 69, 69); 119 | 120 | /* SERVER SETTINGS */ 121 | --ServerSize: 50px; 122 | --ServerPills: var(--Primary); 123 | --ServerFoldersColor: var(--Primary); 124 | 125 | /* ROUNDING */ 126 | --Rounding: 5px; 127 | --AvatarRounding: var(--Rounding); 128 | 129 | /* RGB ADDON */ 130 | --ColorTime: 5s; 131 | --Color2: rgb(0 0 0); 132 | --Color3: rgb(0 0 0); 133 | --Color4: rgb(0 0 0); 134 | --Color5: rgb(0 0 0); 135 | --Color6: rgb(0 0 0); 136 | --Color7: rgb(0 0 0); 137 | --Color8: rgb(0 0 0); 138 | --Color9: rgb(0 0 0); 139 | --Color10: rgb(0 0 0); 140 | 141 | /* 142 | SHOWN BUTTONS IN THE MESSSAGE BOX 143 | 144 | Choose between 'none' or 'flex' 145 | none will disable / hide the button and flex will make it appear again 146 | 147 | */ 148 | --Show_Gift_Button: none; 149 | --Show_GIF_Button: none; 150 | --Show_Sticker_Button: none; 151 | --Show_Apps_Button: none; 152 | } -------------------------------------------------------------------------------- /custom-configs/WizardUI-Nebula.theme.css: -------------------------------------------------------------------------------- 1 | /** 2 | * @name WizardUI - Nebula 3 | * @author NEBULYS 4 | * @authorLink https://github.com/GoldenLys 5 | * @version 1.43 6 | * @invite SBuYeHh 7 | * @description An amazing modular and fully customizable theme, made with 💖 by NEBULYS. 8 | * @website https://nebulys.eu/themegen 9 | */ 10 | 11 | @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"); 12 | 13 | @import url("https://goldenlys.github.io/WizardUI/base.css"); 14 | 15 | @import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/5.css"); 16 | 17 | :root { 18 | /* GENERAL */ 19 | --AppName: "WizardUI - Nebula"; 20 | --Watermark: "NEBULA"; 21 | --font: "Inter", "emoji", sans-serif; 22 | --logo: url("https://goldenlys.github.io/WizardUI/images/logos/18.png"); 23 | --sendmessage-text-lines: 8; 24 | 25 | /* COLORS */ 26 | --Primary: #0fca89; 27 | --Text: #ffffff; 28 | --text-shadow: #000000; 29 | --Highlighted: #0fca8980; 30 | --MessageHover: #040f2000; 31 | --Unread: #ffffff; 32 | 33 | /* STATUS */ 34 | --Online: #00ff06; 35 | --Idle: #1264ef; 36 | --Unavailable: #e40f00; 37 | --Offline: #5a5f64; 38 | --Streaming: #6e00c4; 39 | 40 | /* UI */ 41 | --grey: #101023; 42 | --grey5: #101023bf; 43 | --darkgrey: #040f20; 44 | --darkgrey5: #040f20bf; 45 | --ui-success: #45d022; 46 | --ui-warning: #eea51e; 47 | --ui-error: #d02222; 48 | --Hover: #040f2080; 49 | 50 | /* BACKGROUNDS */ 51 | --bg-titlebar: #000812a6; 52 | --bg-servers: #000812a6; 53 | --bg-ui: #000000a6; 54 | --bg-chatbox: #00000080; 55 | --bg-sendmessage: #000812a6; 56 | --bg-members: #000812a6; 57 | --bg-chat-elements: #10102380; 58 | --bg-settings: #000812bf; 59 | --bg-colorprofile: #0a220a80; 60 | --bg-alt-message: #00000000; 61 | --background: url("https://goldenlys.github.io/WizardUI/images/backgrounds/nebula.jpg"); 62 | 63 | /* RGB */ 64 | --ColorTime: 5s; 65 | --Color2: #000000; 66 | --Color3: #000000; 67 | --Color4: #000000; 68 | --Color5: #000000; 69 | --Color6: #000000; 70 | --Color7: #000000; 71 | --Color8: #000000; 72 | --Color9: #000000; 73 | --Color10: #000000; 74 | 75 | /* MISCS */ 76 | --ServerSize: 45px; 77 | --ServerPills: var(--Primary); 78 | --ServerFoldersColor: var(--Primary); 79 | --Rounding: 5px; 80 | --AvatarRounding: 5px; 81 | --Show_Gift_Button: none; 82 | --Show_GIF_Button: none; 83 | --Show_Sticker_Button: none; 84 | --Show_Apps_Button: flex; 85 | } 86 | 87 | 88 | /* Theme generated using WizardUI Theme Generator v1.43 */ -------------------------------------------------------------------------------- /custom-configs/WizardUI-Pro.theme.css: -------------------------------------------------------------------------------- 1 | /** 2 | * @name WizardUI - Pro Edition 3 | * @author NEBULYS 4 | * @authorLink https://github.com/GoldenLys 5 | * @version 1.3 6 | * @invite SBuYeHh 7 | * @description An amazing fully customizable theme, made with 💖 by NEBULYS. 8 | * @website https://nebulys.eu/ 9 | */ 10 | 11 | @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@100;200;300;400;500;600;700;800;900&display=swap'); 12 | 13 | /* 14 | Marianne.css 15 | 16 | This is an addon that adds the Marianne font, you need to change the font variable below to 'Marianne' to see it. 17 | 18 | @import url("https://goldenlys.github.io/WizardUI/addons/Marianne.css"); 19 | */ 20 | 21 | @import url("https://goldenlys.github.io/WizardUI/base.css"); 22 | 23 | /* 24 | PurpleServerList.css 25 | 26 | This is an addon that moves the servers to the top with an horizontal width. 27 | */ 28 | @import url("https://goldenlys.github.io/WizardUI/addons/PurpleServerList.css"); 29 | 30 | /* 31 | LettersInPSL.css 32 | - requires: PurpleServerList 33 | 34 | This is a modification for PurpleServerList which replaces the folders icons with letters. 35 | 36 | @import url("https://goldenlys.github.io/WizardUI/addons/LettersInPSL.css"); 37 | */ 38 | 39 | /* 40 | AlternateFoldersInPSL.css 41 | - requires: PurpleServerList, LettersInPSL (optionnal) 42 | 43 | This addon modifies the view of closed folders in PurpleServerList, to make it show the folder icon at the top 44 | and the first and second server inside that folder, this is also compatible with the LettersInPSL addon. 45 | 46 | */ 47 | @import url("https://goldenlys.github.io/WizardUI/addons/AlternateFoldersInPSL.css"); 48 | 49 | /* 50 | HoverMembers.css 51 | 52 | This is an addon that makes the members list hidden until you hover it. 53 | 54 | */ 55 | @import url("https://goldenlys.github.io/WizardUI/addons/HoverMembers.css"); 56 | 57 | /* 58 | UserIsTyping.css 59 | 60 | This is an addon that moves the "user is typing" text to the bottom of the app, like the default discord. 61 | 62 | @import url("https://goldenlys.github.io/WizardUI/addons/UserIsTyping.css"); 63 | */ 64 | 65 | /* 66 | EvenMoreColors/[number from 1 to 10].css 67 | 68 | This is an addon that recolors alot of elements in the app with the main theme color but you can even add an RGB animated effect if you change the number before the ".css" (with a maximum of 10 colors). 69 | 70 | */ 71 | @import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/2.css"); 72 | 73 | :root { 74 | /* MAIN VARIABLES */ 75 | --Watermark: "- WizardUI Pro Edition"; 76 | --font: 'Source Sans Pro', 'emoji', sans-serif; 77 | --Text: #F8F8F2; 78 | --logo: url(https://goldenlys.github.io/WizardUI/images/logos/2.png); 79 | --sendmessage-text-lines: 8; 80 | 81 | /* THEME COLORS */ 82 | --Primary: rgb(149, 128, 255); 83 | --text-link: var(--Primary); 84 | --text-shadow: rgb(0 0 0); 85 | --Highlighted: var(--Primary); 86 | --MessageHover: var(--grey5); 87 | --Unread: rgb(173 16 16); 88 | --Hover: rgb(255 255 255 / 15%); 89 | 90 | /* STATUS VARIABLES */ 91 | --Online: #8AFF80; 92 | --Idle: #99FFEE; 93 | --Unavailable: #FF9580; 94 | --Offline: rgb(90, 95, 100); 95 | --Streaming: #AA99FF; 96 | 97 | /* BACKGROUNDS */ 98 | --background: #22212C; 99 | --bg-titlebar: #1d1e26; 100 | --bg-servers: #1d1e26; 101 | --bg-ui: #1d1e26; 102 | --bg-chatbox: #2a2c37; 103 | --bg-sendmessage: var(--darkgrey5); 104 | --bg-members: var(--bg-ui);; 105 | --bg-chat-elements: var(--grey5); 106 | --bg-settings: var(--bg-ui); 107 | --bg-colorprofile: rgb(29 30 38 / 50%); 108 | --bg-alt-message: transparent; 109 | 110 | /* UI COLOR VARIABLES */ 111 | --grey: rgb(80 76 103); 112 | --grey5: rgb(80 76 103 / 75%); 113 | --darkgrey: rgb(34 33 44); 114 | --darkgrey5: rgb(34 33 44 / 75%); 115 | --ui-success: rgb(69, 208, 34); 116 | --ui-warning: rgb(238, 165, 30); 117 | --ui-error: rgb(208, 34, 34); 118 | 119 | /* SERVER SETTINGS */ 120 | --ServerSize: 45px; 121 | --ServerPills: var(--Primary); 122 | --ServerFoldersColor: var(--Primary); 123 | 124 | /* ROUNDING */ 125 | --Rounding: 5px; 126 | --AvatarRounding: var(--Rounding); 127 | 128 | /* RGB ADDON */ 129 | --ColorTime: 5s; 130 | --Color2: rgb(0, 225, 255); 131 | --Color3: rgb(0 0 0); 132 | --Color4: rgb(0 0 0); 133 | --Color5: rgb(0 0 0); 134 | --Color6: rgb(0 0 0); 135 | --Color7: rgb(0 0 0); 136 | --Color8: rgb(0 0 0); 137 | --Color9: rgb(0 0 0); 138 | --Color10: rgb(0 0 0); 139 | 140 | /* 141 | SHOWN BUTTONS IN THE MESSSAGE BOX 142 | 143 | Choose between 'none' or 'flex' 144 | none will disable / hide the button and flex will make it appear again 145 | 146 | */ 147 | --Show_Gift_Button: none; 148 | --Show_GIF_Button: none; 149 | --Show_Sticker_Button: none; 150 | --Show_Apps_Button: flex; 151 | } -------------------------------------------------------------------------------- /custom-configs/WizardUI-Starfield.theme.css: -------------------------------------------------------------------------------- 1 | /** 2 | * @name WizardUI - Starfield 3 | * @author NEBULYS 4 | * @authorLink https://github.com/GoldenLys 5 | * @version 1.3 6 | * @invite SBuYeHh 7 | * @description An amazing modular and fully customizable theme, made with 💖 by NEBULYS. 8 | * @website https://nebulys.eu/ 9 | */ 10 | 11 | @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); 12 | 13 | /* 14 | Marianne.css 15 | 16 | This is an addon that adds the Marianne font, you need to change the font variable below to 'Marianne' to see it. 17 | 18 | @import url("https://goldenlys.github.io/WizardUI/addons/Marianne.css"); 19 | */ 20 | 21 | @import url("https://goldenlys.github.io/WizardUI/base.css"); 22 | 23 | /* 24 | PurpleServerList.css 25 | 26 | This is an addon that moves the servers to the top with an horizontal width. 27 | */ 28 | @import url("https://goldenlys.github.io/WizardUI/addons/PurpleServerList.css"); 29 | 30 | /* 31 | LettersInPSL.css 32 | - requires: PurpleServerList 33 | 34 | This is a modification for PurpleServerList which replaces the folders icons with letters. 35 | 36 | @import url("https://goldenlys.github.io/WizardUI/addons/LettersInPSL.css"); 37 | */ 38 | 39 | /* 40 | AlternateFoldersInPSL.css 41 | - requires: PurpleServerList, LettersInPSL (optionnal) 42 | 43 | This addon modifies the view of closed folders in PurpleServerList, to make it show the folder icon at the top 44 | and the first and second server inside that folder, this is also compatible with the LettersInPSL addon. 45 | 46 | @import url("https://goldenlys.github.io/WizardUI/addons/AlternateFoldersInPSL.css"); 47 | */ 48 | 49 | /* 50 | HoverMembers.css 51 | 52 | This is an addon that makes the members list hidden until you hover it. 53 | */ 54 | @import url("https://goldenlys.github.io/WizardUI/addons/HoverMembers.css"); 55 | 56 | 57 | /* 58 | UserIsTyping.css 59 | 60 | This is an addon that moves the "user is typing" text to the bottom of the app, like the default discord. 61 | 62 | @import url("https://goldenlys.github.io/WizardUI/addons/UserIsTyping.css"); 63 | */ 64 | 65 | /* 66 | EvenMoreColors/[number from 1 to 10].css 67 | 68 | This is an addon that recolors alot of elements in the app with the main theme color but you can even add an RGB animated effect if you change the number before the ".css" (with a maximum of 10 colors). 69 | */ 70 | @import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/5.css"); 71 | 72 | :root { 73 | /* MAIN VARIABLES */ 74 | --Watermark: "- Starfield Constellation Edition"; 75 | --font: 'Inter', 'emoji', sans-serif; 76 | --Text: rgb(255, 255, 255); 77 | --logo: url(https://goldenlys.github.io/WizardUI/images/logos/19.jpg); 78 | --sendmessage-text-lines: 8; 79 | 80 | /* THEME COLORS */ 81 | --Primary: rgb(47, 76, 121); 82 | --text-link: var(--Primary); 83 | --text-shadow: rgb(0 0 0); 84 | --Highlighted: var(--Primary); 85 | --MessageHover: rgb(4 15 32 / 75%); 86 | --Unread: rgb(255 27 27); 87 | --Hover: rgba(47 76 121 / 50%); 88 | 89 | /* STATUS VARIABLES */ 90 | --Online: rgb(0, 255, 6); 91 | --Idle: rgb(245, 176, 49); 92 | --Unavailable: rgb(228, 15, 0); 93 | --Offline: rgb(90, 95, 100); 94 | --Streaming: rgb(110, 0, 196); 95 | 96 | /* BACKGROUNDS */ 97 | --background: url(https://goldenlys.github.io/WizardUI/images/backgrounds/Starfield.jpg); 98 | --bg-ui: rgb(11 25 43 / 85%); 99 | --bg-titlebar: var(--bg-ui); 100 | --bg-servers: var(--bg-ui); 101 | --bg-chatbox: rgb(11 25 43 / 65%); 102 | --bg-sendmessage: var(--bg-ui); 103 | --bg-members: var(--bg-ui); 104 | --bg-chat-elements: var(--grey5); 105 | --bg-settings: var(--bg-ui); 106 | --bg-colorprofile: rgb(38 40 64 / 50%); 107 | --bg-alt-message: transparent; 108 | 109 | /* UI COLOR VARIABLES */ 110 | --grey: rgb(11 25 43); 111 | --grey5: rgb(11 25 43 / 75%); 112 | --darkgrey: rgb(4 15 32); 113 | --darkgrey5: rgb(4 15 32 / 75%); 114 | --ui-success: rgb(69 208 34); 115 | --ui-warning: rgb(238 165 30); 116 | --ui-error: rgb(208 34 34); 117 | 118 | /* SERVER SETTINGS */ 119 | --ServerSize: 55px; 120 | --ServerSpacing: 5px 0px 0px 5px; 121 | --ServerPills: var(--Primary); 122 | 123 | /* ROUNDING */ 124 | --Rounding: 5px; 125 | --AvatarRounding: var(--Rounding); 126 | 127 | /* RGB ADDON */ 128 | --ColorTime: 15s; 129 | --Color2: rgb(47, 76, 121); 130 | --Color3: rgb(215, 171, 97); 131 | --Color4: rgb(224, 98, 54); 132 | --Color5: rgb(200, 35, 55); 133 | --Color6: rgb(0 0 0); 134 | --Color7: rgb(0 0 0); 135 | --Color8: rgb(0 0 0); 136 | --Color9: rgb(0 0 0); 137 | --Color10: rgb(0 0 0); 138 | 139 | /* 140 | SHOWN BUTTONS IN THE MESSSAGE BOX 141 | 142 | Choose between 'none' or 'flex' 143 | none will disable / hide the button and flex will make it appear again 144 | 145 | */ 146 | --Show_Gift_Button: none; 147 | --Show_GIF_Button: none; 148 | --Show_Sticker_Button: none; 149 | --Show_Apps_Button: flex; 150 | } -------------------------------------------------------------------------------- /custom-configs/WizardUI-Ultimate.theme.css: -------------------------------------------------------------------------------- 1 | /** 2 | * @name WizardUI - Ultimate Edition 3 | * @author NEBULYS 4 | * @authorLink https://github.com/GoldenLys 5 | * @version 1.3 6 | * @invite SBuYeHh 7 | * @description An amazing modular and fully customizable theme, made with 💖 by NEBULYS. 8 | * @website https://nebulys.eu/ 9 | */ 10 | 11 | @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@100;200;300;400;500;600;700;800;900&display=swap'); 12 | 13 | /* 14 | Marianne.css 15 | 16 | This is an addon that adds the Marianne font, you need to change the font variable below to 'Marianne' to see it. 17 | 18 | @import url("https://goldenlys.github.io/WizardUI/addons/Marianne.css"); 19 | */ 20 | 21 | @import url("https://goldenlys.github.io/WizardUI/base.css"); 22 | 23 | /* 24 | PurpleServerList.css 25 | 26 | This is an addon that moves the servers to the top with an horizontal width. 27 | */ 28 | @import url("https://goldenlys.github.io/WizardUI/addons/PurpleServerList.css"); 29 | 30 | /* 31 | LettersInPSL.css 32 | - requires: PurpleServerList 33 | 34 | This is a modification for PurpleServerList which replaces the folders icons with letters. 35 | 36 | @import url("https://goldenlys.github.io/WizardUI/addons/LettersInPSL.css"); 37 | */ 38 | 39 | /* 40 | AlternateFoldersInPSL.css 41 | - requires: PurpleServerList, LettersInPSL (optionnal) 42 | 43 | This addon modifies the view of closed folders in PurpleServerList, to make it show the folder icon at the top 44 | and the first and second server inside that folder, this is also compatible with the LettersInPSL addon. 45 | 46 | @import url("https://goldenlys.github.io/WizardUI/addons/AlternateFoldersInPSL.css"); 47 | */ 48 | 49 | /* 50 | HoverMembers.css 51 | 52 | This is an addon that makes the members list hidden until you hover it. 53 | */ 54 | @import url("https://goldenlys.github.io/WizardUI/addons/HoverMembers.css"); 55 | 56 | 57 | /* 58 | UserIsTyping.css 59 | 60 | This is an addon that moves the "user is typing" text to the bottom of the app, like the default discord. 61 | 62 | @import url("https://goldenlys.github.io/WizardUI/addons/UserIsTyping.css"); 63 | */ 64 | 65 | /* 66 | EvenMoreColors/[number from 1 to 10].css 67 | 68 | This is an addon that recolors alot of elements in the app with the main theme color but you can even add an RGB animated effect if you change the number before the ".css" (with a maximum of 10 colors). 69 | */ 70 | @import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/4.css"); 71 | 72 | :root { 73 | /* MAIN VARIABLES */ 74 | --Watermark: "- WizardUI Ultimate"; 75 | --font: 'Source Sans Pro', 'emoji', sans-serif; 76 | --Text: #F8F8F2; 77 | --logo: url(https://goldenlys.github.io/WizardUI/images/logos/3.gif); 78 | --sendmessage-text-lines: 8; 79 | 80 | /* THEME COLORS */ 81 | --Primary: rgb(104 76 255); 82 | --text-link: var(--Primary); 83 | --text-shadow: rgb(0 0 0); 84 | --Highlighted: var(--Primary); 85 | --MessageHover: var(--grey5); 86 | --Unread: rgb(173 16 16); 87 | --Hover: rgb(104 76 255 / 35%); 88 | 89 | /* STATUS VARIABLES */ 90 | --Online: #8AFF80; 91 | --Idle: #99FFEE; 92 | --Unavailable: #FF9580; 93 | --Offline: rgb(90, 95, 100); 94 | --Streaming: #AA99FF; 95 | 96 | /* BACKGROUNDS */ 97 | --background: #28323c; 98 | --bg-titlebar: #13181a; 99 | --bg-servers: var(--bg-ui); 100 | --bg-sendmessage: var(--bg-ui); 101 | --bg-ui: hsla(210, 15%, 12%, 1); 102 | --bg-chatbox: transparent; 103 | --bg-members: var(--bg-ui); 104 | --bg-chat-elements: var(--grey5); 105 | --bg-settings: var(--bg-ui); 106 | --bg-colorprofile: rgb(38 40 64 / 50%); 107 | --bg-alt-message: transparent; 108 | 109 | /* UI COLOR VARIABLES */ 110 | --grey: rgb(39 44 52); 111 | --grey5: rgb(39 44 52 / 75%); 112 | --darkgrey: rgb(16 18 26); 113 | --darkgrey5: rgb(16 18 26 / 75%); 114 | --ui-success: rgb(69, 208, 34); 115 | --ui-warning: rgb(238, 165, 30); 116 | --ui-error: rgb(208, 34, 34); 117 | 118 | /* SERVER SETTINGS */ 119 | --ServerSize: 45px; 120 | --ServerPills: var(--Primary); 121 | --ServerFoldersColor: var(--Primary); 122 | 123 | /* ROUNDING */ 124 | --Rounding: 5px; 125 | --AvatarRounding: var(--Rounding); 126 | 127 | /* RGB ADDON */ 128 | --ColorTime: 5s; 129 | --Color2: rgb(89, 78, 255); 130 | --Color3: rgb(76, 88, 255); 131 | --Color4: rgb(76, 88, 255); 132 | --Color5: rgb(0 0 0); 133 | --Color6: rgb(0 0 0); 134 | --Color7: rgb(0 0 0); 135 | --Color8: rgb(0 0 0); 136 | --Color9: rgb(0 0 0); 137 | --Color10: rgb(0 0 0); 138 | 139 | /* 140 | SHOWN BUTTONS IN THE MESSSAGE BOX 141 | 142 | Choose between 'none' or 'flex' 143 | none will disable / hide the button and flex will make it appear again 144 | 145 | */ 146 | --Show_Gift_Button: none; 147 | --Show_GIF_Button: none; 148 | --Show_Sticker_Button: none; 149 | --Show_Apps_Button: flex; 150 | } -------------------------------------------------------------------------------- /custom-configs/WizardUI-VI.theme.css: -------------------------------------------------------------------------------- 1 | /** 2 | * @name WizardUI Grand Theft Auto VI 3 | * @author NEBULYS 4 | * @authorLink https://github.com/GoldenLys 5 | * @version 1.3 6 | * @invite SBuYeHh 7 | * @description An amazing fully customizable theme, made with 💖 by NEBULYS. 8 | * @website https://nebulys.eu/ 9 | */ 10 | 11 | @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap"); 12 | /* 13 | Marianne.css 14 | 15 | This is an addon that adds the Marianne font, you need to change the font variable below to 'Marianne' to see it. 16 | 17 | @import url("https://goldenlys.github.io/WizardUI/addons/Marianne.css"); 18 | */ 19 | 20 | @import url("https://goldenlys.github.io/WizardUI/base.css"); 21 | 22 | /* 23 | PurpleServerList.css 24 | 25 | This is an addon that moves the servers to the top with an horizontal width. 26 | 27 | */ 28 | @import url("https://goldenlys.github.io/WizardUI/addons/PurpleServerList.css"); 29 | 30 | /* 31 | LettersInPSL.css 32 | - requires: PurpleServerList 33 | 34 | This is a modification for PurpleServerList which replaces the folders icons with letters. 35 | 36 | @import url("https://goldenlys.github.io/WizardUI/addons/LettersInPSL.css"); 37 | */ 38 | 39 | /* 40 | AlternateFoldersInPSL.css 41 | - requires: PurpleServerList, LettersInPSL (optionnal) 42 | 43 | This addon modifies the view of closed folders in PurpleServerList, to make it show the folder icon at the top 44 | and the first and second server inside that folder, this is also compatible with the LettersInPSL addon. 45 | 46 | @import url("https://goldenlys.github.io/WizardUI/addons/AlternateFoldersInPSL.css"); 47 | */ 48 | 49 | /* 50 | HoverMembers.css 51 | 52 | This is an addon that makes the members list hidden until you hover it. 53 | 54 | -- 55 | @import url("https://goldenlys.github.io/WizardUI/addons/HoverMembers.css"); 56 | */ 57 | 58 | /* 59 | UserIsTyping.css 60 | 61 | This is an addon that moves the "user is typing" text to the bottom of the app, like the default discord. 62 | 63 | @import url("https://goldenlys.github.io/WizardUI/addons/UserIsTyping.css"); 64 | */ 65 | 66 | /* 67 | EvenMoreColors/[number from 1 to 10].css 68 | 69 | This is an addon that recolors alot of elements in the app with the main theme color but you can even add an RGB animated effect if you change the number before the ".css" (with a maximum of 10 colors). 70 | 71 | */ 72 | @import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/3.css"); 73 | 74 | :root { 75 | /* MAIN VARIABLES */ 76 | --Watermark: "- Grand Theft Auto VI | WizardUI v" var(--version); 77 | --font: "Open Sans", "emoji", sans-serif; 78 | --Text: rgb(255, 255, 255); 79 | --logo: url(https://goldenlys.github.io/WizardUI/images/logos/29.png); 80 | --sendmessage-text-lines: 6; 81 | 82 | /* THEME COLORS */ 83 | --Primary: #ffb0c4; 84 | --text-link: var(--Primary); 85 | --Highlighted: var(--Primary); 86 | --MessageHover: var(--grey5); 87 | --Unread: rgb(194, 18, 18); 88 | --Hover: rgb(40 55 92 / 25%); 89 | 90 | /* STATUS VARIABLES */ 91 | --Online: #8AFF80; 92 | --Idle: #99FFEE; 93 | --Unavailable: #FF9580; 94 | --Offline: rgb(90, 95, 100); 95 | --Streaming: #AA99FF; 96 | 97 | /* BACKGROUNDS */ 98 | --background: url(https://goldenlys.github.io/WizardUI/images/backgrounds/gta6.jpg); 99 | --bg-titlebar: linear-gradient(233deg, #237287 23.91%, #246C84 33.21%, #265F7C 42.51%, #274F72 51.8%, #284367 61.1%, #283A5F 70.4%, #28375C 79.7%);; 100 | --bg-servers: linear-gradient(53deg, #237287 23.91%, #246C84 33.21%, #265F7C 42.51%, #274F72 51.8%, #284367 61.1%, #283A5F 70.4%, #28375C 79.7%);; 101 | --bg-sendmessage: transparent; 102 | --bg-ui: rgb(40 55 92 / 80%); 103 | --bg-chatbox: rgb(40 55 92 / 35%); 104 | --bg-members: var(--bg-ui); 105 | --bg-chat-elements: rgba(40, 55, 92, 0.65); 106 | --bg-settings: var(--bg-ui); 107 | --bg-colorprofile: rgb(29 30 38 / 50%); 108 | --bg-alt-message: transparent; 109 | --bg-user-area: transparent; 110 | 111 | /* UI COLOR VARIABLES */ 112 | --grey: rgb(94, 64, 108); 113 | --grey5: rgb(94 64 108 / 75%); 114 | --darkgrey: rgb(49, 33, 56); 115 | --darkgrey5: rgb(49 33 56 / 75%); 116 | --ui-success: rgb(129, 248, 100); 117 | --ui-warning: rgb(245, 181, 64); 118 | --ui-error: rgb(241, 69, 69); 119 | 120 | /* SERVER SETTINGS */ 121 | --ServerSize: 50px; 122 | --ServerPills: var(--Primary); 123 | --ServerFoldersColor: var(--Primary); 124 | 125 | /* ROUNDING */ 126 | --Rounding: 5px; 127 | --AvatarRounding: var(--Rounding); 128 | 129 | /* RGB ADDON */ 130 | --ColorTime: 5s; 131 | --Color2: rgb(145 223 236); 132 | --Color3: #ffed95; 133 | --Color4: rgb(0 0 0); 134 | --Color5: rgb(0 0 0); 135 | --Color6: rgb(0 0 0); 136 | --Color7: rgb(0 0 0); 137 | --Color8: rgb(0 0 0); 138 | --Color9: rgb(0 0 0); 139 | --Color10: rgb(0 0 0); 140 | 141 | /* 142 | SHOWN BUTTONS IN THE MESSSAGE BOX 143 | 144 | Choose between 'none' or 'flex' 145 | none will disable / hide the button and flex will make it appear again 146 | 147 | */ 148 | --Show_Gift_Button: none; 149 | --Show_GIF_Button: none; 150 | --Show_Sticker_Button: none; 151 | --Show_Apps_Button: none; 152 | } 153 | 154 | #my-account-tab>.settingsPage_f131e9>h3:before { 155 | content: 'Grand Theft Auto IV is Coming May 26 2026, mark your calendars!'; 156 | } 157 | 158 | .guilds_c48ade .tutorialContainer__1f388 > div[class^=listItem_] > div[class^=listItemWrapper_] > div { 159 | background-color: var(--Primary); 160 | animation: RGB_BG var(--ColorTime) linear infinite !important; 161 | -webkit-animation: RGB_BG var(--ColorTime) linear infinite !important; 162 | background-image: none; 163 | -webkit-mask: var(--logo) no-repeat center / contain; 164 | mask: var(--logo) no-repeat center / contain; 165 | } -------------------------------------------------------------------------------- /custom-configs/WizardUI-Void_Bloom.theme.css: -------------------------------------------------------------------------------- 1 | /** 2 | * @name WizardUI Void Bloom 3 | * @author NEBULYS 4 | * @authorLink https://github.com/GoldenLys 5 | * @version 1.3 6 | * @invite SBuYeHh 7 | * @description An amazing fully customizable theme, made with 💖 by NEBULYS. 8 | * @website https://nebulys.eu/ 9 | */ 10 | 11 | @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@100;200;300;400;500;600;700;800;900&display=swap'); 12 | 13 | /* 14 | Marianne.css 15 | 16 | This is an addon that adds the Marianne font, you need to change the font variable below to 'Marianne' to see it. 17 | 18 | @import url("https://goldenlys.github.io/WizardUI/addons/Marianne.css"); 19 | */ 20 | 21 | @import url("https://goldenlys.github.io/WizardUI/base.css"); 22 | 23 | /* 24 | PurpleServerList.css 25 | 26 | This is an addon that moves the servers to the top with an horizontal width. 27 | 28 | */ 29 | @import url("https://goldenlys.github.io/WizardUI/addons/PurpleServerList.css"); 30 | 31 | /* 32 | LettersInPSL.css 33 | - requires: PurpleServerList 34 | 35 | This is a modification for PurpleServerList which replaces the folders icons with letters. 36 | 37 | @import url("https://goldenlys.github.io/WizardUI/addons/LettersInPSL.css"); 38 | */ 39 | 40 | /* 41 | AlternateFoldersInPSL.css 42 | - requires: PurpleServerList, LettersInPSL (optionnal) 43 | 44 | This addon modifies the view of closed folders in PurpleServerList, to make it show the folder icon at the top 45 | and the first and second server inside that folder, this is also compatible with the LettersInPSL addon. 46 | 47 | */ 48 | @import url("https://goldenlys.github.io/WizardUI/addons/AlternateFoldersInPSL.css"); 49 | 50 | /* 51 | HoverMembers.css 52 | 53 | This is an addon that makes the members list hidden until you hover it. 54 | 55 | -- 56 | @import url("https://goldenlys.github.io/WizardUI/addons/HoverMembers.css"); 57 | */ 58 | 59 | /* 60 | UserIsTyping.css 61 | 62 | This is an addon that moves the "user is typing" text to the bottom of the app, like the default discord. 63 | 64 | @import url("https://goldenlys.github.io/WizardUI/addons/UserIsTyping.css"); 65 | */ 66 | 67 | /* 68 | EvenMoreColors/[number from 1 to 10].css 69 | 70 | This is an addon that recolors alot of elements in the app with the main theme color but you can even add an RGB animated effect if you change the number before the ".css" (with a maximum of 10 colors). 71 | 72 | */ 73 | @import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/1.css"); 74 | 75 | :root { 76 | /* MAIN VARIABLES */ 77 | --Watermark: "- WizardUI v" var(--version); 78 | --font: 'Source Sans Pro', 'emoji', sans-serif; 79 | --Text: rgb(255, 255, 255); 80 | --logo: url(https://goldenlys.github.io/WizardUI/images/home.png); 81 | --sendmessage-text-lines: 6; 82 | 83 | /* THEME COLORS */ 84 | --Primary: #b888e3; 85 | --text-link: var(--Primary); 86 | --Highlighted: var(--Primary); 87 | --MessageHover: var(--grey5); 88 | --Unread: rgb(173 16 16); 89 | --Hover: rgb(255 255 255 / 15%); 90 | 91 | /* STATUS VARIABLES */ 92 | --Online: #8AFF80; 93 | --Idle: #99FFEE; 94 | --Unavailable: #FF9580; 95 | --Offline: rgb(90, 95, 100); 96 | --Streaming: #AA99FF; 97 | 98 | /* BACKGROUNDS */ 99 | --background: #14121b; 100 | --bg-titlebar: #181621; 101 | --bg-servers: #181621; 102 | --bg-sendmessage: #181621; 103 | --bg-ui: #181621; 104 | --bg-chatbox: #232030; 105 | --bg-members: var(--bg-ui); 106 | --bg-chat-elements: rgb(80 76 103 / 35%); 107 | --bg-settings: var(--bg-ui); 108 | --bg-colorprofile: rgb(29 30 38 / 50%); 109 | --bg-alt-message: transparent; 110 | 111 | /* UI COLOR VARIABLES */ 112 | --grey: rgb(80 76 103); 113 | --grey5: rgb(80 76 103 / 75%); 114 | --darkgrey: rgb(34 33 44); 115 | --darkgrey5: rgb(34 33 44 / 75%); 116 | --ui-success: rgb(69, 208, 34); 117 | --ui-warning: rgb(238, 165, 30); 118 | --ui-error: rgb(208, 34, 34); 119 | 120 | /* SERVER SETTINGS */ 121 | --ServerSize: 50px; 122 | --ServerPills: var(--Primary); 123 | --ServerFoldersColor: var(--Primary); 124 | 125 | /* ROUNDING */ 126 | --Rounding: 5px; 127 | --AvatarRounding: var(--Rounding); 128 | 129 | /* RGB ADDON */ 130 | --ColorTime: 5s; 131 | --Color2: rgb(0 0 0); 132 | --Color3: rgb(0 0 0); 133 | --Color4: rgb(0 0 0); 134 | --Color5: rgb(0 0 0); 135 | --Color6: rgb(0 0 0); 136 | --Color7: rgb(0 0 0); 137 | --Color8: rgb(0 0 0); 138 | --Color9: rgb(0 0 0); 139 | --Color10: rgb(0 0 0); 140 | 141 | /* 142 | SHOWN BUTTONS IN THE MESSSAGE BOX 143 | 144 | Choose between 'none' or 'flex' 145 | none will disable / hide the button and flex will make it appear again 146 | 147 | */ 148 | --Show_Gift_Button: none; 149 | --Show_GIF_Button: none; 150 | --Show_Sticker_Button: none; 151 | --Show_Apps_Button: none; 152 | } -------------------------------------------------------------------------------- /fa/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fa/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /fa/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fa/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /fa/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fa/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /fa/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fa/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /fa/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fa/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /fa/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fa/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /fa/webfonts/fa-v4compatibility.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fa/webfonts/fa-v4compatibility.ttf -------------------------------------------------------------------------------- /fa/webfonts/fa-v4compatibility.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fa/webfonts/fa-v4compatibility.woff2 -------------------------------------------------------------------------------- /fonts/Bedstead.ttf.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fonts/Bedstead.ttf.eot -------------------------------------------------------------------------------- /fonts/Bedstead.ttf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fonts/Bedstead.ttf.woff -------------------------------------------------------------------------------- /fonts/FTAurebesh-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fonts/FTAurebesh-Black.woff2 -------------------------------------------------------------------------------- /fonts/FTAurebesh-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fonts/FTAurebesh-Bold.woff2 -------------------------------------------------------------------------------- /fonts/FTAurebesh-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fonts/FTAurebesh-Light.woff2 -------------------------------------------------------------------------------- /fonts/FTAurebesh-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fonts/FTAurebesh-Medium.woff2 -------------------------------------------------------------------------------- /fonts/FTAurebesh-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fonts/FTAurebesh-Regular.woff2 -------------------------------------------------------------------------------- /fonts/FTAurebesh-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fonts/FTAurebesh-SemiBold.woff2 -------------------------------------------------------------------------------- /fonts/FTAurebesh-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fonts/FTAurebesh-Thin.woff2 -------------------------------------------------------------------------------- /fonts/FTAurebesh-UltraBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fonts/FTAurebesh-UltraBold.woff2 -------------------------------------------------------------------------------- /fonts/FTAurebesh-UltraLight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fonts/FTAurebesh-UltraLight.woff2 -------------------------------------------------------------------------------- /fonts/Marianne-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fonts/Marianne-Bold.otf -------------------------------------------------------------------------------- /fonts/Marianne-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fonts/Marianne-ExtraBold.otf -------------------------------------------------------------------------------- /fonts/Marianne-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fonts/Marianne-Light.otf -------------------------------------------------------------------------------- /fonts/Marianne-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fonts/Marianne-Medium.otf -------------------------------------------------------------------------------- /fonts/Marianne-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fonts/Marianne-Regular.otf -------------------------------------------------------------------------------- /fonts/Marianne-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fonts/Marianne-Thin.otf -------------------------------------------------------------------------------- /fonts/Minecraft-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fonts/Minecraft-Bold.otf -------------------------------------------------------------------------------- /fonts/Minecraft-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fonts/Minecraft-Regular.otf -------------------------------------------------------------------------------- /fonts/NotoColorEmoji.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fonts/NotoColorEmoji.ttf -------------------------------------------------------------------------------- /fonts/StayOnTarget-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fonts/StayOnTarget-Regular.ttf -------------------------------------------------------------------------------- /fonts/auretech.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fonts/auretech.woff -------------------------------------------------------------------------------- /fonts/auretech.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/fonts/auretech.woff2 -------------------------------------------------------------------------------- /images/avatar1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/avatar1.png -------------------------------------------------------------------------------- /images/avatar2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/avatar2.png -------------------------------------------------------------------------------- /images/backgrounds/Eclipse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/backgrounds/Eclipse.jpg -------------------------------------------------------------------------------- /images/backgrounds/EldenRing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/backgrounds/EldenRing.jpg -------------------------------------------------------------------------------- /images/backgrounds/GGO.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/backgrounds/GGO.jpg -------------------------------------------------------------------------------- /images/backgrounds/JediSurvivor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/backgrounds/JediSurvivor.jpg -------------------------------------------------------------------------------- /images/backgrounds/MW3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/backgrounds/MW3.jpg -------------------------------------------------------------------------------- /images/backgrounds/Once_Human.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/backgrounds/Once_Human.jpg -------------------------------------------------------------------------------- /images/backgrounds/OutRun.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/backgrounds/OutRun.jpg -------------------------------------------------------------------------------- /images/backgrounds/SWEmpire.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/backgrounds/SWEmpire.jpg -------------------------------------------------------------------------------- /images/backgrounds/Starfield.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/backgrounds/Starfield.jpg -------------------------------------------------------------------------------- /images/backgrounds/bos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/backgrounds/bos.jpg -------------------------------------------------------------------------------- /images/backgrounds/bos2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/backgrounds/bos2.jpg -------------------------------------------------------------------------------- /images/backgrounds/clouds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/backgrounds/clouds.png -------------------------------------------------------------------------------- /images/backgrounds/destiny.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/backgrounds/destiny.jpg -------------------------------------------------------------------------------- /images/backgrounds/elysia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/backgrounds/elysia.jpg -------------------------------------------------------------------------------- /images/backgrounds/fallout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/backgrounds/fallout.jpg -------------------------------------------------------------------------------- /images/backgrounds/gta6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/backgrounds/gta6.jpg -------------------------------------------------------------------------------- /images/backgrounds/nebula.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/backgrounds/nebula.jpg -------------------------------------------------------------------------------- /images/backgrounds/nebula2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/backgrounds/nebula2.jpg -------------------------------------------------------------------------------- /images/backgrounds/nebula3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/backgrounds/nebula3.jpg -------------------------------------------------------------------------------- /images/backgrounds/old-elysia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/backgrounds/old-elysia.jpg -------------------------------------------------------------------------------- /images/backgrounds/space.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/backgrounds/space.jpg -------------------------------------------------------------------------------- /images/backgrounds/space2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/backgrounds/space2.jpg -------------------------------------------------------------------------------- /images/backgrounds/umbrella.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/backgrounds/umbrella.jpg -------------------------------------------------------------------------------- /images/banners/monokuma-laughter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/banners/monokuma-laughter.gif -------------------------------------------------------------------------------- /images/banners/wizard.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/banners/wizard.gif -------------------------------------------------------------------------------- /images/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/empty.png -------------------------------------------------------------------------------- /images/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/home.png -------------------------------------------------------------------------------- /images/logos/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/1.gif -------------------------------------------------------------------------------- /images/logos/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/10.png -------------------------------------------------------------------------------- /images/logos/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/11.png -------------------------------------------------------------------------------- /images/logos/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/12.png -------------------------------------------------------------------------------- /images/logos/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/13.png -------------------------------------------------------------------------------- /images/logos/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/14.png -------------------------------------------------------------------------------- /images/logos/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/15.png -------------------------------------------------------------------------------- /images/logos/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/16.gif -------------------------------------------------------------------------------- /images/logos/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/17.gif -------------------------------------------------------------------------------- /images/logos/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/18.png -------------------------------------------------------------------------------- /images/logos/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/19.jpg -------------------------------------------------------------------------------- /images/logos/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/2.png -------------------------------------------------------------------------------- /images/logos/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/20.jpg -------------------------------------------------------------------------------- /images/logos/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/21.png -------------------------------------------------------------------------------- /images/logos/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/22.png -------------------------------------------------------------------------------- /images/logos/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/23.png -------------------------------------------------------------------------------- /images/logos/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/24.png -------------------------------------------------------------------------------- /images/logos/25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/25.jpg -------------------------------------------------------------------------------- /images/logos/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/26.png -------------------------------------------------------------------------------- /images/logos/27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/27.jpg -------------------------------------------------------------------------------- /images/logos/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/28.png -------------------------------------------------------------------------------- /images/logos/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/29.png -------------------------------------------------------------------------------- /images/logos/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/3.gif -------------------------------------------------------------------------------- /images/logos/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/30.png -------------------------------------------------------------------------------- /images/logos/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/31.png -------------------------------------------------------------------------------- /images/logos/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/4.png -------------------------------------------------------------------------------- /images/logos/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/5.png -------------------------------------------------------------------------------- /images/logos/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/6.png -------------------------------------------------------------------------------- /images/logos/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/7.png -------------------------------------------------------------------------------- /images/logos/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/8.gif -------------------------------------------------------------------------------- /images/logos/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/logos/9.png -------------------------------------------------------------------------------- /images/public.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/public.png -------------------------------------------------------------------------------- /images/server1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/server1.gif -------------------------------------------------------------------------------- /images/server2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/server2.png -------------------------------------------------------------------------------- /images/server3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/server3.png -------------------------------------------------------------------------------- /images/server4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoldenLys/WizardUI/814c79ad42be05f1451cd4c6730d819d0da15544/images/server4.png --------------------------------------------------------------------------------