/** * @name Chillax * @author Chillax Squad * @authorLink https://github.com/warrayquipsome/Chillax#author * @version 1.0.1 * @invite DrfX6286kF * @description The theme where calm meets customization. * @source https://github.com/warrayquipsome/Chillax */ /* ⸙ ──── ──── ───── ❝ 𝐚𝐥𝐥 𝐫𝐢𝐠𝐡𝐭 𝐡𝐞𝐫𝐞 ❞ ───── ──── ──── ⸙ ╭─ ━━━━━━━━━ ━━━━━━━ ━━━━━━━━━ -ˋˏ ༻🂡༺ ˎˊ- ━━━━━━━━━ ━━━━━━━ ━━━━━━━━━ ─╮ █████╗   ██╗ ██╗  ██╗  ██╗  ██╗   █████╗   ██╗ ██╗ ██╔══██╗  ██║ ██║  ██║  ██║  ██║  ██╔══██╗  ╚██╗██╔╝ || ██║ ╚═╝  ███████║  ██║  ██║  ██║  ███████║   ╚███╔╝ || ██║ ██╗  ██╔══██║  ██║  ██║  ██║  ██╔══██║   ██╔██╗ ╚█████╔╝  ██║ ██║  ██║  ███████╗ ███████╗ ██║ ██║  ██╔╝╚██╗ ╚════╝   ╚═╝ ╚═╝  ╚═╝  ╚══════╝ ╚══════╝ ╚═╝ ╚═╝  ╚═╝ ╚═╝ ╰─ ━━━━━━━━━ ━━━━━━━ ━━━━━━━━━ -ˋˏ ༻-༺ ˎˊ- ━━━━━━━━━ ━━━━━━━ ━━━━━━━━━ ─╯ */ /*chillax*/ @import url('https://warrayquipsome.github.io/Chillax/chillax.css'); /*removable addons*/ @import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Microsoft.css"); @import url('https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/SettingsIcons.css'); @import url('https://nyri4.github.io/Discolored/main.css'); @import url("https://warrayquipsome.github.io/Chillax/Addons/IconPackEdited.css"); @import url("https://warrayquipsome.github.io/Chillax/Addons/AvatarOnlyMemberList.css"); @import url("https://warrayquipsome.github.io/Chillax/Addons/FolderRedesign.css"); /*additional addons*/ /*(remove the both * to use)*/ /*@import url("https://warrayquipsome.github.io/Chillax/Addons/SimpleLessLag.css");*/ /*Chillax Roots*/ :root { /*background image*/ /*(replace the link to use)*/ --background-image: var(--wallpaper); /*bg dev suggestions*/ --wallpaper: url('https://wallpaperaccess.com/full/2799204.jpg'); /*modern background selection*/ --modern-dark-bg: url('https://cdn.discordapp.com/attachments/879158025087234098/1015856640530071572/97EAEB95-54C2-4AF3-B70B-5E94A851409.jpeg?size=4096'); --modern-light-bg: url('https://cdn.discordapp.com/attachments/879158025087234098/1015856640760754216/E98F8123-8B98-4961-90D7-DCC497A26E4.jpeg?size=4096'); } /*window*/ /*dark mode*/ :root.theme-dark { --window-margin: 20px; /*must be above 20px*/ --window-colour: #0009; --window-blur: 5px; --window-border-radius: 10px; --sidebar-colour: rgb(36, 36, 36); } /*window*/ /*light mode*/ :root.theme-light { --window-margin: 20px; /*must be above 20px*/ --window-colour: rgba(255, 255, 255, 0.6); --window-blur: 5px; --window-border-radius: 10px; --sidebar-colour: rgb(209, 209, 209); } /*roots*/ /*both dark and light*/ :root { --user-name: "King"; --edited-message: " EDITED ✎ "; --font-name: Poppins; --font-size: 13px; /*glow radial status*/ /*must end in px*/ --rs-small-spacing: 0px; --rs-large-spacing: 0px; --rs-medium-spacing: 0px; --rs-small-width: 2.5px; --rs-medium-width: 3.5px; --rs-large-width: 4.5px; --rs-avatar-shape: 50%; --rs-online-color: #1df594; --rs-idle-color: #faa61a; --rs-dnd-color: #f04747; --rs-offline-color: #636b75; --rs-streaming-color: #643da7; --rs-invisible-color: #636b75; --rs-phone-visible: block; --rs-phone-color: var(--rs-online-color); /*chillax colours rgb*/ /* Google RGB Picker: https://g.co/kgs/NoY83h */ --accentcolor: 251, 84, 84; /*chillax colours hex*/ /* Google RGB Picker: https://g.co/kgs/NoY83h */ --accentcolorV2: #fb5454; /*settings modal root*/ --themelightsettingsmodalbackground: rgb(223, 223, 223); --themedarksettingsmodalbackground: rgb(51, 49, 53); --settingsmodalwidth: 960px; --settingsmodalheight: 80vh; } /*discord transparency*//*roots*/ /*theme dark*/ .theme-dark { --background-message-hover: rgba(255, 255, 255, 0.055); --header-primary: #fff; --header-secondary: #b9bbbe; --text-normal: #dcddde; --text-muted: #9d9d9d; --channels-default: #8e9297; --interactive-normal: #b9bbbe; --interactive-hover: #dcddde; --interactive-active: #fff; --interactive-muted: #4f545c; --background-primary: transparent; --background-secondary: transparent; --background-tertiary: transparent; --background-accent: rgb(36, 36, 36); --activity-card-background: transparent; --deprecated-panel-background: transparent; } /*discord transparency*//*roots*/ /*theme light*/ .theme-light { --background-message-hover: rgba(255, 255, 255, 0.055); --header-primary: rgb(0, 0, 0); --header-secondary: #3f3f3f; --text-normal: #303030; --text-muted: #333333; --channels-default: #585b5e; --interactive-normal: #3a3a3a; --interactive-hover: #333333; --interactive-active: rgb(0, 0, 0); --interactive-muted: #4f545c; --background-primary: transparent; --background-secondary: transparent; --background-tertiary: transparent; --background-accent: rgb(27, 27, 27); --activity-card-background: transparent; --deprecated-panel-background: transparent; } /*friends grid banner colour*/ .theme-dark { --FG-cards-banner-background: transparent !important; } .theme-light { --FG-cards-banner-background: transparent !important; } /*Permissions*/ /* -You do not have the rights to use our theme name Chillax™ on other projects -You do not have the rights to remove our theme watermark in the theme -You do not have the rights to change this theme author name to anyone */ /*credits*/ /* ========================= Chillax Squad ========================= Wq Author Demented_Elmo Co-Author ================================================================= Embeds by Alexis WyvernZu Active Now CSS by Cedrick Memberlist until hover by Cedrick Hide User Buttons until Hover by Commie Axolotl Center profile badge, avatar and name by Commie Axolotl Account Details Grid by Dablulite Blurple recolour by DevilBro Emoji Replace by DevilBro Settings Icons by DevilBro Connection Issue Let Me Be by Disease Radial Status by Gibbu About Me Clamp by ItMeSarah Better Jump to Present Button by Lonk Better Mark As Read Button by Lonk IconPack by Lavender Discolored by Nyri4 Better Spotify Control by Uri ================================================================= */ /*I really want to give a special shoutout to all of you for supporting me in this theme, thank you all.*/