int charHeight = av.getCharHeight();\r
\r
if (av.getSelection().contains(ds)) {\r
- gg.setColor(Color.gray);\r
+ gg.setColor(Color.lightGray);\r
gg.fillRect(0,AlignmentUtil.getPixelHeight(starty,i,charHeight)+ ypos,getWidth(),charHeight);\r
gg.setColor(Color.white);\r
} else {\r
// Selected sequence colours\r
if (av.getSelection().contains(da.getSequenceAt(i)))\r
{\r
- currentColor = Color.gray;\r
+ currentColor = Color.lightGray;\r
currentTextColor = Color.black;\r
}\r
else\r