summary refs log tree commit diff
path: root/src/guile
diff options
context:
space:
mode:
authorLudovic Courtes2006-10-16 21:14:12 +0000
committerLudovic Courtes2006-10-16 21:14:12 +0000
commitadb2f652cd8d6075f0718a19f4942f6b5b573d07 (patch)
tree9ee2b6c53d9f50139e9f373ee4f7095fd2ba2922 /src/guile
parentf87559762f5faa6ce3ff093bfdd1e823a416676f (diff)
downloadskribilo-adb2f652cd8d6075f0718a19f4942f6b5b573d07.tar.gz
skribilo-adb2f652cd8d6075f0718a19f4942f6b5b573d07.tar.lz
skribilo-adb2f652cd8d6075f0718a19f4942f6b5b573d07.zip
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
Diffstat (limited to 'src/guile')
-rw-r--r--src/guile/skribilo/color.scm3
1 files changed, 2 insertions, 1 deletions
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)