Skip to content

Commit

Permalink
ENHANCED: Add Prolog navigator to theme/dark.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Oct 19, 2024
1 parent 645b6bd commit 3db63a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions library/theme/dark.pl
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@
[ background_active(black),
background_inactive(grey50)
]).
pce_style(prolog_source_structure,
[ background(black),
colour(white)
]).

%! prolog_source_view:port_style(+Port, -StyleAttributes)
%
Expand Down

0 comments on commit 3db63a5

Please sign in to comment.