Quick Start
Quick Start
If you already know the basics, or just prefer to learn by trying it yourself and poking around, try this basic plugin template.
<!-- js -->
/**
* @name ExampleTheme
* @author YourName
* @description Describe the aesthetic. Maybe a support server link.
* @version 0.0.1
*/
<!-- css -->
:root {
--my-size: 13px;
--my-color: #000000;
}
Save this as YourTheme.theme.css
in your themes folder (found below) and enable it!
Theme Folder
- Windows
- macOS
- Linux
%appdata%\BetterDiscord\themes
/Users/[User]/Library/Application Support/BetterDiscord/themes
~/.config/BetterDiscord/themes/