Kurt B. Kaiser | 282f122 | 2003-05-18 02:21:55 +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. |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 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 | keyword-foreground= #ff7700 |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 8 | keyword-background= #ffffff |
Kurt B. Kaiser | 6e4620b | 2004-03-16 03:36:41 +0000 | [diff] [blame] | 9 | builtin-foreground= #900090 |
Kurt B. Kaiser | 73360a3 | 2004-03-08 18:15:31 +0000 | [diff] [blame] | 10 | builtin-background= #ffffff |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 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 | string-foreground= #00aa00 |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 14 | string-background= #ffffff |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 15 | definition-foreground= #0000ff |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 16 | definition-background= #ffffff |
Steven M. Gava | 052937f | 2002-02-11 02:20:53 +0000 | [diff] [blame] | 17 | hilite-foreground= #000000 |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 18 | hilite-background= gray |
Kurt B. Kaiser | 669f4c3 | 2002-06-20 04:01:47 +0000 | [diff] [blame] | 19 | break-foreground= black |
| 20 | break-background= #ffff55 |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 21 | hit-foreground= #ffffff |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 22 | hit-background= #000000 |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 23 | error-foreground= #000000 |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 24 | error-background= #ff7777 |
Kurt B. Kaiser | 6e4620b | 2004-03-16 03:36:41 +0000 | [diff] [blame] | 25 | #cursor (only foreground can be set, restart IDLE) |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 26 | cursor-foreground= black |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 27 | #shell window |
| 28 | stdout-foreground= blue |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 29 | stdout-background= #ffffff |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 30 | stderr-foreground= red |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 31 | stderr-background= #ffffff |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 32 | console-foreground= #770000 |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 33 | console-background= #ffffff |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 34 | |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 35 | [IDLE New] |
Steven M. Gava | 052937f | 2002-02-11 02:20:53 +0000 | [diff] [blame] | 36 | normal-foreground= #000000 |
| 37 | normal-background= #ffffff |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 38 | keyword-foreground= #ff7700 |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 39 | keyword-background= #ffffff |
Kurt B. Kaiser | 6e4620b | 2004-03-16 03:36:41 +0000 | [diff] [blame] | 40 | builtin-foreground= #900090 |
Kurt B. Kaiser | 73360a3 | 2004-03-08 18:15:31 +0000 | [diff] [blame] | 41 | builtin-background= #ffffff |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 42 | comment-foreground= #dd0000 |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 43 | comment-background= #ffffff |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 44 | string-foreground= #00aa00 |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 45 | string-background= #ffffff |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 46 | definition-foreground= #0000ff |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 47 | definition-background= #ffffff |
Steven M. Gava | 052937f | 2002-02-11 02:20:53 +0000 | [diff] [blame] | 48 | hilite-foreground= #000000 |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 49 | hilite-background= gray |
Kurt B. Kaiser | 669f4c3 | 2002-06-20 04:01:47 +0000 | [diff] [blame] | 50 | break-foreground= black |
| 51 | break-background= #ffff55 |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 52 | hit-foreground= #ffffff |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 53 | hit-background= #000000 |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 54 | error-foreground= #000000 |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 55 | error-background= #ff7777 |
Kurt B. Kaiser | 6e4620b | 2004-03-16 03:36:41 +0000 | [diff] [blame] | 56 | #cursor (only foreground can be set, restart IDLE) |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 57 | cursor-foreground= black |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 58 | #shell window |
| 59 | stdout-foreground= blue |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 60 | stdout-background= #ffffff |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 61 | stderr-foreground= red |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 62 | stderr-background= #ffffff |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 63 | console-foreground= #770000 |
Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 64 | console-background= #ffffff |
Terry Jan Reedy | 9f37eae | 2015-10-04 00:30:59 -0400 | [diff] [blame] | 65 | |
| 66 | [IDLE Dark] |
| 67 | comment-foreground = #dd0000 |
| 68 | console-foreground = #ff4d4d |
| 69 | error-foreground = #FFFFFF |
| 70 | hilite-background = #7e7e7e |
| 71 | string-foreground = #02ff02 |
| 72 | stderr-background = #002240 |
| 73 | stderr-foreground = #ffb3b3 |
| 74 | console-background = #002240 |
| 75 | hit-background = #fbfbfb |
| 76 | string-background = #002240 |
| 77 | normal-background = #002240 |
| 78 | hilite-foreground = #FFFFFF |
| 79 | keyword-foreground = #ff8000 |
| 80 | error-background = #c86464 |
| 81 | keyword-background = #002240 |
| 82 | builtin-background = #002240 |
| 83 | break-background = #808000 |
| 84 | builtin-foreground = #ff00ff |
| 85 | definition-foreground = #5e5eff |
| 86 | stdout-foreground = #c2d1fa |
| 87 | definition-background = #002240 |
| 88 | normal-foreground = #FFFFFF |
| 89 | cursor-foreground = #ffffff |
| 90 | stdout-background = #002240 |
| 91 | hit-foreground = #002240 |
| 92 | comment-background = #002240 |
| 93 | break-foreground = #FFFFFF |