Skip to content

Commit

Permalink
fix variables
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Jan 28, 2024
1 parent 6a06c3c commit c543267
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 7 deletions.
7 changes: 6 additions & 1 deletion flavors/midnight-biscuit.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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 */
Expand Down
7 changes: 6 additions & 1 deletion flavors/midnight-catppuccin-frappe.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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 */
Expand Down
7 changes: 6 additions & 1 deletion flavors/midnight-catppuccin-macchiato.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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 */
Expand Down
7 changes: 6 additions & 1 deletion flavors/midnight-catppuccin-mocha.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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 */
Expand Down
7 changes: 6 additions & 1 deletion flavors/midnight-nord-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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 */
Expand Down
7 changes: 6 additions & 1 deletion flavors/midnight-pichu.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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 */
Expand Down
7 changes: 6 additions & 1 deletion flavors/midnight-vencord.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit c543267

Please sign in to comment.