RussellCanfield / wingman-ai

An open source AI coding assistant VSCode extension. Works with Ollama, HuggingFace, OpenAI and Anthropic
MIT License
150 stars 13 forks source link

feat: add light theme support on chat #38

Closed harlenalvarez closed 5 months ago

harlenalvarez commented 5 months ago

On light theme the chat input is barely visible.

Update

Add theme listener to change the markdown theme to match vscode color theme.

Testing

  1. Debug app
  2. Open wingmain ai chat and ask it to write a simple loop.
  3. Change the theme
  4. Ask it to write something else

resolves #37