From 848a2d77aca6111666a81f6c832950b1f984a43e Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Wed, 11 Jun 2025 18:08:51 -0300 Subject: [PATCH] docs: link to where themes are --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 940bddd..4b2abfb 100644 --- a/README.md +++ b/README.md @@ -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 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) -* `SIXTEEN_THEMES` is a comma-separated list of themes to include from Sixteen (see the base16 directory in the sixteen source) +* `TT_THEMES` is a comma-separated list of themes to include from tartrazine (see + [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):