Commit a796b95
committed
Massive colors and themeing refactor
This massively rewrite the color and theme handling.
Instead of messing with colors internally, we try – as much as possible,
to yield pairs of (token types, values) and feed that to a pygments
formatter.
I'm going to assume this is going to break stuff, hence why I want it
early in the 9.0 release cycle.1 parent 0935e2d commit a796b95
File tree
32 files changed
+1500
-1540
lines changed- IPython
- core
- magics
- tests
- lib
- sphinxext
- terminal
- testing
- utils
- tests
- docs/source
- config
- interactive
32 files changed
+1500
-1540
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
225 | 224 | | |
226 | 225 | | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
2240 | 2240 | | |
2241 | 2241 | | |
2242 | 2242 | | |
2243 | | - | |
2244 | | - | |
| 2243 | + | |
2245 | 2244 | | |
2246 | 2245 | | |
2247 | 2246 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
159 | 158 | | |
160 | 159 | | |
161 | 160 | | |
162 | | - | |
163 | | - | |
164 | 161 | | |
165 | 162 | | |
166 | | - | |
167 | 163 | | |
168 | 164 | | |
169 | 165 | | |
| |||
178 | 174 | | |
179 | 175 | | |
180 | 176 | | |
181 | | - | |
| 177 | + | |
182 | 178 | | |
183 | 179 | | |
184 | 180 | | |
| |||
0 commit comments