Skip to content

customisation

Giglio edited this page Jan 27, 2025 · 2 revisions

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.

Introduction

"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.

Customisation Process

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:

Color Variables

--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.

Animation Speed

--transition-time: .3s;                 /* Animation speed */

Adjust this value to change how quickly animations occur in the theme.

Title Display Options

--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.

Channel Header Colors

--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.

How to Customise

  1. Open the file in a text editor.
  2. Find the :root selector and look for the variables mentioned above.
  3. Modify the values to your liking.
  4. Save the changes and check Discord for them to take effect.

Tips

  • 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!


Lande della Discordia by ungiglio


Clone this wiki locally