GithubHelp home page GithubHelp logo

lylythii / glass Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 3.0 1.11 MB

Transparent theme for Discord!

Home Page: https://discord.gg/xsbNuYXBd5

CSS 100.00%
background better-discord betterdiscord clear css discord theme transparent vencord client

glass's Introduction

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');
}

glass's People

Contributors

lylythii avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.