From c543267e82384723fb4afca3183f9d63ebb9e649 Mon Sep 17 00:00:00 2001 From: refact0r Date: Sat, 27 Jan 2024 18:56:22 -0800 Subject: [PATCH] fix variables --- flavors/midnight-biscuit.theme.css | 7 ++++++- flavors/midnight-catppuccin-frappe.theme.css | 7 ++++++- flavors/midnight-catppuccin-macchiato.theme.css | 7 ++++++- flavors/midnight-catppuccin-mocha.theme.css | 7 ++++++- flavors/midnight-nord-theme.css | 7 ++++++- flavors/midnight-pichu.theme.css | 7 ++++++- flavors/midnight-vencord.theme.css | 7 ++++++- 7 files changed, 42 insertions(+), 7 deletions(-) diff --git a/flavors/midnight-biscuit.theme.css b/flavors/midnight-biscuit.theme.css index 440badd..aa69b84 100644 --- a/flavors/midnight-biscuit.theme.css +++ b/flavors/midnight-biscuit.theme.css @@ -19,6 +19,7 @@ --online-indicator: #d0d694; /* change to #23a55a for default green */ --dnd-indicator: #cf223e; /* change to #f13f43 for default red */ --idle-indicator: #e39c45; /* change to #f0b232 for default yellow */ + --streaming-indicator: #614f76; /* change to #593695 for default purple */ /* top left corner text */ --corner-text: 'Biscuit'; @@ -53,7 +54,11 @@ --spacing: 12px; /* animations */ - --hover-push: 0.2s ease; /* channels/members when hovered */ + /* ALL ANIMATIONS CAN BE DISABLED WITH REDUCED MOTION IN DISCORD SETTINGS */ + --list-item-transition: 0.2s ease; /* channels/members/settings hover transition */ + --unread-bar-transition: 0.2s ease; /* unread bar moving into view transition */ + --moon-spin-transition: 0.4s ease; /* moon icon spin */ + --icon-spin-transition: 1s ease; /* round icon button spin (settings, emoji, etc.) */ /* corner roundness (border-radius) */ --roundness-xl: 22px; /* roundness of big panel outer corners */ diff --git a/flavors/midnight-catppuccin-frappe.theme.css b/flavors/midnight-catppuccin-frappe.theme.css index c6bcff1..4742712 100644 --- a/flavors/midnight-catppuccin-frappe.theme.css +++ b/flavors/midnight-catppuccin-frappe.theme.css @@ -23,6 +23,7 @@ --online-indicator: #a6d189; /* change to #23a55a for default green */ --dnd-indicator: #e78284; /* change to #f13f43 for default red */ --idle-indicator: #e5c890; /* change to #f0b232 for default yellow */ + --streaming-indicator: #ca9ee6; /* change to #593695 for default purple */ /* accent colors */ --accent-1: #85c1dc; /* links */ @@ -54,7 +55,11 @@ --spacing: 12px; /* animations */ - --hover-push: 0.2s ease; /* channels/members when hovered */ + /* ALL ANIMATIONS CAN BE DISABLED WITH REDUCED MOTION IN DISCORD SETTINGS */ + --list-item-transition: 0.2s ease; /* channels/members/settings hover transition */ + --unread-bar-transition: 0.2s ease; /* unread bar moving into view transition */ + --moon-spin-transition: 0.4s ease; /* moon icon spin */ + --icon-spin-transition: 1s ease; /* round icon button spin (settings, emoji, etc.) */ /* corner roundness (border-radius) */ --roundness-xl: 22px; /* roundness of big panel outer corners */ diff --git a/flavors/midnight-catppuccin-macchiato.theme.css b/flavors/midnight-catppuccin-macchiato.theme.css index 6d51867..0a1eb2f 100644 --- a/flavors/midnight-catppuccin-macchiato.theme.css +++ b/flavors/midnight-catppuccin-macchiato.theme.css @@ -23,6 +23,7 @@ --online-indicator: #a6da95; /* change to #23a55a for default green */ --dnd-indicator: #ed8796; /* change to #f13f43 for default red */ --idle-indicator: #eed49f; /* change to #f0b232 for default yellow */ + --streaming-indicator: #c6a0f6; /* change to #593695 for default purple */ /* accent colors */ --accent-1: hsl(234, 82%, 85%); /* links */ @@ -54,7 +55,11 @@ --spacing: 12px; /* animations */ - --hover-push: 0.2s ease; /* channels/members when hovered */ + /* ALL ANIMATIONS CAN BE DISABLED WITH REDUCED MOTION IN DISCORD SETTINGS */ + --list-item-transition: 0.2s ease; /* channels/members/settings hover transition */ + --unread-bar-transition: 0.2s ease; /* unread bar moving into view transition */ + --moon-spin-transition: 0.4s ease; /* moon icon spin */ + --icon-spin-transition: 1s ease; /* round icon button spin (settings, emoji, etc.) */ /* corner roundness (border-radius) */ --roundness-xl: 22px; /* roundness of big panel outer corners */ diff --git a/flavors/midnight-catppuccin-mocha.theme.css b/flavors/midnight-catppuccin-mocha.theme.css index 37520e2..cc3b2ec 100644 --- a/flavors/midnight-catppuccin-mocha.theme.css +++ b/flavors/midnight-catppuccin-mocha.theme.css @@ -23,6 +23,7 @@ --online-indicator: #a6e3a1; /* change to #23a55a for default green */ --dnd-indicator: #f38ba8; /* change to #f13f43 for default red */ --idle-indicator: #f9e2af; /* change to #f0b232 for default yellow */ + --streaming-indicator: #cba6f7; /* change to #593695 for default purple */ /* accent colors */ --accent-1: hsl(267, 84%, 81%); /* links */ @@ -54,7 +55,11 @@ --spacing: 12px; /* animations */ - --hover-push: 0.2s ease; /* channels/members when hovered */ + /* ALL ANIMATIONS CAN BE DISABLED WITH REDUCED MOTION IN DISCORD SETTINGS */ + --list-item-transition: 0.2s ease; /* channels/members/settings hover transition */ + --unread-bar-transition: 0.2s ease; /* unread bar moving into view transition */ + --moon-spin-transition: 0.4s ease; /* moon icon spin */ + --icon-spin-transition: 1s ease; /* round icon button spin (settings, emoji, etc.) */ /* corner roundness (border-radius) */ --roundness-xl: 22px; /* roundness of big panel outer corners */ diff --git a/flavors/midnight-nord-theme.css b/flavors/midnight-nord-theme.css index 32b2e53..136a317 100644 --- a/flavors/midnight-nord-theme.css +++ b/flavors/midnight-nord-theme.css @@ -23,6 +23,7 @@ --online-indicator: #a3be8c; /* change to #23a55a for default green */ --dnd-indicator: #bf616a; /* change to #f13f43 for default red */ --idle-indicator: #ebcb8b; /* change to #f0b232 for default yellow */ + --streaming-indicator: #b48ead; /* change to #593695 for default purple */ /* accent colors */ --accent-1: hsl(179, 25%, 65%); /* links */ @@ -54,7 +55,11 @@ --spacing: 12px; /* animations */ - --hover-push: 0.2s ease; /* channels/members when hovered */ + /* ALL ANIMATIONS CAN BE DISABLED WITH REDUCED MOTION IN DISCORD SETTINGS */ + --list-item-transition: 0.2s ease; /* channels/members/settings hover transition */ + --unread-bar-transition: 0.2s ease; /* unread bar moving into view transition */ + --moon-spin-transition: 0.4s ease; /* moon icon spin */ + --icon-spin-transition: 1s ease; /* round icon button spin (settings, emoji, etc.) */ /* corner roundness (border-radius) */ --roundness-xl: 22px; /* roundness of big panel outer corners */ diff --git a/flavors/midnight-pichu.theme.css b/flavors/midnight-pichu.theme.css index fe6d3e1..cf5d77b 100644 --- a/flavors/midnight-pichu.theme.css +++ b/flavors/midnight-pichu.theme.css @@ -22,6 +22,7 @@ --online-indicator: hsl(160, 50%, 55%); /* change to #23a55a for default green */ --dnd-indicator: var(--accent-3); /* change to #f13f43 for default red */ --idle-indicator: hsl(50, 50%, 55%); /* change to #f0b232 for default yellow */ + --streaming-indicator: hsl(260, 50%, 55%); /* change to #593695 for default purple */ /* top left corner text */ --corner-text: 'LilyPichu'; @@ -56,7 +57,11 @@ --spacing: 12px; /* animations */ - --hover-push: 0.2s ease; /* channels/members when hovered */ + /* ALL ANIMATIONS CAN BE DISABLED WITH REDUCED MOTION IN DISCORD SETTINGS */ + --list-item-transition: 0.2s ease; /* channels/members/settings hover transition */ + --unread-bar-transition: 0.2s ease; /* unread bar moving into view transition */ + --moon-spin-transition: 0.4s ease; /* moon icon spin */ + --icon-spin-transition: 1s ease; /* round icon button spin (settings, emoji, etc.) */ /* corner roundness (border-radius) */ --roundness-xl: 22px; /* roundness of big panel outer corners */ diff --git a/flavors/midnight-vencord.theme.css b/flavors/midnight-vencord.theme.css index f211ab3..99c8bad 100644 --- a/flavors/midnight-vencord.theme.css +++ b/flavors/midnight-vencord.theme.css @@ -25,6 +25,7 @@ --online-indicator: #89b481; /* change to #23a55a for default green */ --dnd-indicator: #d3869b; /* change to #f13f43 for default red */ --idle-indicator: #d8a656; /* change to #f0b232 for default yellow */ + --idle-indicator: hsl(260, 47%, 68%); /* change to #f0b232 for default yellow */ /* accent colors */ --accent-1: #7caea3; /* links */ @@ -56,7 +57,11 @@ --spacing: 12px; /* animations */ - --hover-push: 0.2s ease; /* channels/members when hovered */ + /* ALL ANIMATIONS CAN BE DISABLED WITH REDUCED MOTION IN DISCORD SETTINGS */ + --list-item-transition: 0.2s ease; /* channels/members/settings hover transition */ + --unread-bar-transition: 0.2s ease; /* unread bar moving into view transition */ + --moon-spin-transition: 0.4s ease; /* moon icon spin */ + --icon-spin-transition: 1s ease; /* round icon button spin (settings, emoji, etc.) */ /* corner roundness (border-radius) */ --roundness-xl: 22px; /* roundness of big panel outer corners */