Discord Reborn
Transparent, fully customizable theme. The Original
4
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name Discord Reborn3
* @description Transparent, fully customizable theme.4
* @author Izy5
* @version 2.06
* @source https://rawcdn.githack.com/squee666/Discord-Themes/refs/heads/master/css/Discord%20Reborn.css7
* @invite r59DjpaDHD8
* @authorId 1075111693668884489
*/10
11
/* IMPORT CSS FROM GITHUB */12
@import url("https://cdn.jsdelivr.net/gh/squee666/Discord-Themes@refs/heads/master/css/Discord%20Reborn.css");13
/*14
===== IMPORTANT =====15
CHANGE DISCORDS THEME TO DARK THEME IN APPEARANCE SETTINGS FOR THIS THEME TO WORK!16
IMPORTANT: EVERY URL MUST BE HTTPS:// IN ORDER TO WORK IN DISCORD17
===== CUSTOMIZABLE COLORS / IMAGES =====18
*/19
:root { 20
--mc: #007dbd !important; /*Main Colour*/ 21
--hc: #03679b !important; /*Hover Colour*/ 22
--BG: url("https://rawcdn.githack.com/squee666/Discord-Themes/2035b9f127e6c79c95459b24e299ef3156ed552c/d3lnerI.jpeg?raw=true") !important; /*Wallpaper*/ 23
--RB: rgba(0,0,0,0.65) !important; /*Reborn Transparency Higher is Darker*/ 24
--RBT: rgba(0,0,0,0.75) !important; /*Reborn Transparency For Popouts*/ 25
--br: 50% !important; /*RoundNess of Icons*/ 26
}27
/*28
===== CREDITS =====29
POUT30
DINGUS31
Gibbu32
BEARDDESIGN33
Monster34
THESE PEOPLE HAVE HELPED CREATE THIS THEME IN ONE WAY OR THE OTHER.35
*/36