source: python/vendor/Python-2.6.5/Lib/idlelib/config-highlight.def

Last change on this file was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 1.7 KB
Line 
1# IDLE reads several config files to determine user preferences. This
2# file is the default config file for idle highlight theme settings.
3
4[IDLE Classic]
5normal-foreground= #000000
6normal-background= #ffffff
7keyword-foreground= #ff7700
8keyword-background= #ffffff
9builtin-foreground= #900090
10builtin-background= #ffffff
11comment-foreground= #dd0000
12comment-background= #ffffff
13string-foreground= #00aa00
14string-background= #ffffff
15definition-foreground= #0000ff
16definition-background= #ffffff
17hilite-foreground= #000000
18hilite-background= gray
19break-foreground= black
20break-background= #ffff55
21hit-foreground= #ffffff
22hit-background= #000000
23error-foreground= #000000
24error-background= #ff7777
25#cursor (only foreground can be set, restart IDLE)
26cursor-foreground= black
27#shell window
28stdout-foreground= blue
29stdout-background= #ffffff
30stderr-foreground= red
31stderr-background= #ffffff
32console-foreground= #770000
33console-background= #ffffff
34
35[IDLE New]
36normal-foreground= #000000
37normal-background= #ffffff
38keyword-foreground= #ff7700
39keyword-background= #ffffff
40builtin-foreground= #900090
41builtin-background= #ffffff
42comment-foreground= #dd0000
43comment-background= #ffffff
44string-foreground= #00aa00
45string-background= #ffffff
46definition-foreground= #0000ff
47definition-background= #ffffff
48hilite-foreground= #000000
49hilite-background= gray
50break-foreground= black
51break-background= #ffff55
52hit-foreground= #ffffff
53hit-background= #000000
54error-foreground= #000000
55error-background= #ff7777
56#cursor (only foreground can be set, restart IDLE)
57cursor-foreground= black
58#shell window
59stdout-foreground= blue
60stdout-background= #ffffff
61stderr-foreground= red
62stderr-background= #ffffff
63console-foreground= #770000
64console-background= #ffffff
Note: See TracBrowser for help on using the repository browser.