diff options
author | Steven M. Gava <elguavas@python.net> | 2001-09-24 09:43:17 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2001-09-24 09:43:17 (GMT) |
commit | c11ccf35f413e73ed02a0dfc945ed11b11b94fe0 (patch) | |
tree | 13db3a4102a19b17a0ace9f2ab3339fe02c70c23 /Lib/idlelib/config-highlight.def | |
parent | fa26f7cc3955dbeecbc616928e7b434ea99fa118 (diff) | |
download | cpython-c11ccf35f413e73ed02a0dfc945ed11b11b94fe0.zip cpython-c11ccf35f413e73ed02a0dfc945ed11b11b94fe0.tar.gz cpython-c11ccf35f413e73ed02a0dfc945ed11b11b94fe0.tar.bz2 |
start of new config handling stuff
Diffstat (limited to 'Lib/idlelib/config-highlight.def')
-rw-r--r-- | Lib/idlelib/config-highlight.def | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/Lib/idlelib/config-highlight.def b/Lib/idlelib/config-highlight.def new file mode 100644 index 0000000..a2d3b56 --- /dev/null +++ b/Lib/idlelib/config-highlight.def @@ -0,0 +1,56 @@ +# IDLE reads several config files to determine user preferences. This +# file is the default config file for idle highlight theme settings. + +[IDLE Classic Old - plain fonts] +normal-foreground= black +normal-background= white +normal-fontStyle= normal +keyword-foreground= #ff7700 +keyword-fontStyle= normal +comment-foreground= #dd0000 +comment-fontStyle= normal +string-foreground= #00aa00 +string-fontStyle= normal +definition-foreground= #0000ff +definition-fontStyle= normal +hilite-foreground= #000068 +hilite-background= #006868 +hilite-fontStyle= normal +break-foreground= #ff7777 +break-fontStyle= normal +hit-background= #000000 +hit-foreground= #ffffff +hit-fontStyle= normal +cursor-background= black +error-background= #ff7777 +#shell window +stdout-foreground= blue +stdout-fontStyle= normal +stderr-foreground= red +stderr-fontStyle= normal +console-foreground= #770000 +console-fontStyle= normal + +[IDLE Classic New] +normal-foreground= black +normal-background= white +normal-fontStyle= normal +keyword-foreground= #ff7700 +keyword-fontStyle= bold +comment-foreground= #dd0000 +comment-fontStyle= italic +string-foreground= #00aa00 +string-fontStyle= normal +definition-foreground= #0000ff +definition-fontStyle= bold +hilite-foreground= #000068 +hilite-background= #006868 +break-foreground= #ff7777 +hit-background= #000000 +hit-foreground= #ffffff +cursor-background= black +error-background= #ff7777 +#shell window +stdout-foreground= blue +stderr-foreground= red +console-foreground= #770000 |