[tw] Re: Changing TW colors

2012-04-19 Thread Tobias Beer
One way to do it would be to put something like this into your zzConfig: //shadow tiddler for styles config.shadowTiddlers.StyleSheetCustom ='/*{{{*/\n'+ '.myClass {background-color:[[' + someJavascript(param) + ';;}\n'+ '/*}}}*/'; store.addNotification(StyleSheetLinkify,

[tw] Re: Changing TW colors

2012-04-19 Thread Tobias Beer
One way to do it would be to put something like this into your zzConfig: //shadow tiddler for styles config.shadowTiddlers.StyleSheetLocalStorage ='/*{{{*/\n'+ '.myClass {background-color:[[' + someJavascript(param) + ';;}\n'+ '/*}}}*/';

[tw] Re: Changing TW colors

2012-04-19 Thread skye riquelme
Hi AllTodias I came up with what I think is something similar. A tiddler has some nice colores icones (Erics SetIconPlugin) which activate (when hit) a bit o javascript that simply creates the color combinations in sliced format (var text=|background|color|\n|text|othercolor..)and