Silly doesn't whitelist catbox by default. To fetch some of the custom fonts that ship with my themes, add the following to /SillyTavern/config.yaml
:
TOC
- Themes
- RegEx
Themes!
My custom themes. Featuring
- Customizable quote colors on a per-character basis either via the
ch_name
attribute, or via telling the LLM to wrap quotes in<span data-char="{{character name}}">
. - Paragraph indents (only works on firefox).
- Custom margins.
- Worse (better?) fonts.
- Codeblock fix to allow markdown.
- Anti-ST-jank styling.
Unnamed, Cappuccino mod and Cappuccino mod 2 share a lot of css. Unnamed might have some outdated rules and it probably uses a different tag for quote colors instead of span
.
Anathema (remix). ^
Kalakan's theme I modified.
momoMORI (remix). ^
https://momoura.neocities.org/'s theme but different.
Nord. ^
A port of https://www.nordtheme.com/ bundled with QOL CSS that removes some of the weird design decisions in Silly. Mostly related to inconsistent spacing and weird borders/margins. Nothing big imo.
Unnamed theme. ^
Tries to imitate speech bubbles. Avatars are customizable and must be added manually for every new character.
Ctrl+F for div[is_user="true"]
in custom CSS and replace the URL with the one your persona's avatar lives at.
Also makes the first letter of each message look fancy. I like that. Fuck you.
Cappuccino mod. ^
Slightly modified Cappuccino theme that comes bundled with SillyTavern.
Cappuccino mod 2. ^
Same as above, except it renders character avatars as message background. Can be toggled on or off using the Hide chat avatars
setting.
Remedy Light. ^
A port of Remedy Light to Silly. I didn't check, but 90% of the UI should look good.
Inspired by >>486864760.
RegEx! ^
Some of the regular expressions with the themes.
Custom code blocks. ^
Built specifically for https://stttv.neocities.org/
Download and enable both.
Japanese bracket fix. ^
Makes kagi kakko look consistent with normal "quotation marks". Also slaps a data attribute on them in case you want to style them in a special way.
Claudeism selector. ^
Fuzzy matches most of the common Claudeisms and applies a data attribute to them.
Cappuccino mod 2: strikethrough
Cappuccino mod 1: powerpoint wordart
Unnamed: glow
Slop paragraph. ^
Kind of silly and useless. Matches the final paragraph of a message if it contains So
followed by wha
followed by say
or think
followed by wan
followed by ?
.
Matches slop such as So, what do you think? Wanna to go somewhere more... private?
Claude adds if your jailbreak is shit.
RegEx: /\n\n.*?So,? wha[^"]+? (:?say|think).+?Wan[^?]+\?.*$/i
Substitution: <details><summary>SLOP</summary>{{match}}</details>