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