From 0cfd838843cb820a104044298dfd98b3d934607d Mon Sep 17 00:00:00 2001 From: Obscure <69711181+kritishd8@users.noreply.github.com> Date: Sun, 6 Aug 2023 08:08:25 +0545 Subject: [PATCH] fixed the betterdiscord part --- clients/lavender.theme.css | 12 ++++ clients/lavender.user.css | 14 ++++ src/clients/betterdiscord.css | 34 ---------- src/clients/lavender.theme.css | 113 ------------------------------- src/clients/lavender.user.css | 117 --------------------------------- 5 files changed, 26 insertions(+), 264 deletions(-) create mode 100644 clients/lavender.theme.css create mode 100644 clients/lavender.user.css delete mode 100644 src/clients/betterdiscord.css delete mode 100644 src/clients/lavender.theme.css delete mode 100644 src/clients/lavender.user.css diff --git a/clients/lavender.theme.css b/clients/lavender.theme.css new file mode 100644 index 0000000..3772893 --- /dev/null +++ b/clients/lavender.theme.css @@ -0,0 +1,12 @@ +/** + * @name Lavender + * @version 3.1.2 + * @author Obscure + * @authorLink https://github.com/kritishd8 + * @description Lavender + * @website https://github.com/lavender-discord/Lavender + * @source https://lavender-discord.github.io/Lavender + * @invite sfJV2qdRdW +*/ + +@import url('https://lavender-discord.github.io/Lavender/src/dev.css'); \ No newline at end of file diff --git a/clients/lavender.user.css b/clients/lavender.user.css new file mode 100644 index 0000000..daa33a0 --- /dev/null +++ b/clients/lavender.user.css @@ -0,0 +1,14 @@ +/* ==UserStyle== +@name Lavender +@description Lavender +@version 3.1.2 +@namespace Obscure +@author Obscure (https://github.com/kritishd8) +@homepageURL https://github.com/lavender-discord/Lavender +@supportURL https://discord.gg/sfJV2qdRdW +@license MIT LICENSE +==/UserStyle== */ + +@-moz-document domain("discord.com") { + @import url('https://lavender-discord.github.io/Lavender/src/dev.css'); +} diff --git a/src/clients/betterdiscord.css b/src/clients/betterdiscord.css deleted file mode 100644 index c9a0021..0000000 --- a/src/clients/betterdiscord.css +++ /dev/null @@ -1,34 +0,0 @@ -/* This is a temporary file to display a outdated notification for lavender v2 users */ - -#app-mount:before { - content: "You version of Lavender is outdated, please download the latest version from the source. (Source can be found in your theme settings)" !important; - display: block; - background-color: var(--brand-experiment); - color: #fff; - flex-grow: 0; - flex-shrink: 0; - font-size: 16px; - font-weight: 700; - height: auto; - line-height: 16px; - opacity: 1; - padding: 10px; - padding-left: 20px; - padding-right: 20px; - position: relative; - text-align: center; - visibility: unset; - white-space: pre-wrap; - top: 0; - left: 0; - bottom: unset; - right: unset; - max-width: 2000px; - min-width: unset; - max-height: unset; - min-height: unset; - transform: unset; - animation: unset; - z-index: 999999; - pointer-events: none; -} diff --git a/src/clients/lavender.theme.css b/src/clients/lavender.theme.css deleted file mode 100644 index c2964e8..0000000 --- a/src/clients/lavender.theme.css +++ /dev/null @@ -1,113 +0,0 @@ -/** - * @name Lavender - * @version 3.0.1 - * @author Obscure.#4719 - * @authorLink https://github.com/Obscure-Git - * @description A very customizeable and good looking discord theme. - * @website https://github.com/lavender-discord/Lavender - * @source https://lavender-discord.github.io/Lavender - * @invite B9TK7nqRE4 -*/ - -/* -!=============================================================================================================================== -! ⚠️ IMPORTANT -! Important theme files, don't remove anything here -!=============================================================================================================================== -*/ - -@import url("https://lavender-discord.github.io/Lavender/src/source.css"); -/* ⚠️ Main theme file — Do not remove */ - -@import url("https://lavender-discord.github.io/Lavender/skins/skin-loader/skin-loader.css"); -/* ⚠️ The file responsible for all the colors and skin loading */ - -/* -!=============================================================================================================================== -! 🎨 SKINS -! The color scheme of the whole UI, make sure you only have one skin enabled to avoid bugs -!=============================================================================================================================== -*/ - -/* Imports your desired color scheme of Lavender */ - -@import url("https://lavender-discord.github.io/Lavender/skins/layout/lavender.css"); -/* Default color scheme */ - -/* -!=============================================================================================================================== -! 💻 Code Blocks Skins -! The color scheme for codeblocks -!=============================================================================================================================== -*/ - -/* Import your desired color scheme for codeblocks - Works best with better codeblocks plugin */ - -@import url("https://lavender-discord.github.io/Lavender/skins/codeblock/tokyo-night.css"); -/* Default color scheme */ - -/**? Put your codeblock skin import links here and comment out the import for default color scheme above ?**/ - -/* -!=============================================================================================================================== -! 🔌 Extensions -! Extensions are the third party mini themes used by lavender (eg: Friends grid, iconsax iconpax) -!=============================================================================================================================== -*/ - -@import url("https://lavender-discord.github.io/Lavender/extensions/context-iconsax.css"); -/* Context icons for menus */ - -@import url("https://lavender-discord.github.io/Lavender/extensions/emoji-replace.css"); -/* Replaces all discord emojis with the microsoft ones */ - -@import url("https://lavender-discord.github.io/Lavender/extensions/friends-grid.css"); -/* Makes the friends tab layout a 3 row grid */ - -@import url("https://lavender-discord.github.io/Lavender/extensions/iconsax.css"); -/* Replaces all discord icons with modern ones */ - -@import url("https://lavender-discord.github.io/Lavender/extensions/settings-iconsax.css"); -/* Adds iconsax icons next to sidebar items in settings */ - -/* -!=============================================================================================================================== -! 🖌️ Design -! Change the design of certain elements of lavender, -! more will be added in the future, join the support server to stay updated -!=============================================================================================================================== -*/ - -/*? ====== Removed Stuff ======*/ -@import url("https://lavender-discord.github.io/Lavender/design/removed/removed.css"); -/* Removes few of the elements from discord, remove this import to get them back */ - -/*? ====== User Action Buttons (Mute, Deafen, Settings) ======*/ -@import url("https://lavender-discord.github.io/Lavender/design/user-actions/vertical.css"); -/* Vertical allignment on the left side in server list */ - -/* @import url("https://lavender-discord.github.io/Lavender/design/user-actions/vertical-connected.css"); /* */ -/* Vertical allignment on the left side in server list, buttons are connected in this one */ - -/*? ====== Status Indicators ======*/ -@import url("https://lavender-discord.github.io/Lavender/design/status-indicators/top-right.css"); -/* Moves the status indicators to the upper right side of the user avatar */ - -/* @import url("https://lavender-discord.github.io/Lavender/design/status-indicators/radial.css"); /* */ -/* Radial statuses for lavender, made by gibbu, must disable the top-right status import to make this work */ - -/*? ====== Server List allignment ======*/ -/* @import url("https://lavender-discord.github.io/Lavender/design/server-list/bottom.css"); /* */ -/* Puts the server list on the bottom */ - -/* @import url("https://lavender-discord.github.io/Lavender/design/server-list/top.css"); /* */ -/* Puts the server list on the top */ - -/* -!=============================================================================================================================== -! 🧪 Experiments / Snippets -! Well if you dont like the quick css / custom css feature then put ur snippets below here -! Also remember this: line of code starting with '@import' should always be above other code -! Code block starting with ':root' should be below @imports but above all other code -!=============================================================================================================================== -*/ diff --git a/src/clients/lavender.user.css b/src/clients/lavender.user.css deleted file mode 100644 index 088350c..0000000 --- a/src/clients/lavender.user.css +++ /dev/null @@ -1,117 +0,0 @@ -/* ==UserStyle== -@name Lavender -@description A very customizeable and good looking discord theme. -@version 3.0.0 -@namespace Obscure.#4719 -@author Obscure. (https://github.com/Obscure-Git) -@homepageURL https://github.com/lavender-discord/Lavender -@supportURL https://discord.gg/B9TK7nqRE4 -@license MIT LICENSE -==/UserStyle== */ - -@-moz-document domain("discord.com") { - /* -!=============================================================================================================================== -! ⚠️ IMPORTANT -! Important theme files, don't remove anything here -!=============================================================================================================================== -*/ - - @import url("https://lavender-discord.github.io/Lavender/src/source.css"); - /* ⚠️ Main theme file — Do not remove */ - - @import url("https://lavender-discord.github.io/Lavender/skins/skin-loader/skin-loader.css"); - /* ⚠️ The file responsible for all the colors and skin loading */ - - /* -!=============================================================================================================================== -! 🎨 SKINS -! The color scheme of the whole UI, make sure you only have one skin enabled to avoid bugs -!=============================================================================================================================== -*/ - - /* Imports your desired color scheme of Lavender */ - - @import url("https://lavender-discord.github.io/Lavender/skins/layout/lavender.css"); - /* Default color scheme */ - - /**? Put your skin import links here and comment out the import for default color scheme above ?**/ - - /* -!=============================================================================================================================== -! 💻 Code Blocks Skins -! The color scheme for codeblocks -!=============================================================================================================================== -*/ - - /* Import your desired color scheme for codeblocks - Works best with better codeblocks plugin */ - - @import url("https://lavender-discord.github.io/Lavender/skins/codeblock/tokyo-night.css"); - /* Default color scheme */ - - /**? Put your codeblock skin import links here and comment out the import for default color scheme above ?**/ - - /* -!=============================================================================================================================== -! 🔌 Extensions -! Extensions are the third party mini themes used by lavender (eg: Friends grid, iconsax iconpax) -!=============================================================================================================================== -*/ - - @import url("https://lavender-discord.github.io/Lavender/extensions/context-iconsax.css"); - /* Context icons for menus */ - - @import url("https://lavender-discord.github.io/Lavender/extensions/emoji-replace.css"); - /* Replaces all discord emojis with the microsoft ones */ - - @import url("https://lavender-discord.github.io/Lavender/extensions/friends-grid.css"); - /* Makes the friends tab layout a 3 row grid */ - - @import url("https://lavender-discord.github.io/Lavender/extensions/iconsax.css"); - /* Replaces all discord icons with modern ones */ - - @import url("https://lavender-discord.github.io/Lavender/extensions/settings-iconsax.css"); - /* Adds iconsax icons next to sidebar items in settings */ - - /* -!=============================================================================================================================== -! 🖌️ Design -! Change the design of certain elements of lavender, -! more will be added in the future, join the support server to stay updated -!=============================================================================================================================== -*/ - - /*? ====== Removed Stuff ======*/ - @import url("https://lavender-discord.github.io/Lavender/design/removed/removed.css"); - /* Removes few of the elements from discord, remove this import to get them back */ - - /*? ====== User Action Buttons (Mute, Deafen, Settings) ======*/ - @import url("https://lavender-discord.github.io/Lavender/design/user-actions/vertical.css"); - /* Vertical allignment on the left side in server list */ - - @import url("https://lavender-discord.github.io/Lavender/design/user-actions/vertical-connected.css"); - /* Vertical allignment on the left side in server list, buttons are connected in this one */ - - /*? ====== Status Indicators ======*/ - @import url("https://lavender-discord.github.io/Lavender/design/status-indicators/top-right.css"); - /* Moves the status indicators to the upper right side of the user avatar */ - - /* @import url("https://lavender-discord.github.io/Lavender/design/status-indicators/radial.css"); /* */ - /* Radial statuses for lavender, made by gibbu, must disable the top-right status import to make this work */ - - /*? ====== Server List allignment ======*/ - /* @import url("https://lavender-discord.github.io/Lavender/design/server-list/bottom.css"); /* */ - /* Puts the server list on the bottom */ - - /* @import url("https://lavender-discord.github.io/Lavender/design/server-list/top.css"); /* */ - /* Puts the server list on the top */ - - /* -!=============================================================================================================================== -! 🧪 Experiments / Snippets -! Well if you dont like the quick css / custom css feature then put ur snippets below here -! Also remember this: line of code starting with '@import' should always be above other code -! Code block starting with ':root' should be below @imports but above all other code -!=============================================================================================================================== -*/ -}