create-quilltap-theme 2.0.11 → 2.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -45,7 +45,8 @@ any of them. Drop replacement assets into `icons/` and add an `icons` map to
|
|
|
45
45
|
- **`.svg` overrides** are tinted by the current text color, exactly like the
|
|
46
46
|
built-in icons — good for monochrome glyphs that should follow the theme.
|
|
47
47
|
- **`.webp` overrides** are drawn in full color — good for textured or
|
|
48
|
-
multi-color marks (the `brand` quill
|
|
48
|
+
multi-color marks (ship the `brand` quill as `.webp` if it should keep its
|
|
49
|
+
own colors; an `.svg` brand override is tinted like any other icon).
|
|
49
50
|
- Icon names must match Quilltap's built-in names; unknown names are ignored.
|
|
50
51
|
Run `quilltap themes validate` to catch typos and bad asset paths.
|
|
51
52
|
|