Thanks Mario,

fnd's PalettViewMacro 
> http://devpad.tiddlyspot.com/#PaletteViewMacro 
>  
>
in the parallel thread Eric pointed to the PaletteMaker [1] which is more 
powerful; though, I like the simplicity of the PaletteViewMacro code which 
can be easily reviewed.

If you need different shades I use this tool 
> http://meyerweb.com/eric/tools/color-blend/ 
>
> Ah, this is nice! I see, this allows to easily create those 
Dark/Mid/Light/Pale things. So I guess there should be also some tools to 
select Primary/Secondary/Tetriary, right?

In fact, I can see that some of my questions are about StyleSheetColors, 
not about ColorPalette. I'll write those thoughts in the discussion in 
TiddlyWiki group;


here, I'd like to add one more thing that looks for me useful for the core:

as <input type='text'> and <textarea> elements haven't changed after 
reverting the ColorPalette values, I'd propose adding

input[type="text"],
textarea { color:[[ColorPalette::Foreground]]; 
background-color:[[ColorPalette::Background]]; }

to the StyleSheetColors. As I can see from it (looking through rules for 
.viewer, .tiddler, #tiddlerDisplay and #displayArea), the background for 
tiddler text is inherited from the main page (Background slice) and that's 
I propose this slice as background for textareas, the same thing for the 
font color.


Not sure about the scrollbars yet, they have complicated styling and 
probably different support in different browsers..


Best regards,
Yakov.


[1] http://www.tiddlytools.com/#PaletteMaker

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/tiddlywikidev?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to