Updated Creating Themes (markdown)
parent
ac53cbedb6
commit
e8acda1e1b
|
@ -1,17 +1 @@
|
|||
# Overview
|
||||
|
||||
NOTE: This is not a tutorial for creating themes, this page only exists to provide technical information regarding what is required to make a theme. If you do not know CSS go elsewhere to learn it before trying to create a theme.
|
||||
|
||||
1. BandagedBD themes are limited to a single file.
|
||||
2. The file must be named as `themename.theme.css`, the theme name can be whatever you want.
|
||||
3. Theme files require a [[META|Plugin-and-Theme-METAs]] to be recognized.
|
||||
|
||||
# Details
|
||||
|
||||
Take a look at this [Example](https://gist.github.com/Jiiks/7b51de08cb8118682df8), which shows how a theme file should look.
|
||||
|
||||
# Extra
|
||||
|
||||
## Developer Tools
|
||||
|
||||
Discord is an electron app which is essentially chromium, being as such you can access the chrome developer tools with `Ctrl` + `Shift` + `i` on Windows and `Cmd` + `Alt` + `i` on MacOS.
|
||||
# Documentation has moved to https://docs.betterdiscord.app/themes/introduction/quick-start
|
Loading…
Reference in New Issue