Lande della Discordia
Lande della Discordia implements a custom purple theme to enhance your Discord experience.
38
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name Lande della Discordia3
* @author ungiglio4
* @version 25.15
* @source https://github.com/ungiglio/DiscordDiscordia/6
* @website https://ungiglio.github.io/DiscordDiscordia/7
* @description Lande della Discordia implements a glass purple and lightblue details on your client!8
* @authorId 7691445381072158729
* @invite DDaRdZwB4h10
*/11
12
/* ======================================================================== */13
/* 1. LOADER (don't touch it) */14
/* ======================================================================== */15
16
@import url('https://ungiglio.github.io/DiscordDiscordia/awkglass/loader.css');17
18
19
/* ======================================================================== */20
/* 2. USER SETTINGS */21
/* ======================================================================== */22
23
:root {24
/* --- BACKGROUND AND IMAGES --- */25
/* Background Image */26
--custom-image-url: url('https://ungiglio.github.io/DiscordDiscordia/awkglass/assets/bgImg.jpg');27
28
/* Image blur (default: 8px) */29
--app-blur: 8px;30
31
32
/* --- MAIN COLORS --- */33
--rgb-highlight: 178, 102, 255;34
35
/* Danger/Close Button color */36
--rgb-close-button: 152, 51, 255;37
38
39
/* --- USER STATUS (RGB format) --- */40
--rgb-online-color: 31, 92, 171; /* Online (Blue) */41
--rgb-afk-color: 220, 163, 46; /* Idle (Yellow) */42
--rgb-dnd-color: 224, 58, 62; /* DnD (Red) */43
--rgb-streaming-color: 188, 19, 254; /* Streaming (Purple) */44
45
46
/* --- TITLE AND ICONS CUSTOMIZATION --- */47
--custom-title-text: "Lande della Discordia"; /* The custom text you want to display */48
--custom-title-font-size: 14px; /* The size in pixels of the custom title text */49
--custom-title-font-family: "Pirata One", var(--font-primary); /* The font family of the custom title */50
51
/* Home/DM Icon (Discord logo left top) */52
--custom-logo: url('https://ungiglio.github.io/DiscordDiscordia/awkglass/assets/LandeDiscordia.png');53
--custom-logo-hover: url('https://ungiglio.github.io/DiscordDiscordia/awkglass/assets/LandeDiscordiaHover.png');54
55
--show-dev-panel-info-static: 0; /* Set to 1 to show the static version, 0 to hide | (NOTE: for static to work also hover need to be 1) */56
--show-dev-panel-info-hover: 1; /* Set to 1 to show the static or hover version, put 0 to hide */57
}