3
3
Fork
You've already forked userstyles
0
🖌 cozy evergarden userstyles
  • Less 97.7%
  • TypeScript 1.7%
  • JavaScript 0.5%
june 789629091d
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
doc: evergardenify
meow meow meow meow
2026年07月08日 12:48:15 +02:00
.github chore(deps): update actions/checkout digest to df4cb1c ( #2256 ) 2026年07月05日 13:23:04 -05:00
.vscode chore(.vscode/settings.json): set deno as default formatter project-wide ( #1549 ) 2024年12月31日 18:03:44 -05:00
.woodpecker ci: use skip_on_empty_branch 2026年03月07日 22:22:02 +01:00
docs doc: evergardenify 2026年07月08日 12:48:15 +02:00
lib lib: add neutral filters 2026年02月27日 16:25:20 +01:00
scripts scripts: revert stinky ctp patches 2026年06月03日 23:03:25 +02:00
styles chore: bump changed userstyles 2026年07月03日 17:21:56 +00:00
template deploy: init workflow and update urls 2026年02月27日 18:16:39 +01:00
.editorconfig feat: launch catppuccin/userstyles 2023年07月20日 19:43:01 +01:00
.envrc chore: add .envrc for direnv ( #1271 ) 2024年09月07日 23:02:43 +01:00
.gitattributes refactor(treewide)!: simplify userstyles.yml & remove style previews ( #1691 ) 2025年04月08日 19:16:29 -04:00
.gitignore chore: add .envrc for direnv ( #1271 ) 2024年09月07日 23:02:43 +01:00
.stylelintrc.js refactor(tree-wide)!: integrate standard library ( #1846 ) 2025年09月05日 22:33:25 -04:00
deno.json chore(deps): update dependency ajv to v8.20.0 ( #2175 ) 2026年04月29日 13:55:40 -05:00
deno.lock chore(deps): update dependency ajv to v8.20.0 ( #2175 ) 2026年04月29日 13:55:40 -05:00
flake.lock chore: update deno ( #1774 ) 2025年06月04日 17:05:26 +01:00
flake.nix chore: update deno ( #1774 ) 2025年06月04日 17:05:26 +01:00
LICENSE doc: evergardenify 2026年07月08日 12:48:15 +02:00
README.md doc: evergardenify 2026年07月08日 12:48:15 +02:00
renovate.json5 chore(renovate): enable pin github actions digests ( #2238 ) 2026年04月29日 16:09:08 -05:00
shell.nix chore: update deno ( #1774 ) 2025年06月04日 17:05:26 +01:00

Logo
Evergarden for Userstyles

Usage

  1. Install Stylus
  2. Download the compiled import file with all userstyles included (import.json)
  3. Open the Stylus manager page
  4. Click Import on the sidebar panel, and select the downloaded file

Configuration

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.json

For more information, see userstyles.catppuccin.com :3

Thanks to <3