From 123ea0a38b5d0f959f471001cf3ab4df3e9e8f0c Mon Sep 17 00:00:00 2001 From: bh Date: Sat, 21 Mar 2026 20:13:31 +0800 Subject: Vencord: change background colour of theme and remove window buttons --- Vencord/.config/Vencord/themes/Translucence.theme.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Vencord/.config/Vencord/themes/Translucence.theme.css b/Vencord/.config/Vencord/themes/Translucence.theme.css index 5f84baa..ddcdd58 100644 --- a/Vencord/.config/Vencord/themes/Translucence.theme.css +++ b/Vencord/.config/Vencord/themes/Translucence.theme.css @@ -2,7 +2,7 @@ :root { /* APP ELEMENTS */ - --app-bg: none; + --app-bg: rgba(0, 54, 54, 0.3); --app-blur: 6px; --app-margin: 24px; --app-radius: 8px; @@ -76,3 +76,8 @@ --background-modifier-selected: hsl(0,0%,100%,0.125); } } + +.visual-refresh [class^="winButtons_"], +.visual-refresh [class*=" winButtons_"] { + display: none !important; +} -- cgit v1.2.3