Secret Themes
Last updated
Last updated
This is a build in easy way to make a custom theme. Users will type a message and your theme will appear.
Obtain theme code from
Add your code at the bottom of
Edit the file
To make a button for your theme use the code below as a template
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 update and enjoy!
Open
To make your custom theme work use the code below as a template.
Replace the first argument with your theme name and the 2nd with an array of letters the user needs to press.
You can use special keys such as ArrowRight
see for a full list.
Add your code to the bottom of the file and wait for the website to update.
Make sure to test it out first and enjoy!
To make a custom secret theme you need more knowledge of javascript.
To make a button for your theme use the code below as a template
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 update and enjoy!
Use to following two commands to make your custom theme
Set the value to your theme name
This will show the secret button on the settings page when the secret theme is active
Set the value to your theme name
This will activate the theme and show to button on the settings page.
Add secretThemeButton
to the bottom of the file
Use foundSecretTheme
on button click or whenever you want the theme to show
Test it out and enjoy!
Obtain theme code from
Add your code at the bottom of
Edit the file
Open