Skip to content

Instantly share code, notes, and snippets.

View llsc12's full-sized avatar
💭
doing swift stuff?

Lakhan Lothiyi llsc12

💭
doing swift stuff?
View GitHub Profile
@llsc12
llsc12 / discord-accent-color.css
Last active May 2, 2023 19:23
Accent Color, changes discord's blurple accent color.
/* Change Discord accent color */
:root {
/* Change these two colors to the same value */
/* take a hsl color like 177°, 94%, 51% */
/* it becomes 177 calc(var(--saturation-factor, 1)*94%) 94% */
/* then put that color in both the variables below! */
--brand-500-hsl: 354 calc(var(--saturation-factor, 1)*70%) 74%;
--brand-360-hsl: 354 calc(var(--saturation-factor, 1)*70%) 74%;
@llsc12
llsc12 / discord-glass-ui.css
Last active May 3, 2023 21:45
Discord Glass UI, makes most menus in discord acrylic.
/* Glass Menu Items */
/*
This CSS replaces the backgrounds of most alerts and popups with
a nice acrylic effect. You can use this in your client by simply
importing the css in your modded discord client. Just import this
file with a `@import` line in your theme.
*/
/* This has been relocated! Go to https://github.com/llsc12/discord-acrylic/ */