mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-08 15:10:02 +00:00
18 lines
561 B
Plaintext
18 lines
561 B
Plaintext
title: $:/palette-editors/TwentyTwenties
|
|
|
|
\procedure entry(name,description)
|
|
<$text text=<<description>>/>: <$edit-text tiddler={{$:/palette}} index=<<name>> type="color" tag="input" default={{{ [function[colour],<name>] }}}/>
|
|
\end entry
|
|
|
|
<<entry name:"base-paper" description:"Paper">>
|
|
|
|
<<entry name:"base-background" description:"Page background">>
|
|
|
|
<<entry name:"base-ink" description:"Ink">>
|
|
|
|
<<entry name:"base-primary" description:"Primary">>
|
|
|
|
<<entry name:"base-secondary" description:"Secondary">>
|
|
|
|
<<entry name:"base-tertiary" description:"Tertiary">>
|