From e8acda1e1b5824ef6138c29c82a6ba8fab75d651 Mon Sep 17 00:00:00 2001 From: Zack Date: Tue, 9 Aug 2022 13:54:51 -0400 Subject: [PATCH] Updated Creating Themes (markdown) --- Creating-Themes.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/Creating-Themes.md b/Creating-Themes.md index bcd13d4..7abcd57 100644 --- a/Creating-Themes.md +++ b/Creating-Themes.md @@ -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. \ No newline at end of file +# Documentation has moved to https://docs.betterdiscord.app/themes/introduction/quick-start \ No newline at end of file