This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

--tpc-* CSS Variables

22nd January 2026 at 10:48am

--tpc-* variables are CSS variables of palette colors. They can be accessed via appending the palette color names to the bottom. For example:

.code {
	background-color: var(--tpc-code-background);
	color: var(--tpc-code-foreground);
}