Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Lylythii/Glass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

It will now only be maintained over there.

Glass

For when you want Discord entirely transparent.

How it looks on top of applications;

Glass

Video demonstration;

https://youtu.be/qx7v6kd8ihI

Notes;

Transparency needs to be enabled in settings for this to work properly, or usage of a custom background or compatible client will suffice. You can set a custom background manually by editing the CSS & providing a valid url. Theme has minor visual issues in Light mode, I suggest switching to Dark mode.

Something not transparent?

Open an issue please.

Don't want to modify the theme directly to add a custom background?

Place this (& your chosen background url) into "Custom CSS". (or some other method of applying CSS);

/* Set the background for the Glass theme */
:root,
.theme-dark,
.theme-light {
	--background-image: url('HTTPS_LINK_PNG_WEBP_ETC');
}

Here's a good example;

/* Set the background for the Glass theme */
:root,
.theme-dark,
.theme-light {
	--background-image: url('https://raw.githubusercontent.com/Lylythii/Glass/main/background.png');
}

Here's another, using the same background as Priscord;

/* Set the background for the Glass theme */
:root,
.theme-dark,
.theme-light {
	--background-image: url('https://raw.githubusercontent.com/PrismLauncher/prismlauncher.org/40d89d06ae90c7cbef18b06f52fd9a4c30c61db8/src/img/background/prism-background.svg');
}