-
Notifications
You must be signed in to change notification settings - Fork 2
customisation
Warning
This page it’s outdated and may contain obsolete code
This document it's an explanation of the customisation process for the "Lande della Discordia" Discord theme.
"Lande della Discordia" is a customisable Discord theme created by @ungiglio. This theme adds purple and light blue details to enhance your Discord client experience. Let's explore how to customise this theme to suit your preferences.
To customise the "Lande della Discordia" theme, you'll need to modify the CSS variables defined in the :root
selector. Here's a breakdown of each customisation option:
--rgb-highlight: 178, 102, 255; /* Main highlight color */
--rgb-text: 197, 200, 198; /* Main text color */
--rgb-close-button: 212, 18, 39; /* Close/deny button color */
--rgb-online-color: 31, 147, 80; /* Online status color */
--rgb-afk-color: 220, 163, 46; /* AFK status color */
--rgb-dnd-color: 224, 58, 62; /* Do Not Disturb status color */
--rgb-streaming-color: 188, 19, 254; /* Streaming status color */
These variables allow you to adjust various colors throughout the Discord interface. You can change the RGB values to your preferred colors.
--transition-time: .3s; /* Animation speed */
Adjust this value to change how quickly animations occur in the theme.
--show-original-title: 0; /* Show Discord's original title (0=no, 1=yes) */
--show-custom-title: 1; /* Show custom title (0=no, 1=yes) */
--custom-title-text: "Lande della Discordia"; /* Custom title text */
--custom-title-font-size: 18px; /* Custom title font size */
--custom-title-font-weight: normal; /* Custom title font weight */
--custom-title-margin-top: 0px; /* Top margin for custom title */
--custom-title-margin-left: 10px; /* Left margin for custom title */
These options allow you to customise the appearance of the title bar at the top of the Discord window.
--custom-channel-header-color: rgb(241, 236, 247);
--custom-channel-icon: rgb(153, 118, 187);
--custom-selected-channel-color: rgb(78, 209, 203);
--cat-custom-color: rgb(120, 138, 167);
--cat-custom-color-rgba: 120, 138, 167;
These variables control the colors of channel headers, icons, and selected channels.
- Open the file in a text editor.
- Find the
:root
selector and look for the variables mentioned above. - Modify the values to your liking.
- Save the changes and check Discord for them to take effect.
- Start with small adjustments and test frequently to ensure you're happy with the changes.
- Remember that some colors may affect readability, so choose wisely.
- Experiment with different combinations of colors to create a unique look.
By customising these variables, you can tailor the "Lande della Discordia" theme to perfectly match your personal style and preferences. Happy customizing!
© 2025 ungiglio. All rights reserved.