We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f8f6f commit 9a66ee1Copy full SHA for 9a66ee1
1 file changed
src/ui/KeyHandler.java
@@ -26,7 +26,7 @@ public class KeyHandler implements KeyListener {
26
public static final String COMMAND_LINE_DISPLAY = "Press : to enter commands";
27
private static final String PROMPT = "";
28
29
- Color color = new Color(150, 150, 150);
+ Color color = new Color(240, 240, 240);
30
private PaintPanel paintPanel;
31
private boolean inCommandMode;
32
Interpreter interpreter ;
0 commit comments