mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-12 23:24:35 +01:00
Update THEMES.md
This commit is contained in:
@@ -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);
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user