Releases: Saltssaumure/ieytd-discord-theme
Releases · Saltssaumure/ieytd-discord-theme
v2.0.1
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Major update!
A long awaited and long overdue full rewrite of the whole theme. Now has:
- Fully customisable colours
- Replugged support
- Renamed from IEYTD --> Tritone
- SCSS for much easier maintenance
Full Changelog: Autoupdate-v2...v2.0.0
Autoupdate v2
Installation
See the readme for installation instructions.
New feature: custom colours
After installation, desktop app users can define their own colour scheme.
- Open
ieytd.theme.css
using Notepad++ or any other text editor. - Get the hex values for your desired colours by using a colour picker.
- Replace the values after
--color-one
,--color-two
,--color-three
with your new hex values. - Save, and BD should automatically reload the theme with your new colours.
Example
--color-one: #600;
--color-two: #AAA;
--color-three: #000;
Autoupdate
Installation (desktop app)
This file will load fresh theme files on refreshing Discord, ensuring you'll always have the most up-to-date version of the theme.
- Install BetterDiscord or other another Discord client with theme support.
- Download
ieytd.theme.css
. - Drop the file into BetterDiscord's
Themes
folder. - Enjoy!
Installation (browser)
If you are looking for the browser-compatible version, see the readme for instructions.