This seems to work:
<<tiddler {{
setStylesheet(
".highlight, .marked {background:#fff !important;}\n"+
".oddRow {background-color:"+store.getTiddlerSlice('ColorPalette',
'SecondaryLight')+";}\n"+
".evenRow {background-color: #bbb;}\n"+
"table.sortable td.sortedCol {background:#996;}"+
".viewer thead td {background:#996;}\n"
,"TableHighlightStyles");
"";}}>>
Make sure if you cut and paste that google groups hasn't wrapped the
line with ColorPalette on it.
Mark
On Dec 19, 5:57 am, Mike <[email protected]> wrote:
> I picked up this idea from a different post . . .
>
> <<tiddler {{
> setStylesheet(
> ".highlight, .marked {background:#fff !important;}\n"+
> ".oddRow {background-color:#ddd;}\n"+
> ".evenRow {background-color: #bbb;}\n"+
> "table.sortable td.sortedCol {background:#996;}"+
> ".viewer thead td {background:#996;}\n"
> ,"TableHighlightStyles");
> "";}}>>
>
> Question, how would I go from #ddd to
> [[ColorPalette::SecondaryLight]] ?
>
> Thank You,
>
> Mike
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.