Command/definepalet

From Wiki
< Command
Revision as of 11:37, 13 May 2013 by Esteis (talk | contribs) (Remove old remark about argument parser)
Jump to navigation Jump to search

\definepalet

Syntax

\definepalet[...][...,...=...,...]
[...] name
name name


Description

Allows on-the-fly switching of whole sets of color name definitions.

\definepalet used to rely on a non-standard argument parser that would not tolerate trailing commas [1]. This is no longer the case, but sufficiently old installation might still exhibit the problem.

Example

\setupcolors [x11]
\definepalet [colorful] [primary=green]
\definepalet [bleak]    [primary=darkgray]
\starttext

\setuppalet  [colorful]
\color[primary]{Ain't I a colorful entity?}

\setuppalet  [bleak]
\color[primary]{Ain't I a colorful entity?}

\stoptext

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: