From 7020d8b6fdd422c7ec32c1004d1eb2777bb62b11 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 4 Mar 2025 13:02:51 +0100 Subject: [PATCH] themes --- Themes/BasicBackground/BasicBackground.css | 22 ++++++++++++++-------- Themes/DiscordRecolor/DiscordRecolor.css | 3 +++ 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index 11b5852812..0211ee5571 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -85,7 +85,13 @@ .theme-light:not(.custom-profile-theme), .theme-dark:not(.custom-profile-theme), -.theme-amoled:not(.custom-profile-theme) { +.theme-amoled:not(.custom-profile-theme), +.visual-refresh.theme-light:not(.custom-profile-theme), +.visual-refresh.theme-dark:not(.custom-profile-theme), +.visual-refresh.theme-amoled:not(.custom-profile-theme), +.visual-refresh .theme-light:not(.custom-profile-theme), +.visual-refresh .theme-dark:not(.custom-profile-theme), +.visual-refresh .theme-amoled:not(.custom-profile-theme) { --text-positive: rgb(var(--successcolor)); --text-warning: rgb(var(--warningcolor)); --text-danger: rgb(var(--dangercolor)); @@ -144,13 +150,6 @@ --background-modifier-hover: rgba(var(--textbrightest_v), .1); --background-modifier-selected: rgba(var(--textbrightest_v), .2); - --card-gradient-bg: var(--background-tertiary); - --card-primary-bg: var(--background-primary); - --card-secondary-bg: var(--background-secondary); - --card-gradient-pressed-bg: var(--background-floating); - --card-primary-pressed-bg: var(--background-secondary); - --card-secondary-pressed-bg: var(--background-tertiary); - --bg-backdrop: rgba(var(--transparencycolor_v), .7); --bg-backdrop-no-opacity: rgb(var(--transparencycolor_v)); --bg-base-primary: rgba(var(--transparencycolor_v), .2); @@ -161,6 +160,13 @@ --bg-mod-strong: rgba(var(--transparencycolor_v), .54); --bg-mod-subtle: rgba(var(--transparencycolor_v), .48); + --card-gradient-bg: var(--background-tertiary); + --card-primary-bg: var(--background-primary); + --card-secondary-bg: var(--background-secondary); + --card-gradient-pressed-bg: var(--background-floating); + --card-primary-pressed-bg: var(--background-secondary); + --card-secondary-pressed-bg: var(--background-tertiary); + --background-message-automod: rgba(var(--dangercolor), .05); --background-message-automod-hover: rgba(var(--dangercolor), .1); diff --git a/Themes/DiscordRecolor/DiscordRecolor.css b/Themes/DiscordRecolor/DiscordRecolor.css index 1c274d1cc6..4df9c7de57 100644 --- a/Themes/DiscordRecolor/DiscordRecolor.css +++ b/Themes/DiscordRecolor/DiscordRecolor.css @@ -169,7 +169,9 @@ --bg-base-secondary: rgb(var(--backgroundsecondary_v)); --bg-base-tertiary: rgb(var(--backgroundtertiary_v)); --bg-surface-raised: rgb(var(--backgroundprimary_v)); + --background-mod-faint: rgba(var(--backgroundaccent_v), .2); --background-mod-subtle: rgba(var(--backgroundaccent_v), .3); + --background-mod-strong: rgba(var(--backgroundaccent_v), .4); --background-surface-highest: rgb(var(--backgroundaccent_v)); --background-surface-higher: rgb(var(--backgroundprimary_v)); --background-surface-high: rgb(var(--backgroundprimary_v)); @@ -181,6 +183,7 @@ --app-border-frame: transparent; --border-faint: rgba(var(--backgroundaccent_v), .2); --border-subtle: rgba(var(--backgroundaccent_v), .4); + --border-strong: rgba(var(--backgroundaccent_v), .6); --background-modifier-hover: rgba(var(--backgroundaccent_v), .3); --background-modifier-active: rgba(var(--backgroundaccent_v), .4);