Did you know ... Search Documentation:
dark.pl -- SWI-Prolog theme file -- dark
PublicShow source

To enable the dark theme, use

:- use_module(library(theme/dark)).
Source pldoc_style:theme(+Element, +Condition, -CSSAttributes) is semidet[multifile]
Return a set of CSS properties to modify on the specified Element if Condition holds. color(Name) is mapped to fg(Name) and color(bright_Name) to hfg(Name).