diff --git a/library/theme/dark.pl b/library/theme/dark.pl index c88e025ca7..76729f011d 100644 --- a/library/theme/dark.pl +++ b/library/theme/dark.pl @@ -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) %