summaryrefslogtreecommitdiff
path: root/tex/context/base/colo-pra.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/colo-pra.tex')
-rw-r--r--tex/context/base/colo-pra.tex64
1 files changed, 64 insertions, 0 deletions
diff --git a/tex/context/base/colo-pra.tex b/tex/context/base/colo-pra.tex
new file mode 100644
index 000000000..a915762cb
--- /dev/null
+++ b/tex/context/base/colo-pra.tex
@@ -0,0 +1,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