- prolog:console_color(+Term, -AnsiAttributes) is semidet[multifile, library(ansi_term)]
- Hook that allows for mapping abstract terms to concrete ANSI
attributes. This hook is used by theme files to adjust the
rendering based on user preferences and context. Defaults are
defined in the file
boot/messages.pl
.
- See also
- - library(theme/dark) for an example implementation and the Term
values used by the system messages.