I find no way to download and use this theme locally? I suppose it is downloaded and cached somehow, but where is it saved? How could I save it locally, as easy as importing it (not by going to some repo and downloading some file?)
I couldnt find the theme in my home directory (Linux)
Also, if you are using e.g. vscode + tinymist you can use ctrl + click to go to the package’s files directly.
So if you want, you can edit the files in there directly. This isn’t really recommended, as (for example) you might change package behavior and so updating them might cause unwanted issues. Instead, the documentation linked above describes how to make a local pckage. Essentially, you would move the file from packages/preview to packages/local
If you are moving the package from the preview namespace to the local namespace, you should import them in your typst files using #import @local/<name>:<version>, rather than using symlinks or similar.
If you are happy with the answer, please use the checkmark to mark it as a solution so that other users can find it more easily