|
72 | 72 | token.ERRORTOKEN: Colors.NoColor, |
73 | 73 | _KEYWORD: Colors.NoColor, |
74 | 74 | _TEXT: Colors.NoColor, |
75 | | - "in_prompt": InputTermColors.NoColor, # Input prompt |
76 | | - "in_number": InputTermColors.NoColor, # Input prompt number |
77 | | - "in_prompt2": InputTermColors.NoColor, # Continuation prompt |
78 | | - "in_normal": InputTermColors.NoColor, # color off (usu. Colors.Normal) |
79 | | - "out_prompt": Colors.NoColor, # Output prompt |
80 | | - "out_number": Colors.NoColor, # Output prompt number |
81 | 75 | "normal": Colors.NoColor, # color off (usu. Colors.Normal) |
82 | 76 | }, |
83 | 77 | ) |
|
94 | 88 | token.ERRORTOKEN: Colors.Red, |
95 | 89 | _KEYWORD: Colors.LightGreen, |
96 | 90 | _TEXT: Colors.Yellow, |
97 | | - "in_prompt": InputTermColors.Green, |
98 | | - "in_number": InputTermColors.LightGreen, |
99 | | - "in_prompt2": InputTermColors.Green, |
100 | | - "in_normal": InputTermColors.Normal, # color off (usu. Colors.Normal) |
101 | | - "out_prompt": Colors.Red, |
102 | | - "out_number": Colors.LightRed, |
103 | 91 | "normal": Colors.Normal, # color off (usu. Colors.Normal) |
104 | 92 | }, |
105 | 93 | ) |
|
116 | 104 | token.ERRORTOKEN: Colors.Red, |
117 | 105 | _KEYWORD: Colors.Green, |
118 | 106 | _TEXT: Colors.Blue, |
119 | | - "in_prompt": InputTermColors.Blue, |
120 | | - "in_number": InputTermColors.LightBlue, |
121 | | - "in_prompt2": InputTermColors.Blue, |
122 | | - "in_normal": InputTermColors.Normal, # color off (usu. Colors.Normal) |
123 | | - "out_prompt": Colors.Red, |
124 | | - "out_number": Colors.LightRed, |
125 | 107 | "normal": Colors.Normal, # color off (usu. Colors.Normal) |
126 | 108 | }, |
127 | 109 | ) |
|
148 | 130 | token.ERRORTOKEN: Colors.Red, |
149 | 131 | _KEYWORD: Colors.Green, |
150 | 132 | _TEXT: Colors.Blue, |
151 | | - "in_prompt": InputTermColors.Blue, |
152 | | - "in_number": InputTermColors.LightBlue, |
153 | | - "in_prompt2": InputTermColors.Blue, |
154 | | - "in_normal": InputTermColors.Normal, # color off (usu. Colors.Normal) |
155 | | - "out_prompt": Colors.Red, |
156 | | - "out_number": Colors.LightRed, |
157 | 133 | "normal": Colors.Normal, # color off (usu. Colors.Normal) |
158 | 134 | }, |
159 | 135 | ) |
|
0 commit comments