Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 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 Old - plain fonts] |
| 5 | normal-foreground= black |
| 6 | normal-background= white |
| 7 | normal-fontStyle= normal |
| 8 | keyword-foreground= #ff7700 |
| 9 | keyword-fontStyle= normal |
| 10 | comment-foreground= #dd0000 |
| 11 | comment-fontStyle= normal |
| 12 | string-foreground= #00aa00 |
| 13 | string-fontStyle= normal |
| 14 | definition-foreground= #0000ff |
| 15 | definition-fontStyle= normal |
| 16 | hilite-foreground= #000068 |
| 17 | hilite-background= #006868 |
| 18 | hilite-fontStyle= normal |
| 19 | break-foreground= #ff7777 |
| 20 | break-fontStyle= normal |
| 21 | hit-background= #000000 |
| 22 | hit-foreground= #ffffff |
| 23 | hit-fontStyle= normal |
| 24 | cursor-background= black |
| 25 | error-background= #ff7777 |
| 26 | #shell window |
| 27 | stdout-foreground= blue |
| 28 | stdout-fontStyle= normal |
| 29 | stderr-foreground= red |
| 30 | stderr-fontStyle= normal |
| 31 | console-foreground= #770000 |
| 32 | console-fontStyle= normal |
| 33 | |
| 34 | [IDLE Classic New] |
| 35 | normal-foreground= black |
| 36 | normal-background= white |
| 37 | normal-fontStyle= normal |
| 38 | keyword-foreground= #ff7700 |
| 39 | keyword-fontStyle= bold |
| 40 | comment-foreground= #dd0000 |
| 41 | comment-fontStyle= italic |
| 42 | string-foreground= #00aa00 |
| 43 | string-fontStyle= normal |
| 44 | definition-foreground= #0000ff |
| 45 | definition-fontStyle= bold |
| 46 | hilite-foreground= #000068 |
| 47 | hilite-background= #006868 |
| 48 | break-foreground= #ff7777 |
| 49 | hit-background= #000000 |
| 50 | hit-foreground= #ffffff |
| 51 | cursor-background= black |
| 52 | error-background= #ff7777 |
| 53 | #shell window |
| 54 | stdout-foreground= blue |
| 55 | stderr-foreground= red |
| 56 | console-foreground= #770000 |