From adb2f652cd8d6075f0718a19f4942f6b5b573d07 Mon Sep 17 00:00:00 2001 From: Ludovic Courtes Date: Mon, 16 Oct 2006 21:14:12 +0000 Subject: color.scm: Added support for `lightred'. :-) * src/guile/skribilo/color.scm (*skribe-rgb-alist*): Added `lightred'. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-6 --- src/guile/skribilo/color.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/guile/skribilo/color.scm b/src/guile/skribilo/color.scm index 8b6205f..6b3aa7b 100644 --- a/src/guile/skribilo/color.scm +++ b/src/guile/skribilo/color.scm @@ -571,7 +571,8 @@ ("darkcyan" . "0 139 139") ("darkmagenta" . "139 0 139") ("darkred" . "139 0 0") - ("lightgreen" . "144 238 144"))) + ("lightgreen" . "144 238 144") + ("lightred" . "255 127 127"))) (define (%convert-color str) -- cgit v1.2.3