Shine

By the.rabbit.disabler Version 1.2 Updated 02/21/2026 8.5K downloads

Glossy, glassy theme based on a twitter design.

customizable dark purple

Live preview

Full Discord interface with this theme applied โ€” powered by ThemePreview.

Screenshot

Shine screenshot
shine.theme.css
GitHub

Open source

https://raw.githubusercontent.com/Blade04208/shine/df0fdbfef1cfd1b88ef10fdcd974c57f014b5bb8/shine.theme.css
1/**
2 * @name Shine
3 * @description Glossy, glassy theme based on a twitter design.
4 * @author Blade0, Zeealeid
5 * @authorId 1124341362955919371
6 * @version 1.2
7 * @updateUrl https://blade04208.github.io/shine/shine.theme.css
8 * @source https://github.com/Blade04208/shine
9 * @invite KEcCnVuTV7
10 */
11/* This contains the actual theme, removing will remove the theme, so dont ok thank you */
12@import url(https://blade04208.github.io/shine/src/import.css);
13
14:root {
15 --shine-gap: 8px;
16 /* gap between edge of app and chat content, accepts: any size default: 8px */
17 --shine-radius: 12px;
18 /* border radius of chat content, accepts: any size default: 12px */
19 --shine-base: default;
20 /* base color of non-nitro themes, accepts: any color default: default */
21 --shine-fog: true;
22 /* Controls "prog-blur"/fog on surfaces like behind chatbox, set to false if causing visual bugs, accepts: true | false | no-threads, default: true */
23 --shine-indicator: true;
24 /*Controls the "No one is typing" indicator, accepts: true | false, default: true */
25}
26