docs: link to where themes are
Some checks failed
Tests / build (push) Has been cancelled
Coverage / build (push) Has been cancelled

This commit is contained in:
2025-06-11 18:08:51 -03:00
parent 9257abc460
commit 848a2d77ac

View File

@ -108,8 +108,10 @@ Themes come from two places, tartrazine itself and [Sixteen](https://github.com/
To only embed selected themes, build your project with the `-Dnothemes` option, and To only embed selected themes, build your project with the `-Dnothemes` option, and
you can set two environment variables to control which themes are included: you can set two environment variables to control which themes are included:
* `TT_THEMES` is a comma-separated list of themes to include from tartrazine (see the styles directory in the source) * `TT_THEMES` is a comma-separated list of themes to include from tartrazine (see
* `SIXTEEN_THEMES` is a comma-separated list of themes to include from Sixteen (see the base16 directory in the sixteen source) [the styles directory in the source(https://github.com/ralsina/tartrazine/tree/main/styles))
* `SIXTEEN_THEMES` is a comma-separated list of themes to include from Sixteen (see
[the base16 directory in the sixteen source](https://github.com/ralsina/sixteen/tree/main/base16))
For example (using the tartrazine CLI as the project): For example (using the tartrazine CLI as the project):