From 3931fa25d698ebe5593705d7094dc514b39726fd Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Sat, 2 Jul 2022 21:12:54 -0700 Subject: [PATCH] Update THEMES.md --- THEMES.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/THEMES.md b/THEMES.md index 28329fa..ecceadc 100644 --- a/THEMES.md +++ b/THEMES.md @@ -1,9 +1,8 @@ # Downloading/Installing Themes 1. Download your favorite theme! (You can find some in the `#themes` channel on Discord) -2. Place the unzipped theme folder inside of `%appdata%/cultivation/themes` - 2a. The path should look something like this: `cultivation/themes/theme_name/index.json` -3. Enable within Cultivation! +2. Place the unzipped theme folder inside of `%appdata%/cultivation/themes` (The path should look something like this: `cultivation/themes/theme_name/index.json`) +4. Enable within Cultivation! # Creating your own theme @@ -100,4 +99,4 @@ const newButton = document.createElement("button"); newButton.innerHTML = "New Button"; document.body.appendChild(newButton); -``` \ No newline at end of file +```