diff options
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 f7eca5c..7d20f78 100644 --- a/Lib/idlelib/config-highlight.def +++ b/Lib/idlelib/config-highlight.def @@ -6,7 +6,7 @@ normal-foreground= #000000 normal-background= #ffffff keyword-foreground= #ff7700 keyword-background= #ffffff -builtin-foreground= #ca00ca +builtin-foreground= #900090 builtin-background= #ffffff comment-foreground= #dd0000 comment-background= #ffffff @@ -22,7 +22,7 @@ hit-foreground= #ffffff hit-background= #000000 error-foreground= #000000 error-background= #ff7777 -#cursor (only foreground can be set) +#cursor (only foreground can be set, restart IDLE) cursor-foreground= black #shell window stdout-foreground= blue @@ -37,7 +37,7 @@ normal-foreground= #000000 normal-background= #ffffff keyword-foreground= #ff7700 keyword-background= #ffffff -builtin-foreground= #ca00ca +builtin-foreground= #900090 builtin-background= #ffffff comment-foreground= #dd0000 comment-background= #ffffff @@ -53,7 +53,7 @@ hit-foreground= #ffffff hit-background= #000000 error-foreground= #000000 error-background= #ff7777 -#cursor (only foreground can be set) +#cursor (only foreground can be set, restart IDLE) cursor-foreground= black #shell window stdout-foreground= blue |