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); }