Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 339 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 339 Bytes

Discord-Prism

A transparent glass-like theme for Discord with support for your own background.

Prism Screenshot

Custom Backgrounds

To use a custom background, please use the following in your CSS:

.app,
.connecting {
    background-image: url("https://your.image.url/here.png");
}