summaryrefslogtreecommitdiff
path: root/metapost/context/base/mp-base.mpii
diff options
context:
space:
mode:
Diffstat (limited to 'metapost/context/base/mp-base.mpii')
-rw-r--r--metapost/context/base/mp-base.mpii2
1 files changed, 1 insertions, 1 deletions
diff --git a/metapost/context/base/mp-base.mpii b/metapost/context/base/mp-base.mpii
index addaa86db..7af4bc436 100644
--- a/metapost/context/base/mp-base.mpii
+++ b/metapost/context/base/mp-base.mpii
@@ -110,7 +110,7 @@ transform identity;
for z=origin,right,up: z transformed identity = z; endfor
% color constants
-color black, white, red, green, blue, background;
+color black, white, red, green, blue, cyan, magenta, yellow, background;
black = (0,0,0);
white = (1,1,1);
red = (1,0,0);