Hi Iain
I didn't answer your questions correctly the first time - I'll try
once more:
> 1) How to make it work (you load it as a plug in then what?)
Eric's PaletteMaker is a transclusion and should *not* be tagged with
'systemConfig'.
You can add the Palettemaker to the Default Colorpalette *but* it wil
be overwritten when you use <<selectPalette>> - which will overwrite
ColorPalette with a new one.
Therefore I'd recommend to make your own "DefaultPalette", based on
whatever palette you like best - and write sth like this (tag it
"palette" to be able to revert to it whenever you like):
Link to Erics ColorPalette:
http://www.tiddlytools.com/#ColorPalette :
"{{floatleft small borderright{
Sunshine: #ff0
Grass: #360
Sky: LightBlue
Dirt: #633
Apple: #C00
Banana: #FF0
Lime: #3C6
Orange: #F93
Peach: #F99
Pear: #CF6
Raspberry: #606
Background: #fff
Foreground: #000
PrimaryPale: #9cf
PrimaryLight: #09f
PrimaryMid: #03c
PrimaryDark: #003
SecondaryPale: #ffc
SecondaryLight: #fc9
SecondaryMid: #cc6
SecondaryDark: #630
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #C33
}}}PaletteMaker:<hr><<tiddler PaletteMaker>>{{clear block{}}}"
> 2) which of the various styles is associated with what in NoteStorm.
> For example what does SecondnaryMid control. Is there a bluffers guide
> to this?
The real "NoBluffersGuide" is the Shadowed tiddler called
StyleSheetColors
http://giffmex.org/NoteStorm.html#StyleSheetColors
You'll find it in the sidebarTabs under Shadowed..
The changes Dave Gifford has made to the StyleSheet tiddler (also a
Shadow tiddler) which uses the ColorPalette are:
/*TIDDLER TITLE COLOR MATCH BOTTOM OF HEADER*/
.title {color:[[ColorPalette::PrimaryMid]];}
/*TABS - see also stylesheettiddlersbar*/
.tabSelected{color:[[ColorPalette::PrimaryDark]];
background:[[ColorPalette::TertiaryPale]];
border-left:1px solid [[ColorPalette::TertiaryLight]];
border-top:1px solid [[ColorPalette::TertiaryLight]];
border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:
[[ColorPalette::TertiaryMid]];}
.tabContents {background:white; border:1px solid
[[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}
I hope this helps
Regards Måns Mårtensson