From b82092c6252dc8248059cdde56d67ed1bc48a8e6 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Wed, 28 Jun 1995 01:59:38 +0000 Subject: [PATCH] Added new initial colour names "orange" and "pink". --- v7/src/runtime/os2graph.scm | 4 +++- v7/src/win32/graphics.scm | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/os2graph.scm b/v7/src/runtime/os2graph.scm index 50fb1bff9..e7e51588c 100644 --- a/v7/src/runtime/os2graph.scm +++ b/v7/src/runtime/os2graph.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: os2graph.scm,v 1.9 1995/05/20 10:17:55 cph Exp $ +$Id: os2graph.scm,v 1.10 1995/06/28 01:59:24 adams Exp $ Copyright (c) 1995 Massachusetts Institute of Technology @@ -616,6 +616,8 @@ MIT in each case. |# ("white" 255 255 255) ("purple" 127 0 127) ("dark green" 0 127 0) + ("orange" 255 135 0) + ("pink" 255 181 197) ("brown" 127 63 0))) ;;;; Console Window diff --git a/v7/src/win32/graphics.scm b/v7/src/win32/graphics.scm index 7ccc2c9bc..85d91febb 100644 --- a/v7/src/win32/graphics.scm +++ b/v7/src/win32/graphics.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: graphics.scm,v 1.7 1995/02/21 23:26:40 cph Exp $ +$Id: graphics.scm,v 1.8 1995/06/28 01:59:38 adams Exp $ Copyright (c) 1993-95 Massachusetts Institute of Technology @@ -723,6 +723,8 @@ MIT in each case. |# ("white" 255 255 255) ("purple" 127 0 127) ("dark green" 0 127 0) + ("orange" 255 135 0) + ("pink" 255 181 197) ("brown" 127 63 0))) -- 2.25.1