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 | |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 4 | [IDLE Classic] |
| 5 | normal-foreground= #000000 |
| 6 | normal-background= #ffffff |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 7 | normal-fontStyle= normal |
| 8 | keyword-foreground= #ff7700 |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 9 | keyword-background= #ffffff |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 10 | keyword-fontStyle= normal |
| 11 | comment-foreground= #dd0000 |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 12 | comment-background= #ffffff |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 13 | comment-fontStyle= normal |
| 14 | string-foreground= #00aa00 |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 15 | string-background= #ffffff |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 16 | string-fontStyle= normal |
| 17 | definition-foreground= #0000ff |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 18 | definition-background= #ffffff |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 19 | definition-fontStyle= normal |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 20 | hilite-foreground= #ffffff |
| 21 | hilite-background= gray |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 22 | hilite-fontStyle= normal |
| 23 | break-foreground= #ff7777 |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 24 | break-background= #ffffff |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 25 | break-fontStyle= normal |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 26 | hit-foreground= #ffffff |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 27 | hit-background= #000000 |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 28 | hit-fontStyle= normal |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 29 | error-foreground= #000000 |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 30 | error-background= #ff7777 |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 31 | #cursor (only foreground can be set) |
| 32 | cursor-foreground= black |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 33 | #shell window |
| 34 | stdout-foreground= blue |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 35 | stdout-background= #ffffff |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 36 | stdout-fontStyle= normal |
| 37 | stderr-foreground= red |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 38 | stderr-background= #ffffff |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 39 | stderr-fontStyle= normal |
| 40 | console-foreground= #770000 |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 41 | console-background= #ffffff |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 42 | console-fontStyle= normal |
| 43 | |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 44 | [IDLE New] |
| 45 | bold-foreground= #000000 |
| 46 | bold-background= #ffffff |
| 47 | bold-fontStyle= bold |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 48 | keyword-foreground= #ff7700 |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 49 | keyword-background= #ffffff |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 50 | keyword-fontStyle= bold |
| 51 | comment-foreground= #dd0000 |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 52 | comment-background= #ffffff |
| 53 | comment-fontStyle= bold |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 54 | string-foreground= #00aa00 |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 55 | string-background= #ffffff |
| 56 | string-fontStyle= bold |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 57 | definition-foreground= #0000ff |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 58 | definition-background= #ffffff |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 59 | definition-fontStyle= bold |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 60 | hilite-foreground= #ffffff |
| 61 | hilite-background= gray |
| 62 | hilite-fontStyle= bold |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 63 | break-foreground= #ff7777 |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 64 | break-background= #ffffff |
| 65 | break-fontStyle= bold |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 66 | hit-foreground= #ffffff |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 67 | hit-background= #000000 |
| 68 | hit-fontStyle= bold |
| 69 | error-foreground= #000000 |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 70 | error-background= #ff7777 |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 71 | #cursor (only foreground can be set) |
| 72 | cursor-foreground= black |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 73 | #shell window |
| 74 | stdout-foreground= blue |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 75 | stdout-background= #ffffff |
| 76 | stdout-fontStyle= bold |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 77 | stderr-foreground= red |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 78 | stderr-background= #ffffff |
| 79 | stderr-fontStyle= bold |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 80 | console-foreground= #770000 |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 81 | console-background= #ffffff |
| 82 | console-fontStyle= bold |