Documentation
README
Custom Wisp theme CSS
Wisp injects one user stylesheet after the built-in theme. Prefer CSS variables
on :root. Do not invent Settings toggles for one-off look changes.
Workflow
- Ask what should change (lead bar, table size, accent, chat density, fonts).
- Write a
.cssfile in the project, usuallytheme.css. - Apply it:
- Desktop:
configurewithaction=setandvalues.custom_cssset to the full stylesheet text. Empty string clears it. - Or tell the user to import the file under Settings → Appearance.
- Desktop:
- Confirm the change is visible. If a rule did nothing, the selector is wrong;
do not add
!importantunless a built-in rule requires it.
Constraints
The host sanitizes CSS before inject. These are stripped:
This is the opening of the README. Read the full README on GitHub.