Theme Not Found
Thrown when a theme CSS asset is found but produces no parseable color rules (e.g. the file is empty or contains only unsupported CSS).
Note: a missing or unreadable asset file throws java.io.IOException instead, because the error surfaces before any CSS parsing occurs.
Parameters
path
The asset path that was resolved but yielded no usable color rules.