Module colours

Module colours 

Source
Expand description

Terminal colour constants for narju.

Shared between eval (for prompts via val_to_prompt) and repl (for the interactive REPL). ANSI escape codes; harmless when written to non-terminal sinks (rustyline handles them; HeadlessIo never displays them since it has no real I/O).

Constantsยง

BLOOM
Symbols and quoted data.
BOLD
Bold.
BRACK
Brackets.
DIM
Dim grey.
ERR
Errors.
KW
Keywords.
PETAL
Output values.
RESET
Reset all attributes.
ROSE
Primary accent.
STEM
Numbers.
THORN
Secondary / dim text.
WARN
Warnings.