1. Debugger Breakpoints, finish implementation
2. Debugger Clear Breakpoints, implement
3. Nice yellow breakpoints for Chui :)
diff --git a/Lib/idlelib/config-highlight.def b/Lib/idlelib/config-highlight.def
index 81c4ba5..2b7deab 100644
--- a/Lib/idlelib/config-highlight.def
+++ b/Lib/idlelib/config-highlight.def
@@ -14,8 +14,8 @@
definition-background= #ffffff
hilite-foreground= #000000
hilite-background= gray
-break-foreground= #ff7777
-break-background= #ffffff
+break-foreground= black
+break-background= #ffff55
hit-foreground= #ffffff
hit-background= #000000
error-foreground= #000000
@@ -43,8 +43,8 @@
definition-background= #ffffff
hilite-foreground= #000000
hilite-background= gray
-break-foreground= #ff7777
-break-background= #ffffff
+break-foreground= black
+break-background= #ffff55
hit-foreground= #ffffff
hit-background= #000000
error-foreground= #000000