From 20aac4cc58b7f0fae14334e458a0ff221f1f8b5f Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 28 May 2008 17:12:01 +0000 Subject: [PATCH] better colours --- layout/plan-to-gui-data | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layout/plan-to-gui-data b/layout/plan-to-gui-data index 4c38e68..62bb5ed 100755 --- a/layout/plan-to-gui-data +++ b/layout/plan-to-gui-data @@ -376,10 +376,10 @@ sub cmaps_define () { my ($style,$inv,$ondet); my (@background, @projected, @off, @otherposn); - @background= qw(100 100 100); - @off= qw(0 0 0); - @otherposn= qw(50 50 50); - @projected= qw(75 75 75); + @background= qw(0 0 0); + @off= qw(500 500 500); + @otherposn= qw(150 150 150); + @projected= qw(5 5 5); xpm_cmap("background","background"); xpm_cmap_rgbpermil("background", -- 2.30.2