/** * @name WizardUI - Starfield * @author NEBULYS * @authorLink https://github.com/GoldenLys * @version 1.1 * @invite SBuYeHh * @description An amazing modular and fully customizable theme, made with 💖 by NEBULYS. * @website https://nebulys.eu/ */ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); /* Marianne.css This is an addon that adds the Marianne font, you need to change the font variable below to 'Marianne' to see it. @import url("https://goldenlys.github.io/WizardUI/addons/Marianne.css"); */ @import url("https://goldenlys.github.io/WizardUI/base.css"); /* PurpleServerList.css This is an addon that moves the servers to the top with an horizontal width. */ @import url("https://goldenlys.github.io/WizardUI/addons/PurpleServerList.css"); /* TopSidebarShift.css - requires: PurpleServerList An extension of PurpleServerList where the sidebar is moved to the top and the server list shifts accordingly. @import url("https://goldenlys.github.io/WizardUI/addons/TopSidebarShift.css"); */ /* LettersInPSL.css - requires: PurpleServerList This is a modification for PurpleServerList which replaces the folders icons with letters. @import url("https://goldenlys.github.io/WizardUI/addons/LettersInPSL.css"); */ /* AlternateFoldersInPSL.css - requires: PurpleServerList, LettersInPSL (optionnal) This addon modifies the view of closed folders in PurpleServerList, to make it show the folder icon at the top and the first and second server inside that folder, this is also compatible with the LettersInPSL addon. @import url("https://goldenlys.github.io/WizardUI/addons/AlternateFoldersInPSL.css"); */ /* HoverMembers.css This is an addon that makes the members list hidden until you hover it. */ @import url("https://goldenlys.github.io/WizardUI/addons/HoverMembers.css"); /* UserIsTyping.css This is an addon that moves the "user is typing" text to the bottom of the app, like the default discord. @import url("https://goldenlys.github.io/WizardUI/addons/UserIsTyping.css"); */ /* EvenMoreColors/[number from 1 to 10].css 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). */ @import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/5.css"); :root { /* MAIN VARIABLES */ --AppName: "Starfield"; --Watermark: "Constellation Edition"; --font: 'Inter', 'emoji', sans-serif; --Text: rgb(255, 255, 255); --logo: url(https://goldenlys.github.io/WizardUI/images/logos/19.jpg); --sendmessage-text-lines: 8; /* THEME COLORS */ --Primary: rgb(47, 76, 121); --text-link: var(--Primary); --text-shadow: rgb(0 0 0); --Highlighted: var(--Primary); --MessageHover: rgb(4 15 32 / 75%); --Unread: rgb(255 27 27); --Hover: rgba(47 76 121 / 50%); --Selected: rgba(47 76 121 / 35%); /* STATUS VARIABLES */ --Online: rgb(0, 255, 6); --Idle: rgb(245, 176, 49); --Unavailable: rgb(228, 15, 0); --Offline: rgb(90, 95, 100); --Streaming: rgb(110, 0, 196); /* BACKGROUNDS */ --background: url(https://goldenlys.github.io/WizardUI/images/backgrounds/Starfield.jpg); --bg-ui: rgb(11 25 43 / 85%); --bg-titlebar: var(--bg-ui); --bg-servers: var(--bg-ui); --bg-chatbox: rgb(11 25 43 / 65%); --bg-sendmessage: var(--bg-ui); --bg-members: var(--bg-ui); --bg-chat-elements: var(--grey5); --bg-settings: var(--bg-ui); --bg-colorprofile: rgb(38 40 64 / 50%); --bg-alt-message: transparent; --bg-unread: rgb(255 27 27 / 70%); /* UI COLOR VARIABLES */ --grey: rgb(11 25 43); --grey5: rgb(11 25 43 / 75%); --darkgrey: rgb(4 15 32); --darkgrey5: rgb(4 15 32 / 75%); --ui-success: rgb(69 208 34); --ui-warning: rgb(238 165 30); --ui-error: rgb(208 34 34); /* SERVER SETTINGS */ --ServerSize: 45px; --ServerSpacing: 5px 0px 0px 5px; --ServerPills: var(--Primary); /* ROUNDING */ --Rounding: 5px; --AvatarRounding: var(--Rounding); /* RGB ADDON */ --ColorTime: 15s; --Color2: rgb(47, 76, 121); --Color3: rgb(215, 171, 97); --Color4: rgb(224, 98, 54); --Color5: rgb(200, 35, 55); --Color6: rgb(0 0 0); --Color7: rgb(0 0 0); --Color8: rgb(0 0 0); --Color9: rgb(0 0 0); --Color10: rgb(0 0 0); /* SHOWN BUTTONS IN THE MESSSAGE BOX Choose between 'none' or 'flex' none will disable / hide the button and flex will make it appear again */ --Show_Gift_Button: none; --Show_GIF_Button: none; --Show_Sticker_Button: none; --Show_Apps_Button: flex; }