So 3.1.0 replaced Java.awt.color with Greenfoot.color. I thought Greenfoot.color would include all the colors in java.awt.color. But I found out that this is not the case.
I used darkGray and lightGray in my project, which are colors included in java.awt.color. When I tried to update to 3.1.0, I did the proper conversion, but Greenfoot.color won't recognize darkGray and lightGray.
I need many colors for my project and I already used up all the other colors. I know how to use values to define a custom color, but the missing colors cause lots of inconvenience.
I hope this can be fixed in the next update.
