diff options
| author | bh <qn+git@epicurus.dev> | 2026-03-21 20:13:31 +0800 |
|---|---|---|
| committer | bh <qn+git@epicurus.dev> | 2026-03-21 20:13:31 +0800 |
| commit | 123ea0a38b5d0f959f471001cf3ab4df3e9e8f0c (patch) | |
| tree | d61e0404d7601714b555eaaac7c16e288b87d269 | |
| parent | e2d271416d6a4dc408a14f80c83f6a276ef25b30 (diff) | |
Vencord: change background colour of theme and remove window buttons
| -rw-r--r-- | Vencord/.config/Vencord/themes/Translucence.theme.css | 7 |
1 files changed, 6 insertions, 1 deletions
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; +} |
