Tritone
A customisable tri-tone theme inspired by IEYTD.
25
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name Tritone3
* @author Saltssaumure4
* @authorLink https://github.com/Saltssaumure5
* @description A tritone theme inspired by I Expect You To Die.6
* @license AGPL-3.0-or-later7
* @version 2.58
* @invite uy8nKQVatp9
* @source https://github.com/Saltssaumure/ieytd-discord-theme10
* @donate https://ko-fi.com/saltssaumure11
*/12
13
@import url("https://saltssaumure.github.io/ieytd-discord-theme/ieytd.min.css");14
15
/* See https://github.com/Saltssaumure/ieytd-discord-theme#customisation for customisation settings. */16
:root {17
--ieytd-color-1: #C34938;18
--ieytd-color-2: #E1CC9A;19
--ieytd-color-3: #000000;20
}