@@ -1,6 +1,6 @@ -;;====================================================================== +';;====================================================================== ;; Copyright 2006-2012, Matthew Welland. ;; ;; This file is part of Megatest. ;; ;; Megatest is free software: you can redistribute it and/or modify @@ -83,7 +83,10 @@ (else (list "60 235 63" status)))) ((DIRTY-BETTER) (list "160 255 153" status)) ((DIRTY-WORSE) (list "165 42 42" status)) ((BOTH-BAD) (list "180 33 49" status)) - (else (list "192 192 192" state)))) + (else (list + ;; "192 192 192" + "222 222 221" + state))))