diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2002-06-20 04:01:47 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2002-06-20 04:01:47 (GMT) |
commit | 669f4c3850eaaf4e00a79032ef960a79e6ca6ad7 (patch) | |
tree | a73ecd1e7ee6e14687981aec97a356e0b03479fd /Lib/idlelib/config-highlight.def | |
parent | 3875e90274e7e14b5c147cd85f2464499f327f31 (diff) | |
download | cpython-669f4c3850eaaf4e00a79032ef960a79e6ca6ad7.zip cpython-669f4c3850eaaf4e00a79032ef960a79e6ca6ad7.tar.gz cpython-669f4c3850eaaf4e00a79032ef960a79e6ca6ad7.tar.bz2 |
1. Debugger Breakpoints, finish implementation
2. Debugger Clear Breakpoints, implement
3. Nice yellow breakpoints for Chui :)
Diffstat (limited to 'Lib/idlelib/config-highlight.def')
-rw-r--r-- | Lib/idlelib/config-highlight.def | 8 |
1 files changed, 4 insertions, 4 deletions
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-foreground= #0000ff 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-foreground= #0000ff 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 |