
Evergarden for Userstyles
- Install Stylus
- Download the compiled import file with all userstyles included
(
import.json) - Open the Stylus manager page
- Click Import on the sidebar panel, and select the downloaded file
By default, all userstyles have the dark variant set to fall, light variant to summer, and accent color to green.
This can be configured manually for individual userstyles through the Stylus UI or by modifying the import file, like so:
# set the default accent color to pink
sed -iE 's/"default":"green"/"default":"pink"/g' import.json
# set the default dark variant to fall
sed -iE 's/"default":"winter"/"default":"fall"/g' import.json
# set the default light variant to spring
sed -iE 's/"default":"summer"/"default":"spring"/g' import.jsonFor more information, see userstyles.catppuccin.com :3

