Shine
Glossy, glassy theme based on a twitter design.
2
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name Shine3
* @description Glossy, glassy theme based on a twitter design.4
* @author Blade0, Zeealeid5
* @authorId 11243413629559193716
* @version 1.27
* @updateUrl https://blade04208.github.io/shine/shine.theme.css8
* @source https://github.com/Blade04208/shine9
* @invite KEcCnVuTV710
*/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