A couple of things about colors and the ColorPalette tiddler:

First, ColorPalette doesn't cascade the way CSS does.  There's only one 
ColorPalette, and it exists as a shadow tiddler in an empty TiddlyWiki.  To 
edit it, just find it (under "More � Shadowed" in the timeline), edit it, 
and save it as a full-fledged tiddler.  If you make mistakes or don't like 
your experimentation, just delete it — the shadow tiddler is still there 
"behind" it to revert you to all the default TiddlyWiki colors — and start 
over.

Second, I misspoke about how the ColorPalette is written.  It IS composed 
of slices, but not in the common |slicename|slicevalue| syntax I described. 
 By default, it uses an alternative (older?) syntax:

slicename: slicevalue

... so instead of seeing |PrimaryLight|#FFFF00|, you'll see something like:

PrimaryLight: #FFFF00

Third, the default ColorPalette uses three-digit shorthands, so you'd see 
#FF0 instead of #FFFF00.  ;)

Fourth, in my earlier example, I carelessly used the semicolon at the end 
of my slice value.  TiddlyWiki's ColorPalette just includes the hash and 
hex value — #FF0, not #FF0; — with the semicolon in CSS just as you'd 
expect to find it.  E.g.,

background-color:[[ColorPalette::PrimaryLight]];

... where TiddlyWiki reads #FF0 in place of [[ColorPalette::PrimaryLight]].

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to