Skip to content

Commit 9a66ee1

Browse files
committed
change keyhandler
1 parent 18f8f6f commit 9a66ee1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/KeyHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class KeyHandler implements KeyListener {
2626
public static final String COMMAND_LINE_DISPLAY = "Press : to enter commands";
2727
private static final String PROMPT = "";
2828

29-
Color color = new Color(150, 150, 150);
29+
Color color = new Color(240, 240, 240);
3030
private PaintPanel paintPanel;
3131
private boolean inCommandMode;
3232
Interpreter interpreter ;

0 commit comments

Comments
 (0)