File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 311311pce_style (terminal_image ,
312312 [ background(black ),
313313 colour(white ),
314- selection_style(style(background := yellow , colour := black ))
314+ selection_style(style(background := yellow , colour := black )),
315+ ansi_colours(vector(colour(black ), % black
316+ colour(firebrick1 ), % red
317+ colour(forestgreen ), % green
318+ colour(goldenrod ), % yellow
319+ colour(steelblue ), % blue
320+ colour(mediumorchid ), % magenta
321+ colour(darkturquoise ), % cyan
322+ colour(lightgray ), % white
323+ /* Bright versions */
324+ colour(gray40 ), % black
325+ colour(orangered ), % red
326+ colour(limegreen ), % green
327+ colour(khaki ), % yellow
328+ colour(dodgerblue ), % blue
329+ colour(violet ), % magenta
330+ colour(cyan ), % cyan
331+ colour(snow ) % white
332+ ))
333+ ]).
334+
335+ pce_style (text_cursor ,
336+ [ colour(firebrick1 )
315337 ]).
316338
317339% Dialog
You can’t perform that action at this time.
0 commit comments