Thanks Eric

It's the popupbackground in the calendar I want to change - is
config.macros.calendar.todaybg the right parameter?

YS Måns Mårtensson

On 6 Sep., 14:06, Eric Shulman <elsdes...@gmail.com> wrote:
> > config.macros.calendar.todaybg = DarkGray'
> > and a variation with semicolon at the end instead - however It doesn't
> > work for me...
>
> The left side of an assignment statement is a variable reference.  The
> right side of an assignment statement is a value... in this case, a
> text string, which must have matching quotes around it.  Every JS
> statement ends with a semi-colon.  Thus:
>
>    config.macros.calendar.todaybg = "DarkGray";
>
> enjoy,
> -e
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to