AutoYADM commit: 2025-03-25 15:15:07

This commit is contained in:
Daniel Fichtinger 2025-03-25 15:15:07 -04:00
parent e474c9e608
commit ba7b9de8ca

View file

@ -36,11 +36,11 @@
/* friends page */
.peopleList-2VBrVI,
.inner-2pOSmK {
background: var(--darkbg);
background: var(--darkbg) !important;
}
.peopleColumn-1wMU14 {
background: var(--color0);
background: var(--color0) !important;
}
element {
@ -57,8 +57,8 @@ element {
/* --lightbg: #191919; */
/* --darkbg: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), */
/* var(--background); */
--darkbg: var(var(--background));
--bdfdb-blurple: var(--color1);
--darkbg: var(var(--background)) !important;
--bdfdb-blurple: var(--color1) !important;
}
html.newBrand {
@ -92,72 +92,72 @@ html.newBrand {
}
.theme-dark {
--brand-experiment: var(--color1);
--text-positive var(--color2);
--header-primary: var(--foreground);
/* --header-primary: var(--color10); */
--header-secondary: #c3c3c3;
--text-normal: #c3c3c3;
--text-muted: #c3c3c3;
--text-link: var(--color12);
--channels-default: var(--foreground);
--interactive-normal: var(--color10);
--interactive-hover: var(--foreground);
--interactive-active: var(--foreground);
--interactive-muted: #c3c3c3;
--background-primary: var(--background);
/* --background-secondary: var(--lightbg); */
--background-secondary: var(--background-alt);
--background-secondary-alt: var(--background);
--background-tertiary: var(--background);
--background-accent: var(--background);
--background-floating: var(--background);
--background-mobile-primary: var(--background);
--background-mobile-secondary: #2b2b2b;
--background-modifier-hover: rgba(79, 84, 92, 0.16);
--background-modifier-active: rgba(79, 84, 92, 0.24);
--background-modifier-selected: rgba(79, 84, 92, 0.32);
--background-modifier-accent: hsla(0, 0%, 100%, 0.06);
--background-mentioned: rgba(250, 166, 26, 0.05);
--background-mentioned-hover: rgba(250, 166, 26, 0.08);
--background-message-hover: rgba(4, 4, 5, 0.07);
--elevation-stroke: 0 0 0 1px rgba(4, 4, 5, 0.15);
--brand-experiment: var(--color1) !important;
--text-positive var(--color2) !important;
--header-primary: var(--foreground) !important;
/* --header-primary: var(--color10) !important; */
--header-secondary: #c3c3c3 !important;
--text-normal: #c3c3c3 !important;
--text-muted: #c3c3c3 !important;
--text-link: var(--color12) !important;
--channels-default: var(--foreground) !important;
--interactive-normal: var(--color10) !important;
--interactive-hover: var(--foreground) !important;
--interactive-active: var(--foreground) !important;
--interactive-muted: #c3c3c3 !important;
--background-primary: var(--background) !important;
/* --background-secondary: var(--lightbg) !important; */
--background-secondary: var(--background-alt) !important;
--background-secondary-alt: var(--background) !important;
--background-tertiary: var(--background) !important;
--background-accent: var(--background) !important;
--background-floating: var(--background) !important;
--background-mobile-primary: var(--background) !important;
--background-mobile-secondary: #2b2b2b !important;
--background-modifier-hover: rgba(79, 84, 92, 0.16) !important;
--background-modifier-active: rgba(79, 84, 92, 0.24) !important;
--background-modifier-selected: rgba(79, 84, 92, 0.32) !important;
--background-modifier-accent: hsla(0, 0%, 100%, 0.06) !important;
--background-mentioned: rgba(250, 166, 26, 0.05) !important;
--background-mentioned-hover: rgba(250, 166, 26, 0.08) !important;
--background-message-hover: rgba(4, 4, 5, 0.07) !important;
--elevation-stroke: 0 0 0 1px rgba(4, 4, 5, 0.15) !important;
--elevation-low: 0 1px 0 rgba(4, 4, 5, 0.2), 0 1.5px 0 rgba(6, 6, 7, 0.05),
0 2px 0 rgba(4, 4, 5, 0.05);
--elevation-medium: 0 4px 4px rgba(0, 0, 0, 0.16);
--elevation-high: 0 8px 16px rgba(0, 0, 0, 0.24);
--logo-primary: #fff;
--guild-header-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
--channeltextarea-background: #2b2b2b;
--activity-card-background: var(--background);
--textbox-markdown-syntax: var(--foreground);
--deprecated-card-bg: rgba(32, 34, 37, 0.6);
--deprecated-card-editable-bg: rgba(32, 34, 37, 0.3);
--deprecated-store-bg: #36393f;
--deprecated-quickswitcher-input-background: #2b2b2b;
--deprecated-quickswitcher-input-placeholder: #c3c3c3;
--deprecated-text-input-bg: rgba(0, 0, 0, 0.1);
--deprecated-text-input-border: rgba(0, 0, 0, 0.3);
--deprecated-text-input-border-hover: #040405;
--deprecated-text-input-border-disabled: #202225;
--deprecated-text-input-prefix: #dcddde;
--scrollbar-thin-thumb: var(--color1);
--scrollbar-auto-thumb: var(--color1);
--scrollbar-auto-track: rgba(255, 255, 255, 0.06);
--scrollbar-thin-track: rgba(255, 255, 255, 0.06);
--text-positive: var(--color2);
--text-warning: var(--color4);
--text-danger: var(--color1);
--info-positive-background: rgba(59, 165, 92, 0.1);
--info-positive-foreground: var(--color2);
--info-warning-background: rgba(250, 166, 26, 0.1);
--info-warning-foreground: var(--color4);
--info-danger-background: rgba(237, 66, 69, 0.1);
--info-danger-foreground: var(--color1);
--status-positive-background: var(--color2);
--status-positive-text: var(--text);
--status-warning-background: var(--color4);
--status-danger-background: var(--color1);
0 2px 0 rgba(4, 4, 5, 0.05) !important;
--elevation-medium: 0 4px 4px rgba(0, 0, 0, 0.16) !important;
--elevation-high: 0 8px 16px rgba(0, 0, 0, 0.24) !important;
--logo-primary: #fff !important;
--guild-header-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) !important;
--channeltextarea-background: #2b2b2b !important;
--activity-card-background: var(--background) !important;
--textbox-markdown-syntax: var(--foreground) !important;
--deprecated-card-bg: rgba(32, 34, 37, 0.6) !important;
--deprecated-card-editable-bg: rgba(32, 34, 37, 0.3) !important;
--deprecated-store-bg: #36393f !important;
--deprecated-quickswitcher-input-background: #2b2b2b !important;
--deprecated-quickswitcher-input-placeholder: #c3c3c3 !important;
--deprecated-text-input-bg: rgba(0, 0, 0, 0.1) !important;
--deprecated-text-input-border: rgba(0, 0, 0, 0.3) !important;
--deprecated-text-input-border-hover: #040405 !important;
--deprecated-text-input-border-disabled: #202225 !important;
--deprecated-text-input-prefix: #dcddde !important;
--scrollbar-thin-thumb: var(--color1) !important;
--scrollbar-auto-thumb: var(--color1) !important;
--scrollbar-auto-track: rgba(255, 255, 255, 0.06) !important;
--scrollbar-thin-track: rgba(255, 255, 255, 0.06) !important;
--text-positive: var(--color2) !important;
--text-warning: var(--color4) !important;
--text-danger: var(--color1) !important;
--info-positive-background: rgba(59, 165, 92, 0.1) !important;
--info-positive-foreground: var(--color2) !important;
--info-warning-background: rgba(250, 166, 26, 0.1) !important;
--info-warning-foreground: var(--color4) !important;
--info-danger-background: rgba(237, 66, 69, 0.1) !important;
--info-danger-foreground: var(--color1) !important;
--status-positive-background: var(--color2) !important;
--status-positive-text: var(--text) !important;
--status-warning-background: var(--color4) !important;
--status-danger-background: var(--color1) !important;
}
/* end .theme-dark */