From e474c9e60868f514c173fce6fe83d6e4c28ffbe5 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 25 Mar 2025 15:00:43 -0400 Subject: [PATCH] AutoYADM commit: 2025-03-25 15:00:42 --- .config/vesktop/themes/ashen.theme.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/vesktop/themes/ashen.theme.css b/.config/vesktop/themes/ashen.theme.css index 8e71cc8c..a658efef 100644 --- a/.config/vesktop/themes/ashen.theme.css +++ b/.config/vesktop/themes/ashen.theme.css @@ -54,9 +54,10 @@ element { /* --lightbg: linear-gradient(rgba(255, 255, 255, 0.06), */ /* rgba(255, 255, 255, 0.06)), */ /* var(--background); */ - --lightbg: #191919; - --darkbg: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), - var(--background); + /* --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); }