diff options
author | Steven M. Gava <elguavas@python.net> | 2002-01-04 03:06:08 +0000 |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2002-01-04 03:06:08 +0000 |
commit | c597640515a9ca3aa1807cc633b8d7bf2aa4a4e6 (patch) | |
tree | 88cef87efa339ddbac738d35639fa4857693a8bd /Lib/idlelib/config-highlight.def | |
parent | 43c2de230d926bf3befc7dc55b51e7b37ee5a58f (diff) | |
download | cpython-git-c597640515a9ca3aa1807cc633b8d7bf2aa4a4e6.tar.gz |
move core functionality of SearchBindings.py into EditorWindow.py proper
adjust configuration sources accordingly
move SearchBindings.py into the attic now
Diffstat (limited to 'Lib/idlelib/config-highlight.def')
-rw-r--r-- | Lib/idlelib/config-highlight.def | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Lib/idlelib/config-highlight.def b/Lib/idlelib/config-highlight.def index 821b2f02d8..b9d8a500f8 100644 --- a/Lib/idlelib/config-highlight.def +++ b/Lib/idlelib/config-highlight.def @@ -4,28 +4,20 @@ [IDLE Classic] normal-foreground= #000000 normal-background= #ffffff -normal-fontStyle= normal keyword-foreground= #ff7700 keyword-background= #ffffff -keyword-fontStyle= normal comment-foreground= #dd0000 comment-background= #ffffff -comment-fontStyle= normal string-foreground= #00aa00 string-background= #ffffff -string-fontStyle= normal definition-foreground= #0000ff definition-background= #ffffff -definition-fontStyle= normal hilite-foreground= #ffffff hilite-background= gray -hilite-fontStyle= normal break-foreground= #ff7777 break-background= #ffffff -break-fontStyle= normal hit-foreground= #ffffff hit-background= #000000 -hit-fontStyle= normal error-foreground= #000000 error-background= #ff7777 #cursor (only foreground can be set) @@ -33,39 +25,28 @@ cursor-foreground= black #shell window stdout-foreground= blue stdout-background= #ffffff -stdout-fontStyle= normal stderr-foreground= red stderr-background= #ffffff -stderr-fontStyle= normal console-foreground= #770000 console-background= #ffffff -console-fontStyle= normal [IDLE New] bold-foreground= #000000 bold-background= #ffffff -bold-fontStyle= bold keyword-foreground= #ff7700 keyword-background= #ffffff -keyword-fontStyle= bold comment-foreground= #dd0000 comment-background= #ffffff -comment-fontStyle= bold string-foreground= #00aa00 string-background= #ffffff -string-fontStyle= bold definition-foreground= #0000ff definition-background= #ffffff -definition-fontStyle= bold hilite-foreground= #ffffff hilite-background= gray -hilite-fontStyle= bold break-foreground= #ff7777 break-background= #ffffff -break-fontStyle= bold hit-foreground= #ffffff hit-background= #000000 -hit-fontStyle= bold error-foreground= #000000 error-background= #ff7777 #cursor (only foreground can be set) @@ -73,10 +54,7 @@ cursor-foreground= black #shell window stdout-foreground= blue stdout-background= #ffffff -stdout-fontStyle= bold stderr-foreground= red stderr-background= #ffffff -stderr-fontStyle= bold console-foreground= #770000 console-background= #ffffff -console-fontStyle= bold |