Skip to content

Commit da25e89

Browse files
committed
Goal colour thmme
1 parent da0cf6d commit da25e89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

library/theme/light.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
% backgrounds, which separates the steps of a trace. The first argument
6666
% is the port, which allows for colouring the goal by port instead of
6767
% (or in addition to) striping.
68-
prolog:console_color(goal(_, odd), [bg8(254)]).
69-
prolog:console_color(goal(_, even), [bg8(252)]).
68+
prolog:console_color(goal(_, odd), [fg(blue), bg8(254)]).
69+
prolog:console_color(goal(_, even), [fg(blue), bg8(252)]).
7070
% tag that indicates the kind of a predicate in a list of candidates.
7171
% Not blue: that is the colour of the `code` class used for the
7272
% predicate indicator the tag belongs to.

0 commit comments

Comments
 (0)