kopia lustrzana https://github.com/miklobit/TiddlyWiki5
20 wiersze
451 B
Plaintext
20 wiersze
451 B
Plaintext
title: $:/snippets/currpalettepreview
|
|
|
|
\define swatchStyle()
|
|
background-color: $(swatchColour)$;
|
|
\end
|
|
\define swatch(colour)
|
|
<$set name="swatchColour" value={{##$colour$}}>
|
|
<div class="tc-swatch" style=<<swatchStyle>>/>
|
|
</$set>
|
|
\end
|
|
<div class="tc-swatches-horiz">
|
|
<<swatch foreground>>
|
|
<<swatch background>>
|
|
<<swatch muted-foreground>>
|
|
<<swatch primary>>
|
|
<<swatch page-background>>
|
|
<<swatch tab-background>>
|
|
<<swatch tiddler-info-background>>
|
|
</div>
|