new site with maiviSep 15, 2026
after working on maivi for over half a year ive finally been able to completely rewrite my whole site in it.
ive compiled a specific set of my current local changes to push to my domain (theres still a lot that isnt ready).
im incredibly happy with what ive been able to make with this project ~it's probably one of my proudest achievements (which sounds a little funny tbh).
im loving working with zig+lua. its a blast problemsolving with these tools and theres so many possibilities.
ill probably work on some longer blogposts and more extended notes on how maivi works and can be used in the coming weeks:) (if i remember to ,lol)
site on a zig serverMar 09, 2026
ive been working on a minimal http server to host the static site contents on. this is mostly because i want to get better at zig and thought itd be a fun challenge :)
it currently supports embedding the static files and a tiny virtual filesystem.
i might expand it to support templates & generation and take more work off zola.
evergarden userstylesMar 02, 2026
evergarden is now available as a userstyle!!
i created a small patcher for the catppuccin userstyles repo with help from @june. this allows us to use their amazing userstyles with evergarden colors!
the userstyles are available on github and codeberg.

ebil toolFeb 19, 2026
lylla now supports sectionsFeb 15, 2026
mimi colorschemeFeb 07, 2026
aspen pluginFeb 03, 2026
artio live mode toggleJan 24, 2026
artio released!Nov 16, 2025
evergarden for sublimeJun 22, 2025
evergarden is now available for sublime text. simply install it using package control.

evergarden palette now on npmMay 25, 2025
you can install the evergarden palette as an npm package: @everviolet/palette
here’s how to bring the garden into your stylesheets:
/* if you have it installed with a package manager & a css loader configured */
@import "@everviolet/palette/css/fall.css";
/* alternatively via unpkg */
@import url("https://unpkg.com/@everviolet/palette/css/fall.css");
.button {
background-color: var(--ev-winter-green);
color: var(--ev-winter-crust);
}
@use "@everviolet/palette/scss/evergarden" as *;
.button {
background-color: $green;
color: $crust;
}
evergarden site is liveApr 06, 2025
the little garden's grown a bit! the official evergarden theme site is now available - you can now browse the palette, read about the project, and find ports for your applications all in one comfy place.
take a peek here: evergarden.moe
(more updates, ease of use for developers, and mossy surprises coming soon)



