diff --git a/Creating-Themes.md b/Creating-Themes.md new file mode 100644 index 0000000..b5a36bf --- /dev/null +++ b/Creating-Themes.md @@ -0,0 +1,8 @@ +[Example theme](https://gist.github.com/Jiiks/7b51de08cb8118682df8) + +Discord is an electron app, essentially a browser, so themes are just CSS. + +You can open the developer tools with + +* Windows: `Ctrl` + `Shift` + `i` +* MacOS: `Cmd` + `Alt` + `i` \ No newline at end of file