Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polyjitter/Discord-Prism
A transparent glass-like theme for Discord with support for your own background.
https://github.com/polyjitter/Discord-Prism
Last synced: 27 days ago
JSON representation
A transparent glass-like theme for Discord with support for your own background.
- Host: GitHub
- URL: https://github.com/polyjitter/Discord-Prism
- Owner: polyjitter
- License: mit
- Archived: true
- Created: 2016-12-24T07:50:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T01:02:44.000Z (over 7 years ago)
- Last Synced: 2024-05-18T19:19:14.721Z (7 months ago)
- Language: CSS
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- discord-resources - eye-sigil/Discord-Prism - A transparent glass-like theme for Discord with support for your own background. [Embed](https://rawgit.com/eye-sigil/Discord-Prism/master/prism.css) (Themes)
README
# Discord-Prism
A transparent glass-like theme for Discord with support for your own background.![Prism Screenshot](https://i.stole-a-me.me/f27b99.png)
## Custom Backgrounds
To use a custom background, please use the following in your CSS:```css
.app,
.connecting {
background-image: url("https://your.image.url/here.png");
}
```