chopfitzroy / dotfiles-experiment

Dotfiles 🔮
2 stars 2 forks source link

Theme Aider output #55

Open chopfitzroy opened 1 year ago

chopfitzroy commented 1 year ago

At the moment we are running aider with pretty: false which essentially removes all colouring.

Ideally we would have the output match our terminal theme.

paul-gauthier commented 6 months ago

FYI, aider has a number of options for controlling the theme, colors, etc:

  --dark-mode           Use colors suitable for a dark terminal background (default: False) [env var:
                        AIDER_DARK_MODE]
  --light-mode          Use colors suitable for a light terminal background (default: False) [env var:
                        AIDER_LIGHT_MODE]
  --pretty, --no-pretty
                        Enable/disable pretty, colorized output (default: True) [env var: AIDER_PRETTY]
  --stream, --no-stream
                        Enable/disable streaming responses (default: True) [env var: AIDER_STREAM]
  --user-input-color USER_INPUT_COLOR
                        Set the color for user input (default: #00cc00) [env var: AIDER_USER_INPUT_COLOR]
  --tool-output-color TOOL_OUTPUT_COLOR
                        Set the color for tool output (default: None) [env var: AIDER_TOOL_OUTPUT_COLOR]
  --tool-error-color TOOL_ERROR_COLOR
                        Set the color for tool error messages (default: red) [env var: AIDER_TOOL_ERROR_COLOR]
  --assistant-output-color ASSISTANT_OUTPUT_COLOR
                        Set the color for assistant output (default: #0088ff) [env var:
                        AIDER_ASSISTANT_OUTPUT_COLOR]