summaryrefslogtreecommitdiff
path: root/tex/context/base/colo-pra.tex
blob: a915762cb8120a40c199cd18b67aaaa95a6250d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
%D \module
%D   [       file=colo-pra,
%D        version=1997.1.3,
%D          title=\CONTEXT\ Color Macros,
%D       subtitle=PRAGMA,
%D         author=Hans Hagen,
%D           date=\currentdate,
%D      copyright={PRAGMA / Hans Hagen \& Ton Otten}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for 
%C details. 

%D This module is not meant for third party use and defines
%D some \PRAGMA\ specific colors.

% huisstijl

\definecolor [pragmaburcolor]   [r=1,g=0.62,b=0.06] % (Pantone 138 CV) 
\definecolor [pragmaburkleur]   [pragmaburcolor]

\definecolor [pragmaadecolor]   [r=1,g=0.62,b=0.06] % (Pantone 138 CV) 
\definecolor [pragmaadekleur]   [pragmaadecolor]

\definecolor [pragmapodcolor]   [r=.6,g=.7,b=.8]    % (rather mathematic)
\definecolor [pragmapodkleur]   [pragmapodcolor]

\definecolor [pragmacolor]      [pragmaburcolor]
\definecolor [pragmakleur]      [pragmaburcolor]

\definecolor [texprettyone]     [r=.8, g=0,  b=0]  % red
\definecolor [texprettytwo]     [r=0,  g=.6, b=0]  % green
\definecolor [texprettythree]   [r=.0, g=.0, b=.9] % blue
\definecolor [texprettyfour]    [r=.8, g=.8, b=.6] % yellow

\definecolor [BackgroundColor]  [r=1,  g=1,  b=.7]
\definecolor [InteractionColor] [r=.1, g=.5, b=.8]

\definecolor [AchtergrondKleur] [BackgroundColor]
\definecolor [InteractieKleur]  [InteractionColor]

\definecolor [DemoRed]          [r=1, g=.6, b=.6]
\definecolor [DemoRood]         [DemoRed]

\definecolor [DemoBlue]         [r=.6, g=.8, b=1]
\definecolor [DemoBlauw]        [DemoBlue]

\definecolor [DemoYellow]       [BackgroundColor]
\definecolor [DemoGeel]         [BackgroundColor]

% demonstratiekleuren

\definecolor [cyaan:x]       [r=.3,  g=.85, b=1]
\definecolor [cyaan:y]       [r=.4,  g=.8,  b=1]
\definecolor [cyaan:z]       [r=.5,  g=.75, b=1]

% schermkleuren

\definecolor [schermgroen]   [r=0,   g=.8,  b=0]
\definecolor [schermrood]    [r=.8,  g=0,   b=0]
\definecolor [schermcyaan]   [r=0,   g=.8,  b=.8]
\definecolor [schermgeel]    [r=.9,  g=.9,  b=0]

\endinput