Configuration#
This chapter is a lookup reference for environment variables that affect richterm behavior directly.
- RICHTERM_THEME#
Sets the default SVG terminal theme for
richterm. Supported values aredefault,light,monokai,dimmed-monokai,night-owlish, andsvg-export. The command-line--themeoption and the directive:theme:option take precedence over this environment variable.- RICHTERM_DISABLE_COLOR_HINT#
Disables the extra color-friendly environment hints that
richtermnormally injects before running a command. When set to1,richtermleaves the child environment unchanged.- NO_COLOR#
Standard opt-out flag for colored terminal output.
richtermrespects this convention through the underlying Rich rendering behavior unless color is explicitly forced. Reference: https://no-color.org/- FORCE_COLOR#
Forces color output in environments that would otherwise disable it.
richtermuses it as one of the hints for non-interactive command captures.- TERM#
Terminal capability identifier passed to the executed command. If it is missing or set to
dumb,richtermdefaults it toxterm-256colorto improve captured styling.