summaryrefslogtreecommitdiffstats
path: root/Tools/idle/config.txt
blob: 545ac3c0f4e4806f37fab63e4885ddb9999972c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# IDLE reads several config files to determine user preferences.  This 
# file is the default config file.  When IDLE starts, it will look in
# the following four files in order:
#     config.txt                      the default config file
#     config-[win/unix/mac].txt       the generic platform config file
#     config-[sys.platform].txt       the specific platform config file
#     ~/.idle                         the user config file
# XXX what about Windows?
#
# The last definition of each option is used.  For example, you can
# override the default window size (80x24) by defining width and
# height options in the EditorWindow section of your ~/.idle file
#
# IDLE extensions can be enabled and disabled by adding them to one of
# the config files.  To enable an extension, create a section with the
# same name as the extension, e.g. the [ParenMatch] section below.  To
# disable an extension, either remove the section or add the the
# enable option with the value 0.  

[EditorWindow]
width: 80
height: 24
# fonts defined in config-[win/unix].txt

[Colors]
normal-foreground: black
normal-background: white
# These color types are not explicitly defined: sync, todo, stdin
keyword-foreground: #ff7700
comment-foreground: #dd0000
string-foreground: #00aa00
definition-foreground: #0000ff
hilite-foreground: #000068
hilite-background: #006868
break-foreground: #ff7777
hit-foreground: #ffffff
hit-background: #000000
stdout-foreground: blue
stderr-foreground: red
console-foreground: #770000
error-background: #ff7777
cursor-background: black

[SearchBinding]

[AutoIndent]

[AutoExpand]

[FormatParagraph]

[ZoomHeight]

[ScriptBinding]

[CallTips]

[ParenMatch]
enable: 0 ; ParenMatch conflicts with CallTips
style: expression
flash-delay: 500
bell: 1
hilite-foreground: black
hilite-background: #43cd80 ; SeaGreen3