Skip to content

Commit 8402f41

Browse files
committed
Style dark terminal default colours.
1 parent cdf76f5 commit 8402f41

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

library/theme/dark.pl

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,29 @@
311311
pce_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

0 commit comments

Comments
 (0)