# Create Theme

* Obtain theme code from [Create Theme Code](https://github.com/3kh0/3kh0.github.io/wiki/Create-Theme-Code)
* Add your code at the bottom of [/css/themes.css](https://github.com/3kh0/3kh0.github.io/blob/main/css/themes.css)
* Edit the file [/settings.html](https://github.com/3kh0/3kh0.github.io/blob/main/settings.html)
* To make a button for your theme use the code below as a template

```html
<button class="button" onclick="setTheme('poop')">POOP THEME</button>
```

* Make sure the `setTheme()` is the name of your theme. You can replace the text `POOP THEME` to whatever your want
* Add your code inside the `.buttons` div
* Wait for the site to upadate and enjoy!

### Secret themes

You can find out how to make secret themes easily [here!](https://github.com/3kh0/3kh0.github.io/wiki/Secret-Themes)
