From b344122909714619753713f022968a66a28b9cce Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 12 Feb 2025 11:30:06 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-12 11:30:06 --- .config/vesktop/themes/ashen.theme.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/vesktop/themes/ashen.theme.css b/.config/vesktop/themes/ashen.theme.css index 53dc3f70..91f664a3 100644 --- a/.config/vesktop/themes/ashen.theme.css +++ b/.config/vesktop/themes/ashen.theme.css @@ -9,6 +9,7 @@ :root { /* Special */ --background: #121212; + --background-alt: #212121; --foreground: #c3c3c3; /* --foreground: #b22c2c; */ --cursor: #c3c3c3; @@ -103,7 +104,8 @@ html.newBrand { --interactive-active: var(--foreground); --interactive-muted: #c3c3c3; --background-primary: var(--background); - --background-secondary: var(--lightbg); + /* --background-secondary: var(--lightbg); */ + --background-secondary: var(--background); --background-secondary-alt: var(--background); --background-tertiary: var(--background); --background-accent: var(--background);